| /src/usr.sbin/timed/timed/ |
| candidate.c | 51 struct timeval then, wait; local 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 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/engine/fifo/ |
| gf100.h | 29 drm_waitqueue_t wait; member in struct:gf100_fifo::__anon5357 31 wait_queue_head_t wait; member in struct:gf100_fifo::__anon5357
|
| /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::__anon5404
|
| /src/sys/arch/amiga/dev/ |
| ivsc.c | 196 int wait = sci_data_wait; local 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 294 wait = sci_data_wait; 299 || --wait < 0) [all...] |
| mlhsc.c | 182 int wait = sci_data_wait; local 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 287 wait = sci_data_wait; 292 || --wait < 0) [all...] |
| otgsc.c | 189 int wait = sci_data_wait; local 203 wait = sci_data_wait; 208 || --wait < 0) { 212 len, *dev->sci_bus_csr, wait); 235 int wait = sci_data_wait; local 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 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 306 wait = sci_data_wait; 311 || --wait < 0) [all...] |
| sci.c | 92 #define SCI_CMD_WAIT 50000 /* wait per step of 'immediate' cmds */ 93 #define SCI_DATA_WAIT 50000 /* wait per data in/out step */ 94 #define SCI_INIT_WAIT 50000 /* wait per step (both) during init */ 408 register int wait = sci_data_wait; local 420 if ((csr & SCI_BUS_BSY) == 0 || --wait < 0) { 424 len, csr, wait); 448 int wait = sci_data_wait; local 466 if (!(csr & SCI_BUS_BSY) || --wait < 0) { 470 len, csr, wait); 509 int wait; local [all...] |
| /src/sys/arch/atari/stand/xxboot/ahdi-sdb00t/ |
| sdb00t.ahdi.S | 159 bsrs wait 171 wait: addl _hz_200:w,%d1 label
|
| /src/sys/arch/atari/stand/xxboot/ahdi-wdb00t/ |
| wdb00t.ahdi.S | 112 bsrs wait 143 wait: movl #0x7d0,%d0 label 163 dbra %d1,wait
|
| /src/sys/arch/atari/stand/xxboot/sdboot/ |
| sdboot.S | 173 bsrs wait 185 wait: addl _hz_200:w,%d1 label
|
| /src/sys/arch/atari/stand/xxboot/wdboot/ |
| wdboot.S | 133 bsrs wait 164 wait: movl #0x7d0,%d0 label 184 dbra %d1,wait
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
| pmu.h | 33 drm_waitqueue_t wait; member in struct:nvkm_pmu::__anon5211 35 wait_queue_head_t wait; member in struct:nvkm_pmu::__anon5211
|
| /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 361 wait(1000000 / POLL_FREQ); 377 wait(sec * 1000000);
|
| /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/tests/lib/libc/sys/ |
| t_wait_noproc.c | 32 #include <sys/wait.h> 45 ATF_TC(wait); variable 46 ATF_TC_HEAD(wait, tc) 49 "Test that wait(2) returns ECHILD for no child"); 52 ATF_TC_BODY(wait, tc) 54 ATF_REQUIRE_ERRNO(ECHILD, wait(NULL) == -1); 325 ATF_TP_ADD_TC(tp, wait);
|
| /src/sys/arch/hp300/stand/common/ |
| scsi.c | 100 * Adjust the wait values 196 int wait; local 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 236 if (hd->scsi_ints || --wait < 0) 248 int wait = scsi_data_wait local 272 int wait; local [all...] |
| /src/sys/arch/hpcmips/dev/ |
| plumiobus.c | 226 int i, wait; local 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/usr.bin/ftp/ |
| progressbar.c | 128 struct timeval now, wait; local 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 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/share/examples/refuse/ian/libfetch/ |
| common.c | 381 struct timeval now, timeout, wait; local 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 523 wait.tv_sec = timeout.tv_sec - now.tv_sec [all...] |
| /src/sys/arch/arm/at91/ |
| at91cf.c | 198 int wait; local 209 wait = (cscf->power_ctl)(sc, POWER_OFF); 210 delay(wait); 211 wait = (cscf->power_ctl)(sc, POWER_ON); 212 delay(wait); 221 int wait; local 229 wait = (*cscf->power_ctl)(sc, POWER_OFF); 230 delay(wait); 269 tsleep(ph, PWAIT, "CSC wait", 0); 506 int wait; local 520 int wait; local [all...] |
| /src/sys/arch/arm/s3c2xx0/ |
| s3c2440_dma.c | 641 bool wait = FALSE; local 660 DPRINTF(("No wait for abort")); 667 wait = TRUE; 677 if (wait == TRUE) { 678 DPRINTF(("Abort: Wait for transfer to complete\n"));
|