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

/freebsd-11.0-release/bin/pwait/
H A DMakefile1 # $FreeBSD: releng/11.0/bin/pwait/Makefile 298107 2016-04-16 07:45:30Z gjb $
4 PROG= pwait
/freebsd-11.0-release/bin/
H A DMakefile30 pwait \
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Dpexecute.c85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) function
/freebsd-11.0-release/contrib/binutils/libiberty/
H A Dpexecute.c85 pwait (int pid, int *status, int flags ATTRIBUTE_UNUSED) function
/freebsd-11.0-release/contrib/gdb/include/
H A Dlibiberty.h279 extern int pwait PARAMS ((int, int *, int));
/freebsd-11.0-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-11.0-release/contrib/gcclibs/include/
H A Dlibiberty.h536 /* pexecute and pwait are the old pexecute interface, still here for
555 extern int pwait (int, int *, int);
/freebsd-11.0-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-11.0-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-11.0-release/sys/dev/netmap/
H A Dnetmap.c731 static int netmap_rxsync_from_host(struct netmap_adapter *na, struct thread *td, void *pwait);
1176 * NOTE: on linux, selrecord() is defined as a macro and uses pwait
1182 netmap_rxsync_from_host(struct netmap_adapter *na, struct thread *td, void *pwait) argument
1192 (void)pwait; /* disable unused warnings */
2343 * On linux, arguments are really pwait, the poll table, and 'td' is struct file *
2344 * The first one is remapped to pwait as selrecord() uses the name as an
2357 void *pwait = dev; /* linux compatibility */ local
2368 (void)pwait;
/freebsd-11.0-release/targets/pseudo/userland/
H A DMakefile.depend39 bin/pwait \
/freebsd-11.0-release/contrib/gcc/
H A Dprotoize.c1922 pid = pwait (pid, &wait_status, 0);
/freebsd-11.0-release/contrib/binutils/binutils/
H A Ddlltool.c1214 pid = pwait (pid, & wait_status, 0);

Completed in 190 milliseconds