Searched refs:pstatus (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/contrib/apr/threadproc/unix/
H A Dproc.c614 pid_t pstatus; local
633 pstatus = waitpid(proc->pid, &exit_int, waitpid_options);
634 } while (pstatus < 0 && errno == EINTR);
636 if (pstatus > 0) {
637 proc->pid = pstatus;
661 else if (pstatus == 0) {
/freebsd-11.0-release/sys/dev/hpt27xx/
H A Dhimfuncs.h104 _HIM_INTERFACE(int, get_enclosure_info_v4, (void *adapter, int enc_id, int ele_id, void *pinfo, void *pstatus))
/freebsd-11.0-release/sys/dev/hptnr/
H A Dhimfuncs.h104 _HIM_INTERFACE(int, get_enclosure_info_v4, (void *adapter, int enc_id, int ele_id, void *pinfo, void *pstatus))
/freebsd-11.0-release/usr.bin/rpcinfo/
H A Drpcinfo.c147 static int pstatus(CLIENT *, u_long, u_long);
405 if (pstatus(client, prognum, vers) < 0)
441 (void) pstatus(client, prognum, MAX_VERS);
445 (void) pstatus(client, prognum, (u_long)0);
455 if (pstatus(client, prognum, vers) < 0)
1299 if (pstatus(client, prognum, versnum) < 0)
1337 (void) pstatus(client, prognum, MAX_VERS);
1341 (void) pstatus(client, prognum, (u_long)0);
1350 if (pstatus(client, prognum, versnum) < 0)
1408 if (pstatus(clien
1527 pstatus(register CLIENT *client, u_long prog, u_long vers) function
[all...]
/freebsd-11.0-release/usr.sbin/lpr/lpd/
H A Dprintjob.c144 static void pstatus(const struct printer *_pp, const char *_msg, ...)
1157 pstatus(pp,
1165 pstatus(pp, "sending to %s", pp->remote_host);
1287 pstatus(pp, "Waiting for data file from remote host");
1314 pstatus(pp, "Waiting for data file from remote host");
1876 pstatus(pp, "waiting for %s to come up",
1879 pstatus(pp,
1885 pstatus(pp, "sending to %s port %lu", ep, port);
1907 pstatus(pp,
1914 pstatus(p
1993 pstatus(const struct printer *pp, const char *msg, ...) function
[all...]
/freebsd-11.0-release/usr.sbin/jail/
H A Dcommand.c175 j->pstatus = 0;
193 } else if (j->pstatus != 0) {
194 if (WIFSIGNALED(j->pstatus))
196 j->comline, WTERMSIG(j->pstatus));
199 j->pstatus = 0;
259 j->pstatus = ke.data;
H A Djailp.h182 int pstatus; member in struct:cfjail
/freebsd-11.0-release/usr.sbin/cdcontrol/
H A Dcdcontrol.c139 static int pstatus(char *arg);
317 return pstatus (arg);
423 return pstatus (volume);
802 pstatus(char *arg) function
/freebsd-11.0-release/contrib/tcsh/
H A Dsh.proc.c964 int jobflags, pstatus, pcond; local
1006 pstatus = (int) (pp->p_flags & PALLSTATES);
1008 ((pstatus == status && pp->p_reason == reason) ||
1040 if (pstatus == status) {
1049 status = pstatus;
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dwin32-nat.c2336 struct win32_pstatus *pstatus; local
2351 pstatus = (struct win32_pstatus *) buf;
2353 memmove (&base_addr, &(pstatus->data.module_info.base_address), sizeof (base_addr));
2354 dll_name_size = pstatus->data.module_info.module_name_size;
2364 strncpy (dll_name, pstatus->data.module_info.module_name, dll_name_size);
/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf.c7878 win32_pstatus_t pstatus;
7880 if (note->descsz < sizeof (pstatus))
7883 memcpy (&pstatus, note->descdata, sizeof (pstatus));
7885 switch (pstatus.data_type)
7889 elf_tdata (abfd)->core_signal = pstatus.data.process_info.signal;
7890 elf_tdata (abfd)->core_pid = pstatus.data.process_info.pid;
7895 sprintf (buf, ".reg/%ld", (long) pstatus.data.thread_info.tid);
7908 sect->size = sizeof (pstatus.data.thread_info.thread_context);
7914 if (pstatus
7870 win32_pstatus_t pstatus; local
[all...]

Completed in 287 milliseconds