| /src/usr.bin/finger/ |
| lprint.c | 149 int cpr; local 158 cpr = printf("%-*s idle ", (int)(maxlen - ttylen + 1), ","); 160 cpr += printf("%d day%s ", delta->tm_yday, 163 cpr += printf("%d:%02d", delta->tm_hour, delta->tm_min); 166 ++cpr; 168 return cpr; 175 int cpr, len, maxlen; local 180 cpr = 0; 253 cpr = printf("On since %s on %s", timebuf, ttybuf); 255 cpr += print_idle(w->idletime, maxlen, hostlen [all...] |
| /src/sys/arch/zaurus/dev/ |
| scoop.c | 371 uint16_t cpr; local 383 cpr = bus_space_read_2(iot, ioh, SCOOP_CPR); 386 cpr |= SCP_CPR_5V; 388 cpr |= SCP_CPR_SD_3V; 391 if (!ISSET(cpr, SCP_CPR_5V) && !ISSET(cpr, SCP_CPR_SD_3V)) 393 bus_space_write_2(iot, ioh, SCOOP_CPR, cpr | new_cpr); 396 cpr &= ~SCP_CPR_5V; 398 cpr &= ~SCP_CPR_SD_3V; 400 if (!ISSET(cpr, SCP_CPR_5V) && !ISSET(cpr, SCP_CPR_SD_3V)) [all...] |
| /src/sys/arch/x68k/x68k/ |
| iodevice.h | 73 char pad7[3]; unsigned char cpr; member in struct:dmac
|
| /src/sys/fs/ntfs/ |
| ntfs_vfsops.c | 352 int8_t cpr = ntmp->ntm_mftrecsz; local 353 if (cpr > 0) 354 ntmp->ntm_bpmftrec = ntmp->ntm_spc * cpr; 356 ntmp->ntm_bpmftrec = (1 << (-cpr)) / ntmp->ntm_bps;
|
| /src/sys/arch/zaurus/zaurus/ |
| machdep.c | 577 uint16_t mcr, cdr, csr, cpr, ccr, irr, irm, imr, isr; local 583 cpr = ioreg16_read(baseaddr + SCOOP_CPR); 593 if (mcr == 0 && cdr == 0 && csr == 0 && cpr == 0 && ccr == 0 &&
|
| /src/sys/dev/ic/ |
| com.c | 572 uint32_t cpr; local 697 cpr = bus_space_read_4(sc->sc_regs.cr_iot, 699 sc->sc_fifolen = __SHIFTOUT(cpr, UART_CPR_FIFO_MODE) * 16;
|
| /src/sys/dev/pci/ |
| pcireg.h | 566 #define PCI_CAPLIST_PTR(cpr) ((cpr) & 0xff)
|
| /src/share/terminfo/ |
| terminfo | 206 # u6 cursor position report (equiv. to ANSI/ECMA-48 CPR) 226 # the inverse sense from the cup string). The typical CPR value is 628 # 8.3.14 CPR - ACTIVE POSITION REPORT 640 # position in the form of ACTIVE POSITION REPORT (CPR) is requested 657 ansi+cpr|ncurses extension for ANSI CPR, 660 u8=\E[?%[;0123456789]c, u9=\E[c, use=ansi+cpr, 662 decid+cpr|ncurses extension for DECID, 663 u8=\E[?%[;0123456789]c, u9=\EZ, use=ansi+cpr, 703 rmam=\E[?7l, sc=\E[s, smam=\E[?7h, use=ansi+cpr, [all...] |