Searched refs:lct (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/pst/
H A Dpst-iop.c122 for (i = 0; sc->lct[i].entry_size == I2O_LCT_ENTRYSIZE; i++) {
127 printf("class=%04x ", sc->lct[i].class);
128 printf("sub=%04x ", sc->lct[i].sub_class);
129 printf("localtid=%04x ", sc->lct[i].local_tid);
130 printf("usertid=%04x ", sc->lct[i].user_tid);
131 printf("parentid=%04x\n", sc->lct[i].parent_tid);
133 if ((reply = iop_get_util_params(sc, sc->lct[i].local_tid,
146 if (sc->lct[i].user_tid != I2O_TID_NONE &&
147 sc->lct[i].user_tid != I2O_TID_HOST)
150 switch (sc->lct[
[all...]
H A Dpst-raid.c59 struct i2o_lct_entry *lct; member in struct:pst_softc
87 pst_add_raid(struct iop_softc *sc, struct i2o_lct_entry *lct) argument
100 psc->lct = lct;
121 if (!(reply = iop_get_util_params(psc->iop, psc->lct->local_tid,
134 if (!(reply = iop_get_util_params(psc->iop, psc->lct->local_tid,
191 msg->target_address = psc->lct->local_tid;
273 msg->target_address = request->psc->lct->local_tid;
H A Dpst-iop.h52 struct i2o_lct_entry *lct; member in struct:iop_softc
/freebsd-13-stable/usr.bin/msgs/
H A Dmsgs.c135 static int lct; variable
521 lct = linecnt(newmsg);
522 if (lct)
523 printf("(%d%sline%s) ", lct, seensubj? " " : " more ",
524 (lct == 1) ? "" : "s");
536 ask(lct? MORE : (msg==lastmsg? NOMORE : NEXT));
585 prmesg(nlines + lct + (seensubj? 1 : 0));

Completed in 66 milliseconds