| /src/external/gpl3/gdb/dist/sim/frv/ |
| registers.h | 42 int cpr; /* coprocessor registers implemented */ member in struct:__anon19481
|
| /src/external/gpl3/gdb.old/dist/sim/frv/ |
| registers.h | 42 int cpr; /* coprocessor registers implemented */ member in struct:__anon22220
|
| /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/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/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/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| txg.c | 225 txg_thread_enter(tx_state_t *tx, callb_cpr_t *cpr) 227 CALLB_CPR_INIT(cpr, &tx->tx_sync_lock, callb_generic_cpr, FTAG); 232 txg_thread_exit(tx_state_t *tx, callb_cpr_t *cpr, kthread_t **tpp) 238 CALLB_CPR_EXIT(cpr); /* drops &tx->tx_sync_lock */ 243 txg_thread_wait(tx_state_t *tx, callb_cpr_t *cpr, kcondvar_t *cv, clock_t time) 245 CALLB_CPR_SAFE_BEGIN(cpr); 252 CALLB_CPR_SAFE_END(cpr, &tx->tx_sync_lock); 458 callb_cpr_t cpr; local 461 txg_thread_enter(tx, &cpr); 482 txg_thread_wait(tx, &cpr, &tx->tx_sync_more_cv, timer) 538 callb_cpr_t cpr; local [all...] |
| dbuf.c | 501 callb_cpr_t cpr; local 503 CALLB_CPR_INIT(&cpr, &dbuf_evict_lock, callb_generic_cpr, FTAG); 508 CALLB_CPR_SAFE_BEGIN(&cpr); 511 CALLB_CPR_SAFE_END(&cpr, &dbuf_evict_lock); 529 CALLB_CPR_EXIT(&cpr); /* drops dbuf_evict_lock */
|
| arc.c | 4124 callb_cpr_t cpr; local 4126 CALLB_CPR_INIT(&cpr, &arc_reclaim_lock, callb_generic_cpr, FTAG); 4216 CALLB_CPR_SAFE_BEGIN(&cpr); 4219 CALLB_CPR_SAFE_END(&cpr, &arc_reclaim_lock); 4225 CALLB_CPR_EXIT(&cpr); /* drops arc_reclaim_lock */ 4237 callb_cpr_t cpr; local 4240 CALLB_CPR_INIT(&cpr, &arc_dnlc_evicts_lock, callb_generic_cpr, FTAG); 4244 CALLB_CPR_SAFE_BEGIN(&cpr); 4246 CALLB_CPR_SAFE_END(&cpr, &arc_dnlc_evicts_lock); 4264 CALLB_CPR_EXIT(&cpr); 7239 callb_cpr_t cpr; local [all...] |
| /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/external/bsd/mdocml/dist/ |
| mdoc_validate.c | 484 const char *cp, *cpr; local 500 for (cpr = cp - 1; cpr >= p; cpr--) 501 if (*cpr != '_' && !isalnum((unsigned char)*cpr)) 503 if ((cpr < p || *cpr == ' ') && cpr + 1 < cp) { 504 cpr++ [all...] |
| /src/sys/arch/x68k/x68k/ |
| iodevice.h | 73 char pad7[3]; unsigned char cpr; member in struct:dmac
|
| /src/external/bsd/ntp/dist/ntpq/ |
| ntpq.c | 3227 const char * cpr = cpl + len; local 3229 while (cpl != cpr && *(const unsigned char*)cpl <= ' ') 3231 while (cpl != cpr && *(const unsigned char*)(cpr - 1) <= ' ') 3232 --cpr; 3234 len = (size_t)(cpr - cpl);
|