Searched refs:usertid (Results 1 – 4 of 4) sorted by relevance
253 u_int32_t classid, usertid; in showlct() local271 usertid = letoh32(ent->usertid); in showlct()283 show("user tid", "%d", usertid & 4095); in showlct()284 show("parent tid", "%d", (usertid >> 12) & 4095); in showlct()285 show("bios info", "%d", (usertid >> 24) & 255); in showlct()
279 (letoh32(le->usertid) & 4095) == bptid) { in iopsp_reconfig()288 ((letoh32(le->usertid) >> 12) & 4095) != bptid) in iopsp_reconfig()338 if ((letoh32(le->usertid) & 4095) != I2O_TID_NONE) { in iopsp_reconfig()346 letoh32(le->usertid) & 4095); in iopsp_reconfig()
757 u_int usertid; in iop_configure_devices() local765 usertid = letoh32(le->usertid) & I2O_LCT_ENTRY_TID_MASK; in iop_configure_devices()766 if (usertid != I2O_TID_NONE && usertid != I2O_TID_HOST) in iop_configure_devices()
275 u_int32_t usertid; member