Home
last modified time | relevance | path

Searched refs:wait (Results 176 – 200 of 358) sorted by relevance

12345678910>>...15

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dbuiltins.c127 "wait", NV_BLTIN|BLT_ENV|BLT_EXIT, bltin(wait),
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/features/
H A Dpoll44 wait(&n);
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_ib.h192 extern void ib_intr_disable(ib_t *ib_p, ib_ino_t ino, int wait);
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_sram.c103 EFSYS_PROBE1(wait, unsigned int, count); in efx_sram_buf_tbl_set()
/illumos-gate/usr/src/cmd/dispadmin/
H A Ddispadmin.c248 (void) wait(NULL); in class_info()
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.h79 kcondvar_t wait; /* for waiting on release */ member
/illumos-gate/usr/src/uts/common/vm/
H A Das.h300 boolean_t wait);
/illumos-gate/usr/src/cmd/lp/model/
H A Dtsol_standard154 # ${DRAIN} is the name of a program that will wait
159 DRAIN="${LOCALPATH}/drain.output 5" # wait only five seconds
979 # If the fault recovery is "wait" or "begin", the printer
983 # is allowed to wait for the printer fault to be cleared so
1004 # The filter should wait for a printer fault to clear,
1009 # with a 0 exit code. If it can't wait, it should exit
H A Dtsol_standard_foomatic157 # ${DRAIN} is the name of a program that will wait
162 DRAIN="${LOCALPATH}/drain.output 5" # wait only five seconds
1008 # If the fault recovery is "wait" or "begin", the printer
1012 # is allowed to wait for the printer fault to be cleared so
1033 # The filter should wait for a printer fault to clear,
1038 # with a 0 exit code. If it can't wait, it should exit
/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_ch.c222 srpt_ch_release_ref(srpt_channel_t *ch, uint_t wait) in srpt_ch_release_ref() argument
227 (void *)ch, ch->ch_refcnt, wait); in srpt_ch_release_ref()
234 if (wait) { in srpt_ch_release_ref()
/illumos-gate/usr/src/cmd/fs.d/
H A Dfsck.c651 curpid = wait(&status); in waiter()
802 if (wait(&st) == (pid_t)-1) { in execute()
/illumos-gate/usr/src/grub/grub-0.97/
H A DMAINTENANCE41 ``/gd/gnuorg/request-assign.future'' to the contributor, and wait
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs_ses.c458 (void) wait(NULL); in ses_wait()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipadm/
H A Dipadm.c1477 char *wait = NULL; in do_create_addr() local
1514 wait = optarg; in do_create_addr()
1555 if (wait != NULL) { in do_create_addr()
1558 if (strcmp(wait, "forever") == 0) { in do_create_addr()
1562 long timeout = strtol(wait, &end, 10); in do_create_addr()
/illumos-gate/usr/src/cmd/lp/lib/oam/
H A Dmsg.source443 …t can't be\nmounted on the destined printer. Try\nanother destination, or wait for the\nrequest to…
446 …"Try moving the request to another\ndestination, or wait for the request to\nfinish printing or ca…
449 …quest is\nnot allowed to use the printer(s). Try\nanother destination, or wait for the\nrequest to…
452 …onvert the file\ncontent for the printer(s). Try another\ndestination, or wait for the request to\…
723 …"Use the /usr/sbin/lpmove command to\nassign them to another destination,\nor wait for them to fin…
732 "You must give one of the values\n\"continue\", \"wait\", or \"beginning\"."
736 …"You must give one of the values\n\"wait\" or \"beginning\".\n(\"continue\" is not allowed if you …
930 …"Either wait for the requests to finish\nprinting or cancel them. Use the\nlpstat -o -l command to…
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c1740 emlxs_reset_link(emlxs_hba_t *hba, uint32_t linkup, uint32_t wait) in emlxs_reset_link() argument
1776 if (wait) { in emlxs_reset_link()
1777 wait = MBX_WAIT; in emlxs_reset_link()
1779 wait = MBX_NOWAIT; in emlxs_reset_link()
1781 rc = EMLXS_SLI_ISSUE_MBOX_CMD(hba, mbq, wait, 0); in emlxs_reset_link()
1808 if (wait == MBX_NOWAIT) { in emlxs_reset_link()
1835 rc = EMLXS_SLI_ISSUE_MBOX_CMD(hba, mbq, wait, 0); in emlxs_reset_link()
1846 if ((wait == MBX_WAIT) && mbq) { in emlxs_reset_link()
/illumos-gate/usr/src/cmd/enhance/
H A Denhance.c489 (void) wait(&status); in pty_stop_parent()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpoptr.c284 while (wait((int *)0) != pid) { in broadcast()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c5478 int wait; in hubd_enable_all_port_power() local
5502 wait = max(HUB_DEFAULT_POPG, in hubd_enable_all_port_power()
5508 hubd->h_power_good, wait); in hubd_enable_all_port_power()
5527 delay(drv_usectohz(wait)); in hubd_enable_all_port_power()
5531 wait = max(wait, hubd_device_delay / 10); in hubd_enable_all_port_power()
5550 delay(drv_usectohz(wait)); in hubd_enable_all_port_power()
8496 int wait; in hubd_toggle_port() local
8530 wait = max(HUB_DEFAULT_POPG, in hubd_toggle_port()
8536 hubd->h_power_good, wait); in hubd_toggle_port()
8544 delay(drv_usectohz(wait)); in hubd_toggle_port()
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A DDialers244 # o1=n\r\c set option 1 to 'n' (don't wait for far end sense first)
360 # TION:--TION: wait for the DESTINATION: prompt, if it does not come
361 # send a carriage return and wait again.
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h1665 # define WIFEXITED(s) (((union wait*)&(s))->w_stopval != WSTOPPED && \
1666 ((union wait*)&(s))->w_termsig == 0)
1667 # define WEXITSTATUS(s) (((union wait*)&(s))->w_retcode)
/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkpropd.c498 if (wait(&status) < 0) { in do_standalone()
1796 union wait waitb;
1854 if (wait(&waitb) < 0) {
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsubr_mchain.c1001 m_copym(mblk_t *m, int off, int len, int wait) in m_copym() argument
1076 int wait) in m_split() argument
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_zvolops.c426 goto wait; in devzvol_update_zclist()
436 wait: in devzvol_update_zclist()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dsuid_exec.c456 while((m = wait(0)) != n) in setids()

12345678910>>...15