Searched refs:pwait (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/bin/pwait/
H A DMakefile3 PROG= pwait
/freebsd-9.3-release/bin/
H A DMakefile29 pwait \
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dpexecute.c85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) function
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dpexecute.c85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) function
/freebsd-9.3-release/contrib/gdb/include/
H A Dlibiberty.h279 extern int pwait PARAMS ((int, int *, int));
/freebsd-9.3-release/contrib/gcclibs/libiberty/testsuite/
H A Dtest-pexecute.c414 if (pwait (pid1, &status, 0) < 0)
415 FATAL_ERROR ("write pwait 1 failed", errno);
419 if (pwait (pid2, &status, 0) < 0)
420 FATAL_ERROR ("write pwait 1 failed", errno);
/freebsd-9.3-release/contrib/binutils/include/
H A Dlibiberty.h564 /* pexecute and pwait are the old pexecute interface, still here for
583 extern int pwait (int, int *, int);
/freebsd-9.3-release/contrib/gcclibs/include/
H A Dlibiberty.h532 /* pexecute and pwait are the old pexecute interface, still here for
551 extern int pwait (int, int *, int);
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.decls.h361 extern void pwait (void);
H A Dsh.exp.c583 pwait();
H A Dsh.glob.c887 pwait();
H A Dsh.sem.c610 pwait();
H A Dsh.proc.c145 * childs status. Top level routines (like pwait) must be sure
457 * pwait - wait for current job to terminate, maintaining integrity
461 pwait(void) function
/freebsd-9.3-release/sys/dev/netmap/
H A Dnetmap.c993 * NOTE: on linux, selrecord() is defined as a macro and uses pwait
999 netmap_rxsync_from_host(struct netmap_adapter *na, struct thread *td, void *pwait) argument
1009 (void)pwait; /* disable unused warnings */
1886 * On linux, arguments are really pwait, the poll table, and 'td' is struct file *
1887 * The first one is remapped to pwait as selrecord() uses the name as an
1899 void *pwait = dev; /* linux compatibility */ local
1909 (void)pwait;
H A Dnetmap_kern.h881 int netmap_rxsync_from_host(struct netmap_adapter *na, struct thread *td, void *pwait);
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddlltool.c1214 pid = pwait (pid, & wait_status, 0);
/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c1922 pid = pwait (pid, &wait_status, 0);

Completed in 265 milliseconds