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

/freebsd-9.3-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-9.3-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)
1291 if (pstatus(client, prognum, versnum) < 0)
1329 (void) pstatus(client, prognum, MAX_VERS);
1333 (void) pstatus(client, prognum, (u_long)0);
1342 if (pstatus(client, prognum, versnum) < 0)
1400 if (pstatus(clien
1519 pstatus(register CLIENT *client, u_long prog, u_long vers) function
[all...]
/freebsd-9.3-release/usr.sbin/lpr/lpd/
H A Dprintjob.c143 static void pstatus(const struct printer *_pp, const char *_msg, ...)
1156 pstatus(pp,
1164 pstatus(pp, "sending to %s", pp->remote_host);
1286 pstatus(pp, "Waiting for data file from remote host");
1313 pstatus(pp, "Waiting for data file from remote host");
1875 pstatus(pp, "waiting for %s to come up",
1878 pstatus(pp,
1884 pstatus(pp, "sending to %s port %lu", ep, port);
1906 pstatus(pp,
1913 pstatus(p
1992 pstatus(const struct printer *pp, const char *msg, ...) function
[all...]
/freebsd-9.3-release/usr.sbin/jail/
H A Djailp.h178 int pstatus; member in struct:cfjail
H A Dcommand.c159 j->pstatus = 0;
174 } else if (j->pstatus != 0) {
175 if (WIFSIGNALED(j->pstatus))
177 j->comline, WTERMSIG(j->pstatus));
180 j->pstatus = 0;
240 j->pstatus = ke.data;
/freebsd-9.3-release/usr.sbin/cdcontrol/
H A Dcdcontrol.c140 int pstatus(char *arg);
313 return pstatus (arg);
419 return pstatus (volume);
794 int pstatus (char *arg) function
/freebsd-9.3-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-9.3-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-9.3-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 138 milliseconds