/src/tests/lib/libc/gen/ |
t_raise.c | 130 struct timespec tv, tr; local in function:ATF_TC_BODY 150 ATF_REQUIRE(nanosleep(&tv, &tr) == 0);
|
/src/usr.bin/paste/ |
paste.c | 57 static int tr(char *); 74 delimcnt = tr(delim); 199 tr(char *arg) function in typeref:typename:int
|
/src/usr.bin/tail/ |
reverse.c | 169 BF *mark, *tl, *tr; local in function:r_buf 249 for (tr = tl->next; tr->len; tr = tr->next) { 250 WR(tr->l, tr->len); 251 tr->len = 0; 252 if (tr == mark)
|
/src/lib/libc/stdlib/ |
radixsort.c | 84 tr = tr0; \ 93 tr = tab; \ 104 const u_char *tr; local in function:radixsort 111 r_sort_a(a, n, 0, tr, endch); 118 const u_char *tr, **ta; local in function:sradixsort 130 simplesort(a, n, 0, tr, endch); 136 r_sort_b(a, ta, n, 0, tr, endch); 149 r_sort_a(const u_char **a, int n, int i, const u_char *tr, u_int endch) 159 _DIAGASSERT(tr != NULL); 167 simplesort(a, n, i, tr, endch) [all...] |
/src/sys/dev/pci/ |
ld_twa.c | 147 struct twa_request *tr; local in function:ld_twa_dobio 152 if ((tr = twa_get_request(twa, 0)) == NULL) { 156 tr->tr_flags = TWA_CMD_DATA_OUT; 158 tr->tr_flags = TWA_CMD_DATA_IN; 161 tr->tr_data = data; 162 tr->tr_length = datasize; 163 tr->tr_cmd_pkt_type = 166 tr->tr_command->cmd_hdr.header_desc.size_header = 128; 168 tr->tr_command->command.cmd_pkt_9k.command.opcode = 170 tr->tr_command->command.cmd_pkt_9k.unit 242 struct twa_request *tr; local in function:ld_twa_flush [all...] |
twa.c | 435 twa_request_wait_handler(struct twa_request *tr) 438 wakeup(tr); 483 twa_release_request(struct twa_request *tr) 488 sc = tr->tr_sc; 490 if ((tr->tr_flags & TWA_CMD_AEN) == 0) { 492 TAILQ_INSERT_TAIL(&tr->tr_sc->twa_free, tr, tr_link); 494 if (__predict_false((tr->tr_sc->twa_sc_flags & 496 tr->tr_sc->twa_sc_flags &= ~TWA_STATE_REQUEST_WAIT; 500 tr->tr_flags &= ~TWA_CMD_AEN_BUSY 833 struct twa_request *tr; local in function:twa_alloc_req_pkts 978 struct twa_request *tr; local in function:twa_request_bus_scan 1185 struct twa_request *tr; local in function:twa_drain_busy_queue 1211 struct twa_request *tr; local in function:twa_drain_pending_queue 1248 struct twa_request *tr; local in function:twa_drain_aen_queue 1357 struct twa_request *tr; local in function:twa_done 1736 struct twa_request *tr = (struct twa_request *)arg; local in function:twa_setup_data_dmamap 1976 struct twa_request *tr = 0; local in function:twaioctl 2319 struct twa_request *tr; local in function:twa_get_param 2403 struct twa_request *tr; local in function:twa_set_param 2516 struct twa_request *tr; local in function:twa_init_connection 2701 struct twa_request *tr; local in function:twa_fetch_aen 2907 struct twa_request *tr; local in function:twa_get_request_wait 2930 struct twa_request *tr; local in function:twa_get_request [all...] |
/src/games/tetris/ |
screen.c | 321 int tr, tc, t; local in function:scr_update 344 tr = t / B_COLS; 347 moveto(tr, 2*tc);
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_rtl_thread.cc | 259 ThreadRegistry *tr = ctx->thread_registry; local in function:__tsan::ThreadStart 261 tr->StartThread(tid, os_id, workerthread, &args); 263 tr->Lock(); 264 thr->tctx = (ThreadContext*)tr->GetThreadLocked(tid); 265 tr->Unlock();
|
/src/bin/sh/ |
trap.c | 756 char *tr; local in function:dotrap 781 tr = trap[i]; 784 tr ? "\"" : "", tr ? tr : "NULL", tr ? "\"" : "")); 786 if (tr != NULL) { 791 tr = savestr(tr); /* trap code may free trap[i] */ 792 evalstring(tr, 0) [all...] |
/src/sys/crypto/camellia/ |
camellia.c | 441 uint32_t kw4l, kw4r, dw, tl, tr; local in function:camellia_setup128 559 dw = tl & subl(8), tr = subr(10) ^ CAMELLIA_RL1(dw); 561 SUBR(7) = subr(6) ^ tr; 567 dw = tl & subl(9), tr = subr(7) ^ CAMELLIA_RL1(dw); 569 SUBR(10) = tr ^ subr(11); 579 dw = tl & subl(16), tr = subr(18) ^ CAMELLIA_RL1(dw); 581 SUBR(15) = subr(14) ^ tr; 587 dw = tl & subl(17), tr = subr(15) ^ CAMELLIA_RL1(dw); 589 SUBR(18) = tr ^ subr(19); 648 uint32_t kw4l, kw4r, dw, tl, tr; local in function:camellia_setup256 [all...] |
/src/sys/dev/ic/ |
sunscpal.c | 1927 struct trace_ent *tr; local in function:sunscpal_trace 1932 tr = &sunscpal_tracebuf[sunscpal_traceidx]; 1938 tr->msg = msg; 1939 tr->val = val; 1956 struct trace_ent *tr; local in function:sunscpal_show_trace 1961 tr = &sunscpal_tracebuf[idx]; 1965 if (tr->msg) 1966 db_printf(tr->msg, tr->val);
|
ncr5380sbc.c | 2445 struct trace_ent *tr; local in function:ncr5380_trace 2450 tr = &ncr5380_tracebuf[ncr5380_traceidx]; 2456 tr->msg = msg; 2457 tr->val = val; 2474 struct trace_ent *tr; local in function:ncr5380_show_trace 2479 tr = &ncr5380_tracebuf[idx]; 2483 if (tr->msg) 2484 db_printf(tr->msg, tr->val);
|
/src/sys/dev/sbus/ |
be.c | 1191 bus_space_handle_t tr = sc->sc_tr; local in function:be_mii_sync 1195 bus_space_write_4(t, tr, BE_TRI_MGMTPAL, 1197 (void)bus_space_read_4(t, tr, BE_TRI_MGMTPAL); 1198 bus_space_write_4(t, tr, BE_TRI_MGMTPAL, 1201 (void)bus_space_read_4(t, tr, BE_TRI_MGMTPAL); 1209 bus_space_handle_t tr = sc->sc_tr; local in function:be_pal_gate 1218 bus_space_write_4(t, tr, BE_TRI_TCVRPAL, v); 1219 (void)bus_space_read_4(t, tr, BE_TRI_TCVRPAL); 1226 bus_space_handle_t tr = sc->sc_tr; local in function:be_tcvr_read_bit 1230 bus_space_write_4(t, tr, BE_TRI_MGMTPAL, MGMT_PAL_EXT_MDIO) 1254 bus_space_handle_t tr = sc->sc_tr; local in function:be_tcvr_write_bit [all...] |
/src/usr.sbin/mtrace/ |
mtrace.c | 394 struct timeval tq, tr, tv; local in function:send_recv 479 gettimeofday(&tr, 0); 597 save->rtime = ((tr.tv_sec + JAN_1970) << 16) + 598 (tr.tv_usec << 10) / 15625; 620 struct timeval tr; local in function:passive_mode 636 gettimeofday(&tr,0); 688 base.qtime = ((tr.tv_sec + JAN_1970) << 16) + 689 (tr.tv_usec << 10) / 15625; 690 base.rtime = ((tr.tv_sec + JAN_1970) << 16) + 691 (tr.tv_usec << 10) / 15625 [all...] |
/src/sys/dev/ieee1394/ |
fwohci.c | 1556 struct fwohcidb_tr *tr; local in function:fwohci_txd 1573 tr = dbch->bottom; 1575 fwdma_sync_multiseg(dbch->am, tr->idx, tr->idx, 1577 db = LAST_DB(tr); 1582 if (tr->xfer->send.pay_len > 0) { 1583 bus_dmamap_sync(fc->dmat, tr->dma_map, 1584 0, tr->dma_map->dm_mapsize, BUS_DMASYNC_POSTWRITE); 1585 bus_dmamap_unload(fc->dmat, tr->dma_map); 1643 dbch->bottom = STAILQ_NEXT(tr, link) [all...] |
/src/lib/libc/time/ |
localtime.c | 789 int_fast64_t tr = stored == 4 ? detzcode(p) : detzcode64(p); local in function:tzloadbody 795 if (tr <= prevtr) 809 prevtr = tr; 812 if (tr <= TIME_T_MAX) { 813 sp->lsis[leapcnt].ls_trans = (time_t)tr;
|
/src/games/rogue/ |
rogue.h | 332 struct tr { struct 337 typedef struct tr trap;
|
/src/sys/dev/usb/ |
xhci.c | 750 * TR Dequeue Pointer, DCS, etc. fields. Refer to 2015 * Set TR Dequeue Pointer. 2018 * Set TR dequeue Pointer to 0 and Cycle State to 1. 2316 struct xhci_ring * const tr = xs->xs_xr[dci]; local in function:xhci_pipe_restart_async_task 2331 tr->is_halted = false; 2366 struct xhci_ring * const tr = xs->xs_xr[dci]; local in function:xhci_pipe_restart_async 2373 tr->is_halted = true; 3210 xhci_ring_put_xfer(struct xhci_softc * const sc, struct xhci_ring * const tr, 3214 xhci_ring_put(sc, tr, xx, xx->xx_trb, ntrb); 3658 /* rewind TR dequeue pointer in xHC * 4461 struct xhci_ring * const tr = xs->xs_xr[dci]; local in function:xhci_device_ctrl_start 4592 struct xhci_ring * const tr = xs->xs_xr[dci]; local in function:xhci_device_isoc_enter 4747 struct xhci_ring * const tr = xs->xs_xr[dci]; local in function:xhci_device_bulk_start 4877 struct xhci_ring * const tr = xs->xs_xr[dci]; local in function:xhci_device_intr_start [all...] |
/src/sys/dev/nvmm/x86/ |
nvmm_x86_svm.c | 439 struct vmcb_segment tr; member in struct:vmcb_state 1900 &vmcb->state.tr); 2037 &vmcb->state.tr); 2200 * - RTR [reads of TR] 2204 * - WTR [writes of TR]
|