Home
last modified time | relevance | path

Searched refs:wait (Results 1 – 25 of 358) sorted by path

12345678910>>...15

/illumos-gate/exception_lists/
H A Dclosed-bins170 ./usr/xpg4/bin/wait
/illumos-gate/usr/src/boot/efi/loader/
H A Defiserialio.c310 int wait; in comc_putchar() local
319 for (wait = COMC_TXWAIT; wait > 0; wait--) { in comc_putchar()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dcomconsole.c314 int wait; in comc_putchar() local
317 for (wait = COMC_TXWAIT; wait > 0; wait--) in comc_putchar()
H A Dvidconsole.c1055 int wait; in probe_keyboard() local
1067 for (wait = PROBE_MAXWAIT; wait > 0; --wait) { in probe_keyboard()
1078 if (wait <= 0) in probe_keyboard()
1085 for (wait = PROBE_MAXWAIT; wait > 0; --wait) { in probe_keyboard()
1091 if (wait <= 0) in probe_keyboard()
/illumos-gate/usr/src/cmd/amt/
H A Damt.c211 (void) wait(&status); in data_boundary_test()
310 (void) wait(&status); in text_area_not_writeable()
481 (void) wait(0); in memory_allocation_not_shared()
519 (void) wait(&status); in test_stack_end_of_hole()
541 (void) wait(&status); in test_stack_end_of_hole()
565 (void) wait(&status); in test_stack_end_of_hole()
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dwait1 /* : : generated from contrib/ast/src/lib/libast/features/wait by iffe version 2012-07-17 : : */
5 #define _lib_wait 1 /* wait() in default lib(s) */
9 #define _sys_wait 1 /* #include <sys/wait.h> ok */
10 #define _ok_wif 1 /* posix wait macros ok */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dwait1 /* : : generated from contrib/ast/src/lib/libast/features/wait by iffe version 2012-07-17 : : */
5 #define _lib_wait 1 /* wait() in default lib(s) */
9 #define _sys_wait 1 /* #include <sys/wait.h> ok */
10 #define _ok_wif 1 /* posix wait macros ok */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dwait1 /* : : generated from contrib/ast/src/lib/libast/features/wait by iffe version 2012-07-17 : : */
5 #define _lib_wait 1 /* wait() in default lib(s) */
9 #define _sys_wait 1 /* #include <sys/wait.h> ok */
10 #define _ok_wif 1 /* posix wait macros ok */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dwait1 /* : : generated from contrib/ast/src/lib/libast/features/wait by iffe version 2012-07-17 : : */
5 #define _lib_wait 1 /* wait() in default lib(s) */
9 #define _sys_wait 1 /* #include <sys/wait.h> ok */
10 #define _ok_wif 1 /* posix wait macros ok */
/illumos-gate/usr/src/cmd/auditreduce/
H A Dmain.c1025 pid = wait(&status); in chld_handler()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpoptr.c284 while (wait((int *)0) != pid) { in broadcast()
/illumos-gate/usr/src/cmd/backup/restore/
H A Dinteractive.c795 (void) wait((int *)NULL); in formatf()
/illumos-gate/usr/src/cmd/bart/
H A Dcreate.c162 (void) wait(0); in bart_create()
/illumos-gate/usr/src/cmd/bdiff/
H A Dbdiff.c308 (void) wait(&status); in main()
/illumos-gate/usr/src/cmd/bhyve/
H A Dgdb.c1878 bool wait; in init_mdb() local
1880 wait = get_config_bool_default("gdb.wait", false); in init_mdb()
1893 if (wait) { in init_mdb()
1914 bool wait; in init_gdb() local
1923 wait = get_config_bool_default("gdb.wait", false); in init_gdb()
1931 saddr, sport, wait ? "" : "not "); in init_gdb()
1967 if (wait) { in init_gdb()
H A Drfb.c1389 rfb_init(char *hostname, int port, int wait, const char *password, in rfb_init() argument
1531 if (wait != 0) { in rfb_init()
H A Drfb.h36 int rfb_init(char *hostname, int port, int wait, const char *password,
/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.
H A DREADME58 b- On time fields where the default wait time was specified,
H A Dcallers.c866 wait((int *) 0);
895 while ((w_ret = wait(&lt)) != pid)
H A Dcpmv.c226 wait(&status);
H A Dct.c467 while ((w_ret = wait(&_Status)) != _Pid)
H A Dcu.c613 wait(0); in main()
631 while ( (ret = wait(&status)) != Child ) in recfork()
954 while ((w_ret = wait((int*)0)) != fk) in _shell()
1579 while ((obit = wait(&status)) != Shell) { in _bye()
1597 while ((obit = wait(&status)) != Child) in _bye()
H A Dgwd.c100 wait(&ret);
H A Din.uucpd.c364 union wait status;
371 while ((pid = wait(&status)) > 0) {

12345678910>>...15