/src/usr.sbin/iopctl/ |
iopctl.c | 242 struct i2o_lct *lct; local in function:showlct 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 size", "%d", le32toh(status.expectedlctsize)) [all...] |
/src/lib/libc/time/ |
strftime.c | 698 time_t lct, gct; local in function:_fmt 705 lct = mktime_z(sp, &tmp); 707 if (lct == (time_t)-1) 721 diff = (intmax_t)gct - (intmax_t)lct;
|
/src/usr.bin/msgs/ |
msgs.c | 136 int lct; variable in typeref:typename:int 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));
|
/src/sys/dev/i2o/ |
iop.c | 608 * Reconfiguration thread; listens for LCT change notification, and 615 struct i2o_lct lct; local in function:iop_reconf_thread 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)); 656 * If the reconfiguration request isn't the result of LCT change 663 DPRINTF(("iop_reconfigure: unable to read LCT\n")); 692 DPRINTF(("%s: LCT unchanged (async)\n", device_xname(sc->sc_dev))); 696 /* Re-read the LCT and determine if it has changed. * 1166 struct i2o_lct *lct; local in function:iop_lct_get [all...] |
/src/usr.bin/deroff/ |
deroff.c | 1040 int lct; local in function:noblock 1042 lct = 0; 1057 if (lct != 0) { 1058 lct--; 1066 lct++;
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_dp_mst_helper.h | 172 * @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
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_dp_mst_topology.c | 181 drm_dp_mst_rad_to_str(const u8 rad[8], u8 lct, char *out, size_t len) 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, u8 *rad 1968 u8 rad[8], lct; local in function:drm_dp_port_set_pdt [all...] |