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

/netbsd-current/usr.sbin/iopctl/
H A Diopctl.c242 struct i2o_lct *lct; local
254 lct = (struct i2o_lct *)buf;
255 ent = lct->entry;
256 nent = ((le16toh(lct->tablesize) << 2) -
260 show("flags", "0x%x", le16toh(lct->flags));
261 show("iop flags", "0x%x", le32toh(lct->iopflags));
262 show("lct change indicator", "%d", le32toh(lct->changeindicator));
269 show("lct entry", "%d", i);
318 show("expected lct siz
[all...]
/netbsd-current/usr.bin/msgs/
H A Dmsgs.c136 int lct; variable
529 lct = linecnt(newmsg);
530 if (lct)
531 printf("(%d%slines) ", lct, seensubj? " " : " more ");
543 ask(lct? MORE : (msg==lastmsg? NOMORE : NEXT));
586 prmesg(nlines + lct + (seensubj? 1 : 0));
/netbsd-current/sys/dev/i2o/
H A Diop.c615 struct i2o_lct lct; local
626 rv = iop_lct_get0(sc, &lct, sizeof(lct), chgind);
629 device_xname(sc->sc_dev), le32toh(lct.changeindicator), rv));
633 iop_reconfigure(sc, le32toh(lct.changeindicator));
1126 iop_lct_get0(struct iop_softc *sc, struct i2o_lct *lct, int size, argument
1135 memset(lct, 0, size);
1152 iop_msg_map(sc, im, mb, lct, size, 0, NULL);
1166 struct i2o_lct *lct; local
1169 lct
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_dp_mst_topology.c181 drm_dp_mst_rad_to_str(const u8 rad[8], u8 lct, char *out, size_t len) argument
186 for (i = 0; i < lct; i++) {
196 return snprintf(out, len, "%*phC", lct, unpacked_rad);
270 size += (hdr->lct / 2);
280 buf[idx++] = ((hdr->lct & 0xf) << 4) | (hdr->lcr & 0xf);
281 for (i = 0; i < (hdr->lct / 2); i++)
313 hdr->lct = (buf[0] & 0xf0) >> 4;
316 for (i = 0; i < (hdr->lct / 2); i++)
653 drm_dp_mst_rad_to_str(txmsg->dst->rad, txmsg->dst->lct, buf,
1235 static struct drm_dp_mst_branch *drm_dp_add_mst_branch_device(u8 lct, u argument
1968 u8 rad[8], lct; local
2463 drm_dp_get_mst_branch_device(struct drm_dp_mst_topology_mgr *mgr, u8 lct, u8 *rad) argument
[all...]
/netbsd-current/lib/libc/time/
H A Dstrftime.c639 time_t lct, gct; local
646 lct = mktime_z(sp, &tmp);
648 if (lct == (time_t)-1)
662 diff = (intmax_t)gct - (intmax_t)lct;
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_dp_mst_helper.h172 * @lct: Link count total to talk to this branch device.
216 u8 lct; member in struct:drm_dp_mst_branch
248 u8 lct; member in struct:drm_dp_sideband_msg_hdr

Completed in 226 milliseconds