Home
last modified time | relevance | path

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

/freebsd/sys/dev/pst/
H A Dpst-iop.c124 printf("class=%04x ", sc->lct[i].class); in iop_attach()
125 printf("sub=%04x ", sc->lct[i].sub_class); in iop_attach()
126 printf("localtid=%04x ", sc->lct[i].local_tid); in iop_attach()
127 printf("usertid=%04x ", sc->lct[i].user_tid); in iop_attach()
128 printf("parentid=%04x\n", sc->lct[i].parent_tid); in iop_attach()
143 if (sc->lct[i].user_tid != I2O_TID_NONE && in iop_attach()
144 sc->lct[i].user_tid != I2O_TID_HOST) in iop_attach()
147 switch (sc->lct[i].class) { in iop_attach()
150 sc->ism = sc->lct[i].local_tid; in iop_attach()
154 pst_add_raid(sc, &sc->lct[i]); in iop_attach()
[all …]
H A Dpst-raid.c60 struct i2o_lct_entry *lct; member
88 pst_add_raid(struct iop_softc *sc, struct i2o_lct_entry *lct) in pst_add_raid() argument
101 psc->lct = lct; in pst_add_raid()
122 if (!(reply = iop_get_util_params(psc->iop, psc->lct->local_tid, in pst_attach()
135 if (!(reply = iop_get_util_params(psc->iop, psc->lct->local_tid, in pst_attach()
197 msg->target_address = psc->lct->local_tid; in pst_shutdown_post_sync()
278 msg->target_address = request->psc->lct->local_tid; in pst_rw()
H A Dpst-iop.h50 struct i2o_lct_entry *lct; member
/freebsd/usr.bin/msgs/
H A Dmsgs.c117 static int lct; variable
503 lct = linecnt(newmsg); in main()
504 if (lct) in main()
505 printf("(%d%sline%s) ", lct, seensubj? " " : " more ", in main()
506 (lct == 1) ? "" : "s"); in main()
518 ask(lct? MORE : (msg==lastmsg? NOMORE : NEXT)); in main()
567 prmesg(nlines + lct + (seensubj? 1 : 0)); in main()