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

/netbsd-current/usr.sbin/iopctl/
H A Diopctl.c244 u_int32_t classid, usertid; local
267 usertid = le32toh(ent->usertid);
279 show("user tid", "%d", usertid & 4095);
280 show("parent tid", "%d", (usertid >> 12) & 4095);
281 show("bios info", "%d", (usertid >> 24) & 255);
/netbsd-current/sys/dev/i2o/
H A Diopsp.c261 (le32toh(le->usertid) & 4095) == bptid) {
270 if (((le32toh(le->usertid) >> 12) & 4095) != bptid)
314 if ((le32toh(le->usertid) & 4095) != I2O_TID_NONE) {
321 le32toh(le->usertid) & 4095);
H A Diop.c778 u_int usertid; local
786 usertid = le32toh(le->usertid) & 4095;
787 if (usertid != I2O_TID_NONE && usertid != I2O_TID_HOST)
H A Di2o.h255 * 0-11 usertid User TID
256 * 12-23 usertid Parent TID.
257 * 24-31 usertid BIOS info.
267 u_int32_t usertid; member in struct:i2o_lct_entry

Completed in 287 milliseconds