Searched refs:unitID (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | AccelTable.h | 268 uint32_t unitID() const { return UnitID; }; in unitID() function 280 return (unsigned)llvm::hash_combine(Val.offset(), Val.unitID(), Val.IsTU); 283 return LHS.offset() == RHS.offset() && LHS.unitID() == RHS.unitID() &&
|
/freebsd/sys/dev/aac/ |
H A D | aac_debug.c | 328 aif->data.EN.data.EEE.unitID, in aac_print_aif()
|
H A D | aacreg.h | 933 u_int32_t unitID; /* unitId, fan id, power supply id, member
|
H A D | aac.c | 3335 channel = aif->data.EN.data.EEE.unitID; in aac_handle_aif()
|
/freebsd/sys/dev/aacraid/ |
H A D | aacraid_debug.c | 241 aif->data.EN.data.EEE.unitID, in aacraid_print_aif()
|
H A D | aacraid_reg.h | 924 u_int32_t unitID; /* unitId, fan id, power supply id, member
|
H A D | aacraid.c | 3233 channel = le32toh(aif->data.EN.data.EEE.unitID); in aac_handle_aif()
|