/src/usr.sbin/timed/timed/ |
candidate.c | 51 struct timeval then, wait; local in function:election 62 wait.tv_sec = 0; 63 wait.tv_usec = 0; 64 while (0 != readmsg(TSP_REFUSE, ANYADDR, &wait, net)) { 68 while (0 != readmsg(TSP_QUIT, ANYADDR, &wait, net)) { 87 (void)gettimeofday(&wait, 0); 88 timersub(&then, &wait, &wait); 89 resp = readmsg(TSP_ANY, ANYADDR, &wait, net);
|
slave.c | 72 struct timeval ntime, wait, tmptv; local in function:slave 156 wait.tv_sec = min(electiontime,min(looktime,looptime)) - ntime.tv_sec; 157 if (wait.tv_sec < 0) 158 wait.tv_sec = 0; 159 wait.tv_sec += FASTTOUT; 160 wait.tv_usec = 0; 161 msg = readmsg(TSP_ANY, ANYADDR, &wait, 0);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bar/ |
priv.h | 20 void (*wait)(struct nvkm_bar *); member in struct:nvkm_bar_func::__anone91c795e0108
|
/src/sys/arch/amiga/dev/ |
ivsc.c | 196 int wait = sci_data_wait; local in function:ivsc_dma_xfer_in 210 wait = sci_data_wait; 215 || --wait < 0) { 219 len, *dev->sci_bus_csr, wait); 247 wait = sci_data_wait; 252 || --wait < 0) { 256 len, *dev->sci_bus_csr, wait); 279 int wait = sci_data_wait; local in function:ivsc_dma_xfer_out 294 wait = sci_data_wait; 299 || --wait < 0) [all...] |
mlhsc.c | 182 int wait = sci_data_wait; local in function:mlhsc_dma_xfer_in 200 wait = sci_data_wait; 205 || --wait < 0) { 209 len, csr, wait); 236 wait = sci_data_wait; 241 || --wait < 0) { 245 len, csr, wait); 268 int wait = sci_data_wait; local in function:mlhsc_dma_xfer_out 287 wait = sci_data_wait; 292 || --wait < 0) [all...] |
otgsc.c | 189 int wait = sci_data_wait; local in function:otgsc_dma_xfer_in 203 wait = sci_data_wait; 208 || --wait < 0) { 212 len, *dev->sci_bus_csr, wait); 235 int wait = sci_data_wait; local in function:otgsc_dma_xfer_out 250 wait = sci_data_wait; 255 || --wait < 0) { 259 len, *dev->sci_bus_csr, wait); 270 wait = sci_data_wait; 272 SCI_CSR_PHASE_MATCH && --wait); [all...] |
wstsc.c | 207 int wait = sci_data_wait; local in function:wstsc_dma_xfer_in 222 wait = sci_data_wait; 227 || --wait < 0) { 231 len, *dev->sci_bus_csr, wait); 259 wait = sci_data_wait; 264 || --wait < 0) { 268 len, *dev->sci_bus_csr, wait); 291 int wait = sci_data_wait; local in function:wstsc_dma_xfer_out 306 wait = sci_data_wait; 311 || --wait < 0) [all...] |
/src/sys/arch/atari/stand/xxboot/ahdi-sdb00t/ |
sdb00t.ahdi.S | 162 bsrs wait 174 wait: addl _hz_200:w,%d1 label
|
/src/sys/arch/atari/stand/xxboot/ahdi-wdb00t/ |
wdb00t.ahdi.S | 115 bsrs wait 146 wait: movl #0x7d0,%d0 label 166 dbra %d1,wait
|
/src/sys/arch/atari/stand/xxboot/sdboot/ |
sdboot.S | 176 bsrs wait 188 wait: addl _hz_200:w,%d1 label
|
/src/sys/arch/atari/stand/xxboot/wdboot/ |
wdboot.S | 136 bsrs wait 167 wait: movl #0x7d0,%d0 label 187 dbra %d1,wait
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/ |
gf100.h | 29 drm_waitqueue_t wait; member in struct:gf100_fifo::__anone316f6f70208 31 wait_queue_head_t wait; member in struct:gf100_fifo::__anone316f6f70208
|
gk104.h | 38 drm_waitqueue_t wait; member in struct:gk104_fifo::__anoneec0d3200308 40 wait_queue_head_t wait; member in struct:gk104_fifo::__anoneec0d3200308
|
/src/usr.bin/vmstat/ |
drvstats.h | 50 struct timeval *wait; /* Time spent in queue waiting. */ member in struct:_drive
|
/src/sys/arch/i386/stand/lib/ |
pcio.c | 71 wait(int us) function in typeref:typename:void 361 wait(1000000 / POLL_FREQ); 377 wait(sec * 1000000);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
pmu.h | 33 drm_waitqueue_t wait; member in struct:nvkm_pmu::__anonc8ba6cde0208 35 wait_queue_head_t wait; member in struct:nvkm_pmu::__anonc8ba6cde0208
|
/src/sys/arch/hpcmips/dev/ |
plumiobus.c | 226 int i, wait; local in function:plumiobus_dump 239 printf(" # of wait to become from the access beginning: %d clock\n", 242 printf(" # of wait in access clock: "); 244 wait = (reg >> (i * PLUM_IOBUS_IOXACNT_SHIFT)) 246 printf("[CS%d:%d] ", i, wait + 1); 252 printf(" # of wait during access by I/O bus : %d clock\n", reg + 1);
|
/src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
i915_gem_client_blt.c | 101 struct i915_sw_fence wait; member in struct:clear_pages_work 125 i915_sw_fence_fini(&w->wait); 246 struct clear_pages_work *w = container_of(fence, typeof(*w), wait); 293 i915_sw_fence_init(&work->wait, clear_pages_work_notify); 296 err = i915_sw_fence_await_reservation(&work->wait, 309 i915_sw_fence_commit(&work->wait);
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_sw_fence.h | 18 #include <linux/wait.h> 34 } wait; member in struct:i915_sw_fence 126 wait_event(fence->wait, i915_sw_fence_done(fence));
|
/src/sys/arch/hp300/stand/common/ |
scsi.c | 100 * Adjust the wait values 196 int wait; local in function:wait_for_select 199 wait = scsi_data_wait; 201 if (--wait < 0) 210 ixfer_start(volatile struct scsidevice *hd, int len, uint8_t phase, int wait) 220 /* wait for xfer to start or svc_req interrupt */ 222 if (hd->scsi_ints || --wait < 0) 232 int wait = scsi_data_wait; local in function:ixfer_out 236 if (hd->scsi_ints || --wait < 0) 248 int wait = scsi_data_wait local in function:ixfer_in 272 int wait; local in function:scsiicmd [all...] |
/src/usr.bin/ftp/ |
progressbar.c | 128 struct timeval now, wait; local in function:progressmeter 169 timersub(&now, &lastupdate, &wait); 173 wait.tv_sec = 0; 176 if (quit_time > 0 && wait.tv_sec > quit_time) { 179 getprogname(), (unsigned long)wait.tv_sec); 266 } else if (wait.tv_sec >= STALLTIME) { 308 struct timeval now, td, wait; local in function:ptransfer 367 timersub(&now, &lastupdate, &wait); 368 if (wait.tv_sec >= STALLTIME) 394 * Set the SIGALRM interval timer for wait seconds, 0 to disable [all...] |
/src/usr.bin/make/unit-tests/ |
varname-circumflex.mk | 15 all: wait 39 wait: file1.o .WAIT file2.o target
|
/src/share/examples/refuse/ian/libfetch/ |
common.c | 381 struct timeval now, timeout, wait; local in function:_fetch_read 397 wait.tv_sec = timeout.tv_sec - now.tv_sec; 398 wait.tv_usec = timeout.tv_usec - now.tv_usec; 399 if (wait.tv_usec < 0) { 400 wait.tv_usec += 1000000; 401 wait.tv_sec--; 403 if (wait.tv_sec < 0) { 409 r = select(conn->sd + 1, &readfds, NULL, NULL, &wait); 507 struct timeval now, timeout, wait; local in function:_fetch_writev 523 wait.tv_sec = timeout.tv_sec - now.tv_sec [all...] |
/src/sys/arch/arm/s3c2xx0/ |
s3c2440_dma.c | 641 bool wait = FALSE; local in function:s3c2440_dmac_abort_xfer 660 DPRINTF(("No wait for abort")); 667 wait = TRUE; 677 if (wait == TRUE) { 678 DPRINTF(("Abort: Wait for transfer to complete\n"));
|
/src/sys/dev/isa/ |
isv.c | 178 wait = {.tv_sec = 0, .tv_usec = 1000000 * 4 / 30}; local in function:isv_probe 187 timeradd(&now, &wait, &end); 279 /* wait for retrace */ 302 /* wait for capture mode */ 330 static const struct timeval wait = {.tv_sec = 0, .tv_usec = 200000}; local in function:isv_capture 338 timeradd(&start, &wait, &end);
|