Home
last modified time | relevance | path

Searched refs:I2O_TID_HOST (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/i2o/
Di2o.h56 #define I2O_MSGFUNC(t, f) ((t) | (I2O_TID_HOST << 12) | ((f) << 24))
134 #define I2O_TID_HOST 1 macro
Diop.c787 if (usertid != I2O_TID_NONE && usertid != I2O_TID_HOST) in iop_configure_devices()