Home
last modified time | relevance | path

Searched refs:usertid (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sbin/iopctl/
Diopctl.c253 u_int32_t classid, usertid; in showlct() local
271 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()
/mirbsd/src/sys/dev/i2o/
Diopsp.c279 (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()
Diop.c757 u_int usertid; in iop_configure_devices() local
765 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()
Di2o.h275 u_int32_t usertid; member