/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);
|
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/ |
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)
|
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
|
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
|