/freebsd/sys/dev/mpr/ |
H A D | mpr_user.c | 148 uint32_t unique_id); 1245 mpr_get_fw_diag_buffer_number(struct mpr_softc *sc, uint32_t unique_id) in mpr_get_fw_diag_buffer_number() argument 1250 if (sc->fw_diag_buffer_list[index].unique_id == unique_id) { in mpr_get_fw_diag_buffer_number() 1442 pBuffer->unique_id = MPR_FW_DIAG_INVALID_UID; in mpr_release_fw_diag_buffer() 1461 uint32_t unique_id; in mpr_diag_register() local 1468 unique_id = diag_register->UniqueId; in mpr_diag_register() 1484 i = mpr_get_fw_diag_buffer_number(sc, unique_id); in mpr_diag_register() 1495 if ((pBuffer->unique_id != MPR_FW_DIAG_INVALID_UID) || in mpr_diag_register() 1496 (unique_id == MPR_FW_DIAG_INVALID_UID)) { in mpr_diag_register() 1505 (pBuffer->unique_id == MPR_FW_DIAG_INVALID_UID)) { in mpr_diag_register() [all …]
|
H A D | mprvar.h | 209 uint32_t unique_id; member
|
/freebsd/sys/dev/mps/ |
H A D | mps_user.c | 150 uint32_t unique_id); 1135 mps_get_fw_diag_buffer_number(struct mps_softc *sc, uint32_t unique_id) in mps_get_fw_diag_buffer_number() argument 1140 if (sc->fw_diag_buffer_list[index].unique_id == unique_id) { in mps_get_fw_diag_buffer_number() 1331 pBuffer->unique_id = MPS_FW_DIAG_INVALID_UID; in mps_release_fw_diag_buffer() 1350 uint32_t unique_id; in mps_diag_register() local 1357 unique_id = diag_register->UniqueId; in mps_diag_register() 1373 i = mps_get_fw_diag_buffer_number(sc, unique_id); in mps_diag_register() 1384 if ((pBuffer->unique_id != MPS_FW_DIAG_INVALID_UID) || in mps_diag_register() 1385 (unique_id == MPS_FW_DIAG_INVALID_UID)) { in mps_diag_register() 1394 (pBuffer->unique_id == MPS_FW_DIAG_INVALID_UID)) { in mps_diag_register() [all …]
|
H A D | mpsvar.h | 181 uint32_t unique_id; member
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwm_time_event.c | 184 le32toh(notif->unique_id), in iwm_te_handle_notif() 224 le32toh(notif->unique_id), in iwm_rx_time_event_notif() 247 if (le32toh(resp->unique_id) != sc->sc_time_event_uid) in iwm_te_notif() 285 sc->sc_time_event_uid = le32toh(resp->unique_id); in iwm_time_event_response()
|
H A D | if_iwmreg.h | 2919 * @unique_id: the unique ID assigned (in ADD) or given (others) to the TE 2925 uint32_t unique_id; member 2934 * @unique_id: unique id of the Time Event itself 2942 uint32_t unique_id; member
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | time-event.h | 234 * @unique_id: the unique ID assigned (in ADD) or given (others) to the TE 241 __le32 unique_id; member 250 * @unique_id: unique id of the Time Event itself 258 __le32 unique_id; member
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | time-event.c | 321 le32_to_cpu(notif->unique_id), in iwl_mvm_te_handle_notif() 463 if (le32_to_cpu(notif->unique_id) == te_data->uid) { in iwl_mvm_te_notif() 475 le32_to_cpu(notif->unique_id), in iwl_mvm_te_notif() 513 le32_to_cpu(notif->unique_id), in iwl_mvm_time_event_response() 522 if (le32_to_cpu(notif->unique_id) == te_data->uid) in iwl_mvm_time_event_send_add() 549 if (le32_to_cpu(resp->unique_id) != te_data->uid) in iwl_mvm_time_event_send_add() 584 te_data->uid = le32_to_cpu(resp->unique_id); in iwl_mvm_protect_session()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_thread.cpp | 45 static atomic_uint64_t unique_id; in Init() local 46 unique_id_ = atomic_fetch_add(&unique_id, 1, memory_order_relaxed); in Init()
|
H A D | hwasan_report.cpp | 129 thread_id_ = t->unique_id(); in CopyFrom() 669 ha.free_thread_id = t->unique_id(); in CopyAllocations() 813 if (thread_id == t->unique_id()) in PrintAddressDescription() 918 SanitizerToolName, bug_type, untagged_addr, pc, thread->unique_id()); in ~InvalidFreeReport() 1053 mem_tag, short_tag, t->unique_id()); in ~TagMismatchReport() 1057 mem_tag, t->unique_id()); in ~TagMismatchReport()
|
H A D | hwasan_thread.h | 65 u32 unique_id() const { return unique_id_; } in unique_id() function
|
H A D | hwasan_allocator.cpp | 85 u64 context = t ? t->unique_id() : kMainTid; in SetAllocated()
|
/freebsd/sys/dev/tws/ |
H A D | tws_user.h | 81 u_int32_t unique_id; member
|
/freebsd/sys/dev/hyperv/storvsc/ |
H A D | hv_vstorage.h | 170 uint64_t unique_id; member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_registry.cpp | 21 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0), in ThreadContextBase() 87 unique_id = _unique_id; in SetCreated()
|
H A D | sanitizer_thread_registry.h | 44 u64 unique_id; // Unique thread ID. variable
|
/freebsd/sys/fs/udf/ |
H A D | ecma167-udf.h | 347 uint64_t unique_id; member
|
/freebsd/sys/dev/oce/ |
H A D | oce_hw.h | 1906 uint64_t unique_id; member
|