iop_ictxhashtbl    90 dev/i2o/iop.c  #define	IOP_ICTXHASH(ictx)	(&iop_ictxhashtbl[(ictx) & iop_ictxhash])
iop_ictxhashtbl    97 dev/i2o/iop.c  LIST_HEAD(, iop_initiator) *iop_ictxhashtbl;
iop_ictxhashtbl   275 dev/i2o/iop.c  	if (iop_ictxhashtbl == NULL) {
iop_ictxhashtbl   276 dev/i2o/iop.c  		iop_ictxhashtbl = hashinit(IOP_ICTXHASH_NBUCKETS, M_DEVBUF,
iop_ictxhashtbl   278 dev/i2o/iop.c  		if (iop_ictxhashtbl == NULL) {