| /netbsd/src/external/bsd/ntp/dist/scripts/ntp-wait/ |
| D | invoke-ntp-wait.texi | 1 @node ntp-wait Invocation 2 @section Invoking ntp-wait 3 @pindex ntp-wait 7 # EDIT THIS FILE WITH CAUTION (invoke-ntp-wait.texi) 10 # From the definitions ntp-wait-opts.def 16 @code{ntp-wait} 27 @code{ntp-wait} 36 using the @code{agtexi-cmd} template and the option descriptions for the @code{ntp-wait} program. 39 * ntp-wait usage:: ntp-wait help/usage (@option{--help}) 40 * ntp-wait tries:: tries option (-n) [all …]
|
| D | ntp-wait.texi | 3 @setfilename ntp-wait.info 4 @settitle Ntp-wait User's Manual 10 This file documents the use of @code{ntp-wait}, 13 that is used to wait until @code{ntpd} has been able to 18 * ntp-wait: (ntp-wait). Wait for ntpd to synchronize and stabilize the system clock. 22 @title ntp-wait User's Manual 23 @subtitle ntp-wait, version @value{VERSION}, @value{UPDATED} 30 @node Top, ntp-wait Description, (dir), (dir) 32 This document describes the use of the NTP Project's @code{ntp-wait} program. 38 run @code{ntp-wait} to block [all …]
|
| /netbsd/src/sys/arch/amiga/dev/ |
| D | wstsc.c | 207 int wait = sci_data_wait; in wstsc_dma_xfer_in() local 222 wait = sci_data_wait; in wstsc_dma_xfer_in() 227 || --wait < 0) { in wstsc_dma_xfer_in() 231 len, *dev->sci_bus_csr, wait); in wstsc_dma_xfer_in() 259 wait = sci_data_wait; in wstsc_dma_xfer_in() 264 || --wait < 0) { in wstsc_dma_xfer_in() 268 len, *dev->sci_bus_csr, wait); in wstsc_dma_xfer_in() 291 int wait = sci_data_wait; in wstsc_dma_xfer_out() local 306 wait = sci_data_wait; in wstsc_dma_xfer_out() 311 || --wait < 0) { in wstsc_dma_xfer_out() [all …]
|
| D | mlhsc.c | 182 int wait = sci_data_wait; in mlhsc_dma_xfer_in() local 200 wait = sci_data_wait; in mlhsc_dma_xfer_in() 205 || --wait < 0) { in mlhsc_dma_xfer_in() 209 len, csr, wait); in mlhsc_dma_xfer_in() 236 wait = sci_data_wait; in mlhsc_dma_xfer_in() 241 || --wait < 0) { in mlhsc_dma_xfer_in() 245 len, csr, wait); in mlhsc_dma_xfer_in() 268 int wait = sci_data_wait; in mlhsc_dma_xfer_out() local 287 wait = sci_data_wait; in mlhsc_dma_xfer_out() 292 || --wait < 0) { in mlhsc_dma_xfer_out() [all …]
|
| D | ivsc.c | 196 int wait = sci_data_wait; in ivsc_dma_xfer_in() local 210 wait = sci_data_wait; in ivsc_dma_xfer_in() 215 || --wait < 0) { in ivsc_dma_xfer_in() 219 len, *dev->sci_bus_csr, wait); in ivsc_dma_xfer_in() 247 wait = sci_data_wait; in ivsc_dma_xfer_in() 252 || --wait < 0) { in ivsc_dma_xfer_in() 256 len, *dev->sci_bus_csr, wait); in ivsc_dma_xfer_in() 279 int wait = sci_data_wait; in ivsc_dma_xfer_out() local 294 wait = sci_data_wait; in ivsc_dma_xfer_out() 299 || --wait < 0) { in ivsc_dma_xfer_out() [all …]
|
| D | otgsc.c | 189 int wait = sci_data_wait; in otgsc_dma_xfer_in() local 203 wait = sci_data_wait; in otgsc_dma_xfer_in() 208 || --wait < 0) { in otgsc_dma_xfer_in() 212 len, *dev->sci_bus_csr, wait); in otgsc_dma_xfer_in() 235 int wait = sci_data_wait; in otgsc_dma_xfer_out() local 250 wait = sci_data_wait; in otgsc_dma_xfer_out() 255 || --wait < 0) { in otgsc_dma_xfer_out() 259 len, *dev->sci_bus_csr, wait); in otgsc_dma_xfer_out() 270 wait = sci_data_wait; in otgsc_dma_xfer_out() 272 SCI_CSR_PHASE_MATCH && --wait); in otgsc_dma_xfer_out()
|
| D | sci.c | 408 register int wait = sci_data_wait; in sci_ixfer_out() local 420 if ((csr & SCI_BUS_BSY) == 0 || --wait < 0) { in sci_ixfer_out() 424 len, csr, wait); in sci_ixfer_out() 448 int wait = sci_data_wait; in sci_ixfer_in() local 466 if (!(csr & SCI_BUS_BSY) || --wait < 0) { in sci_ixfer_in() 470 len, csr, wait); in sci_ixfer_in() 509 int wait; in sciicmd() local 522 wait = sci_cmd_wait; in sciicmd() 542 wait = sci_data_wait; in sciicmd() 550 wait = sci_data_wait; in sciicmd() [all …]
|
| /netbsd/src/sys/arch/hp300/stand/common/ |
| D | scsi.c | 196 int wait; in wait_for_select() local 199 wait = scsi_data_wait; in wait_for_select() 201 if (--wait < 0) in wait_for_select() 210 ixfer_start(volatile struct scsidevice *hd, int len, uint8_t phase, int wait) in ixfer_start() argument 222 if (hd->scsi_ints || --wait < 0) in ixfer_start() 232 int wait = scsi_data_wait; in ixfer_out() local 236 if (hd->scsi_ints || --wait < 0) in ixfer_out() 248 int wait = scsi_data_wait; in ixfer_in() local 252 if (hd->scsi_ints || --wait < 0) { in ixfer_in() 272 int wait; in scsiicmd() local [all …]
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/ |
| D | drm_syncobj.c | 173 struct syncobj_wait_entry *wait); 202 struct syncobj_wait_entry *wait) in drm_syncobj_fence_add_wait() argument 206 if (wait->fence) in drm_syncobj_fence_add_wait() 215 if (!fence || dma_fence_chain_find_seqno(&fence, wait->point)) { in drm_syncobj_fence_add_wait() 217 list_add_tail(&wait->node, &syncobj->cb_list); in drm_syncobj_fence_add_wait() 219 wait->fence = dma_fence_get_stub(); in drm_syncobj_fence_add_wait() 221 wait->fence = fence; in drm_syncobj_fence_add_wait() 227 struct syncobj_wait_entry *wait) in drm_syncobj_remove_wait() argument 229 if (!wait->node.next) in drm_syncobj_remove_wait() 233 list_del_init(&wait->node); in drm_syncobj_remove_wait() [all …]
|
| /netbsd/src/usr.sbin/timed/timed/ |
| D | candidate.c | 51 struct timeval then, wait; in election() local 62 wait.tv_sec = 0; in election() 63 wait.tv_usec = 0; in election() 64 while (0 != readmsg(TSP_REFUSE, ANYADDR, &wait, net)) { in election() 68 while (0 != readmsg(TSP_QUIT, ANYADDR, &wait, net)) { in election() 87 (void)gettimeofday(&wait, 0); in election() 88 timersub(&then, &wait, &wait); in election() 89 resp = readmsg(TSP_ANY, ANYADDR, &wait, net); in election()
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/i915/ |
| D | i915_sw_fence.c | 148 spin_lock_destroy(&fence->wait.lock); in i915_sw_fence_fini() 149 BUG_ON(!list_empty(&fence->wait.head)); in i915_sw_fence_fini() 173 DRM_SPIN_WAKEUP_ALL(&sfw->wq, &sfw->fence->wait.lock); in autoremove_wake_function() 192 spin_lock(&fence->wait.lock); in i915_sw_fence_wait() 193 list_add_tail(&waiter.entry, &fence->wait.head); in i915_sw_fence_wait() 194 DRM_SPIN_WAIT_NOINTR_UNTIL(ret, &sfw.wq, &fence->wait.lock, in i915_sw_fence_wait() 197 spin_unlock(&fence->wait.lock); in i915_sw_fence_wait() 207 wait_queue_head_t *x = &fence->wait; in __i915_sw_fence_wake_up_all() 295 spin_lock_init(&fence->wait.lock); in __i915_sw_fence_init() 296 INIT_LIST_HEAD(&fence->wait.head); in __i915_sw_fence_init() [all …]
|
| /netbsd/src/usr.bin/ftp/ |
| D | 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) 397 alarmtimer(int wait) argument [all …]
|
| /netbsd/src/share/examples/refuse/ian/libfetch/ |
| D | common.c | 381 struct timeval now, timeout, wait; in _fetch_read() local 397 wait.tv_sec = timeout.tv_sec - now.tv_sec; in _fetch_read() 398 wait.tv_usec = timeout.tv_usec - now.tv_usec; in _fetch_read() 399 if (wait.tv_usec < 0) { in _fetch_read() 400 wait.tv_usec += 1000000; in _fetch_read() 401 wait.tv_sec--; in _fetch_read() 403 if (wait.tv_sec < 0) { in _fetch_read() 409 r = select(conn->sd + 1, &readfds, NULL, NULL, &wait); in _fetch_read() 507 struct timeval now, timeout, wait; in _fetch_writev() local 523 wait.tv_sec = timeout.tv_sec - now.tv_sec; in _fetch_writev() [all …]
|
| /netbsd/src/external/bsd/kyua-cli/dist/utils/process/ |
| D | child_test.cpp | 278 const process::status status = child->wait(); in do_inherit_test() 322 process::status status = child->wait(); in child__fork_capture__ok() 373 const process::status status = child->wait(); in ATF_TEST_CASE_BODY() 387 const process::status status = child->wait(); in ATF_TEST_CASE_BODY() 423 const process::status status = child->wait(); in ATF_TEST_CASE_BODY() 446 const process::status status = child->wait(); in ATF_TEST_CASE_BODY() 492 const process::status status = child->wait(); in ATF_TEST_CASE_BODY() 507 const process::status status = child->wait(); in ATF_TEST_CASE_BODY() 545 const process::status status = child->wait(); in ATF_TEST_CASE_BODY() 560 const process::status status = child->wait(); in ATF_TEST_CASE_BODY() [all …]
|
| /netbsd/src/sys/arch/arm/at91/ |
| D | at91cf.c | 198 int wait; in at91cf_attach_socket() local 209 wait = (cscf->power_ctl)(sc, POWER_OFF); in at91cf_attach_socket() 210 delay(wait); in at91cf_attach_socket() 211 wait = (cscf->power_ctl)(sc, POWER_ON); in at91cf_attach_socket() 212 delay(wait); in at91cf_attach_socket() 221 int wait; in at91cf_config_socket() local 229 wait = (*cscf->power_ctl)(sc, POWER_OFF); in at91cf_config_socket() 230 delay(wait); in at91cf_config_socket() 506 int wait; in at91cf_socket_enable() local 510 wait = (cscf->power_ctl)(sc, POWER_ON); in at91cf_socket_enable() [all …]
|
| /netbsd/src/sys/arch/mips/alchemy/ |
| D | au_timer.c | 58 #define SET_PC_REG(reg, wait, val) \ argument 60 if (wait) \ 62 & (wait)) \ 65 if (wait) \ 66 while (bus_space_read_4(st, sh, (reg)) & (wait)) \
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | gnu-nat.c | 166 struct inf_wait wait; /* What to return from target_wait. */ member 321 else if (proc == inf->wait.thread && inf->wait.exc.reply && !force) in proc_abort() 600 if (proc == inf->wait.thread) in _proc_free() 633 inf->wait.status.set_spurious (); in make_inf() 634 inf->wait.thread = 0; in make_inf() 635 inf->wait.exc.handler = MACH_PORT_NULL; in make_inf() 636 inf->wait.exc.reply = MACH_PORT_NULL; in make_inf() 662 inf->wait.status.set_spurious (); in inf_clear_wait() 663 inf->wait.thread = 0; in inf_clear_wait() 664 inf->wait.suppress = 0; in inf_clear_wait() [all …]
|
| D | ser-mingw.c | 800 struct ser_console_state wait; member 814 ps->wait.read_event = INVALID_HANDLE_VALUE; in make_pipe_state() 815 ps->wait.except_event = INVALID_HANDLE_VALUE; in make_pipe_state() 816 ps->wait.start_select = INVALID_HANDLE_VALUE; in make_pipe_state() 817 ps->wait.stop_select = INVALID_HANDLE_VALUE; in make_pipe_state() 827 if (ps->wait.read_event != INVALID_HANDLE_VALUE) in free_pipe_state() 828 destroy_select_thread (&ps->wait); in free_pipe_state() 1011 if (ps->wait.read_event == INVALID_HANDLE_VALUE) in pipe_wait_handle() 1013 create_select_thread (pipe_select_thread, scb, &ps->wait); in pipe_wait_handle() 1015 *read = ps->wait.read_event; in pipe_wait_handle() [all …]
|
| /netbsd/src/external/bsd/ntp/dist/html/hints/ |
| D | decosf2 | 4 error in the /usr/include/sys/procset.h and /usr/include/sys/wait.h 7 cowbird:/usr/include/sys# diff -c wait.h.orig wait.h 8 *** wait.h.orig Tue Feb 22 02:41:38 1994 9 --- wait.h Thu Aug 25 14:52:57 1994
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/boards/ |
| D | simavr.exp | 82 wait -i $simavr_spawn_id 101 wait -i $simavr_spawn_id 107 wait -i $simavr_spawn_id 121 wait -i $simavr_spawn_id
|
| /netbsd/src/tests/lib/libc/stdlib/ |
| D | t_exit.c | 75 (void)wait(&sta); in ATF_TC_BODY() 103 (void)wait(&sta); in ATF_TC_BODY() 131 (void)wait(&sta); in ATF_TC_BODY() 166 (void)wait(&sta); in ATF_TC_BODY()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/frv/ |
| D | profile.c | 896 int wait = 0; in wait_for_flush() local 900 ++wait; in wait_for_flush() 902 if (TRACE_INSN_P (cpu) && wait) in wait_for_flush() 905 frv_model_trace_wait_cycles (cpu, wait, hazard_name); in wait_for_flush() 1666 int wait = 0; in load_wait_for_GR() local 1670 ++wait; in load_wait_for_GR() 1672 if (wait) in load_wait_for_GR() 1675 ps->vliw_wait += wait; in load_wait_for_GR() 1676 ps->vliw_load_stall += wait; in load_wait_for_GR() 1690 int wait = 0; in load_wait_for_FR() local [all …]
|
| /netbsd/src/external/bsd/top/dist/ |
| D | top.c | 608 struct timeval wait; in do_wait() local 610 double2tv(&wait, gstate->delay); in do_wait() 611 select(0, NULL, NULL, NULL, &wait); in do_wait() 619 struct timeval wait = {0, 0}; in do_command() local 635 wait = gstate->refresh; in do_command() 636 wait.tv_usec -= now.tv_usec; in do_command() 637 if (wait.tv_usec < 0) in do_command() 639 wait.tv_usec += 1000000; in do_command() 640 wait.tv_sec--; in do_command() 642 wait.tv_sec -= now.tv_sec; in do_command() [all …]
|
| /netbsd/src/external/bsd/tmux/dist/ |
| D | cmd-if-shell.c | 84 int wait = !args_has(args, 'b'); in cmd_if_shell_exec() local 106 cdata->cmd_if = args_make_commands_prepare(self, item, 1, NULL, wait, in cmd_if_shell_exec() 110 NULL, wait, 0); in cmd_if_shell_exec() 113 if (wait) { in cmd_if_shell_exec() 132 if (!wait) in cmd_if_shell_exec()
|
| /netbsd/src/sys/arch/macppc/dev/ |
| D | dbdma.h | 113 #define DBDMA_BUILD_CMD(d, cmd, key, interrupt, wait, branch) { \ argument 117 ((branch) << 2) | (wait)); \ 120 #define DBDMA_BUILD(d, cmd, key, count, address, interrupt, wait, branch) { \ argument 129 ((branch) << 2) | (wait)); \
|