/src/bin/ksh/ |
emacs.c | 1552 char *xr; local in function:x_kill_region 1560 xr = xcp; 1563 xr = xmp; 1565 x_goto(xr); 1567 xmp = xr;
|
/src/sys/dev/usb/ |
xhci.c | 530 xhci_ring_trbv(struct xhci_ring * const xr, u_int idx) 532 return KERNADDR(&xr->xr_dma, XHCI_TRB_SIZE * idx); 536 xhci_ring_trbp(struct xhci_ring * const xr, u_int idx) 538 return DMAADDR(&xr->xr_dma, XHCI_TRB_SIZE * idx); 561 xhci_trb_get_idx(struct xhci_ring *xr, uint64_t trb_0, int *idx) 564 bus_addr_t trbp = xhci_ring_trbp(xr, 0); 569 (trb_0 - trbp) / sizeof(struct xhci_trb) >= xr->xr_ntrb) { 2028 struct xhci_ring * const xr = xs->xs_xr[dci]; local in function:xhci_set_dequeue 2035 KASSERT(xr != NULL); 2037 xhci_host_dequeue(xr); 2423 struct xhci_ring *xr; local in function:xhci_event_transfer 3060 struct xhci_ring *xr; local in function:xhci_ring_init 3669 struct xhci_ring *xr = xs->xs_xr[dci]; local in function:xhci_setup_ctx [all...] |
/src/lib/libc/time/ |
zic.c | 1817 char hhx, mmx, ssx, xr = '0', xs; local in function:gethms 1829 &hh, &hhx, &mm, &mmx, &ss, &ssx, &tenths, &xr, &xs)) { 1832 ok = '0' <= xr && xr <= '9'; 1858 ss += 5 + ((ss ^ 1) & (xr == '0')) <= tenths; /* Round to even. */ 3508 struct rule xr; local in function:outzone 3510 memset(&xr, 0, sizeof(xr)); 3511 xr.r_month = TM_JANUARY; 3512 xr.r_dycode = DC_DOM [all...] |