Searched refs:unique_id (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h510 uint32 unique_id() const { return B_LENDIAN_TO_HOST_INT32(_accessor().unique_id); } function in struct:long_address
528 void set_unique_id(uint32 id) { _accessor().unique_id = B_HOST_TO_LENDIAN_INT32(id); }
531 uint8 type = EXTENT_TYPE_RECORDED, uint16 flags = 0, uint32 unique_id = 0)
538 set_unique_id(unique_id);
545 uint32 unique_id; member in struct:long_address::_implementation_use_accessor
2037 uint64 unique_id() const { return B_LENDIAN_TO_HOST_INT64(_unique_id); } function in struct:file_icb_entry
2175 uint64 unique_id() const { return B_LENDIAN_TO_HOST_INT64(_unique_id); } function in struct:extended_file_icb_entry
H A DUdfStructures.cpp1104 PRINT(("unique_id: %" B_PRIu64 "\n", unique_id()));
1183 PRINT(("unique_id: %" B_PRIu64 "\n", unique_id()));
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmreg.h2904 * @unique_id: the unique ID assigned (in ADD) or given (others) to the TE
2910 uint32_t unique_id; member in struct:iwm_time_event_resp
2919 * @unique_id: unique id of the Time Event itself
2927 uint32_t unique_id; member in struct:iwm_time_event_notif
H A Dif_iwm.c2845 sc->sc_time_event_uid = le32toh(resp->unique_id);
11284 if (sc->sc_time_event_uid != le32toh(notif->unique_id))
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxreg.h3128 * @unique_id: the unique ID assigned (in ADD) or given (others) to the TE
3134 uint32_t unique_id; member in struct:iwx_time_event_resp
3143 * @unique_id: unique id of the Time Event itself
3151 uint32_t unique_id; member in struct:iwx_time_event_notif
H A Dif_iwx.c10049 if (sc->sc_time_event_uid != le32toh(notif->unique_id))

Completed in 293 milliseconds