HomeSort by: relevance | last modified time | path
    Searched refs:usertid (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/iopctl/
iopctl.c 244 u_int32_t classid, usertid; local in function:showlct
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);
  /src/sys/dev/i2o/
iopsp.c 261 (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);
iop.c 778 u_int usertid; local in function:iop_configure_devices
786 usertid = le32toh(le->usertid) & 4095;
787 if (usertid != I2O_TID_NONE && usertid != I2O_TID_HOST)
i2o.h 255 * 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 16 milliseconds