HomeSort by: relevance | last modified time | path
    Searched defs:bptid (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2o/
iopsp.c 225 u_int tid, nent, i, targ, lun, size, rv, bptid; local in function:iopsp_reconfig
256 bptid = sc->sc_ii.ii_tid;
261 (le32toh(le->usertid) & 4095) == bptid) {
262 bptid = le16toh(le->localtid) & 4095;
270 if (((le32toh(le->usertid) >> 12) & 4095) != bptid)
iopsp.c 225 u_int tid, nent, i, targ, lun, size, rv, bptid; local in function:iopsp_reconfig
256 bptid = sc->sc_ii.ii_tid;
261 (le32toh(le->usertid) & 4095) == bptid) {
262 bptid = le16toh(le->localtid) & 4095;
270 if (((le32toh(le->usertid) >> 12) & 4095) != bptid)

Completed in 42 milliseconds