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

/freebsd-12-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-section-file.c56 int pt_section_mk_status(void **pstatus, uint64_t *psize, const char *filename) argument
63 if (!pstatus || !psize)
90 *pstatus = status;
/freebsd-12-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h301 * On success, allocates a status object, provides a pointer to it in @pstatus
309 * Returns -pte_internal if @pstatus, @psize, or @filename is NULL.
313 extern int pt_section_mk_status(void **pstatus, uint64_t *psize,
/freebsd-12-stable/contrib/processor-trace/libipt/src/posix/
H A Dpt_section_posix.c45 int pt_section_mk_status(void **pstatus, uint64_t *psize, const char *filename) argument
51 if (!pstatus || !psize)
67 *pstatus = status;
/freebsd-12-stable/contrib/processor-trace/libipt/src/windows/
H A Dpt_section_windows.c62 int pt_section_mk_status(void **pstatus, uint64_t *psize, const char *filename) argument
68 if (!pstatus || !psize)
84 *pstatus = status;
/freebsd-12-stable/contrib/apr/threadproc/unix/
H A Dproc.c626 pid_t pstatus; local
645 pstatus = waitpid(proc->pid, &exit_int, waitpid_options);
646 } while (pstatus < 0 && errno == EINTR);
648 if (pstatus > 0) {
649 proc->pid = pstatus;
673 else if (pstatus == 0) {
/freebsd-12-stable/sys/dev/hpt27xx/
H A Dhimfuncs.h106 _HIM_INTERFACE(int, get_enclosure_info_v4, (void *adapter, int enc_id, int ele_id, void *pinfo, void *pstatus))
/freebsd-12-stable/sys/dev/hptnr/
H A Dhimfuncs.h106 _HIM_INTERFACE(int, get_enclosure_info_v4, (void *adapter, int enc_id, int ele_id, void *pinfo, void *pstatus))
/freebsd-12-stable/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-12-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c146 static void pstatus(const struct printer *_pp, const char *_msg, ...)
1159 pstatus(pp,
1167 pstatus(pp, "sending to %s", pp->remote_host);
1289 pstatus(pp, "Waiting for data file from remote host");
1316 pstatus(pp, "Waiting for data file from remote host");
1878 pstatus(pp, "waiting for %s to come up",
1881 pstatus(pp,
1887 pstatus(pp, "sending to %s port %lu", ep, port);
1909 pstatus(pp,
1916 pstatus(p
1995 pstatus(const struct printer *pp, const char *msg, ...) function
[all...]
/freebsd-12-stable/usr.sbin/jail/
H A Dcommand.c178 j->pstatus = 0;
196 } else if (j->pstatus != 0) {
197 if (WIFSIGNALED(j->pstatus))
199 j->comline, WTERMSIG(j->pstatus));
202 j->pstatus = 0;
262 j->pstatus = ke.data;
H A Djailp.h187 int pstatus; member in struct:cfjail
/freebsd-12-stable/stand/lua/
H A Dconfig.lua358 local pstatus
380 pstatus = cli_execute_unparsed(v.before) == 0
381 if not pstatus and not silent then
384 status = status and pstatus
402 pstatus = cli_execute_unparsed(v.after) == 0
403 if not pstatus and not silent then
409 status = status and pstatus
/freebsd-12-stable/contrib/ofed/libmlx4/
H A Dcq.c250 enum ibv_wc_status *pstatus; local
305 pstatus = lazy ? &cq->ibv_cq.status : &wc->status;
308 *pstatus = mlx4_handle_error_cqe(ecqe);
314 *pstatus = IBV_WC_SUCCESS;
/freebsd-12-stable/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-12-stable/contrib/tcsh/
H A Dsh.proc.c988 int jobflags, pstatus, pcond; local
1034 pstatus = (int) (pp->p_flags & PALLSTATES);
1036 ((pstatus == status && pp->p_reason == reason) ||
1068 if (pstatus == status) {
1077 status = pstatus;
/freebsd-12-stable/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-12-stable/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...]
/freebsd-12-stable/contrib/ofed/libmlx5/
H A Dcq.c627 enum ibv_wc_status *pstatus = lazy ? &cq->ibv_cq.status : &wc->status; local
629 *pstatus = mlx5_handle_error_cqe(ecqe);

Completed in 364 milliseconds