Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/processor-trace/libipt/test/src/
HDptunit-section-file.c56 int pt_section_mk_status(void **pstatus, uint64_t *psize, const char *filename) in pt_section_mk_status() argument
63 if (!pstatus || !psize) in pt_section_mk_status()
90 *pstatus = status; in pt_section_mk_status()
/freebsd-14-stable/stand/lua/
HDconfig.lua380 local pstatus
402 pstatus = cli_execute_unparsed(v.before) == 0
403 if not pstatus and not silent then
406 status = status and pstatus
424 pstatus = cli_execute_unparsed(v.after) == 0
425 if not pstatus and not silent then
431 status = status and pstatus
/freebsd-14-stable/contrib/processor-trace/libipt/src/posix/
HDpt_section_posix.c45 int pt_section_mk_status(void **pstatus, uint64_t *psize, const char *filename) in pt_section_mk_status() argument
51 if (!pstatus || !psize) in pt_section_mk_status()
67 *pstatus = status; in pt_section_mk_status()
/freebsd-14-stable/usr.bin/rpcinfo/
HDrpcinfo.c145 static int pstatus(CLIENT *, u_long, u_long);
403 if (pstatus(client, prognum, vers) < 0)
439 (void) pstatus(client, prognum, MAX_VERS);
443 (void) pstatus(client, prognum, (u_long)0);
453 if (pstatus(client, prognum, vers) < 0)
1297 if (pstatus(client, prognum, versnum) < 0)
1335 (void) pstatus(client, prognum, MAX_VERS);
1339 (void) pstatus(client, prognum, (u_long)0);
1348 if (pstatus(client, prognum, versnum) < 0)
1406 if (pstatus(client, prognum, versnum) < 0)
[all …]
/freebsd-14-stable/usr.sbin/lpr/lpd/
HDprintjob.c144 static void pstatus(const struct printer *_pp, const char *_msg, ...)
1157 pstatus(pp, in sendfile()
1165 pstatus(pp, "sending to %s", pp->remote_host); in sendfile()
1287 pstatus(pp, "Waiting for data file from remote host"); in wait4data()
1314 pstatus(pp, "Waiting for data file from remote host"); in wait4data()
1876 pstatus(pp, "waiting for %s to come up", in opennet()
1879 pstatus(pp, in opennet()
1885 pstatus(pp, "sending to %s port %lu", ep, port); in opennet()
1907 pstatus(pp, in opentty()
1914 pstatus(pp, "%s is ready and printing", pp->printer); in opentty()
[all …]
/freebsd-14-stable/contrib/processor-trace/libipt/src/windows/
HDpt_section_windows.c62 int pt_section_mk_status(void **pstatus, uint64_t *psize, const char *filename) in pt_section_mk_status() argument
68 if (!pstatus || !psize) in pt_section_mk_status()
84 *pstatus = status; in pt_section_mk_status()
/freebsd-14-stable/usr.sbin/jail/
HDcommand.c191 j->pstatus = 0; in finish_command()
209 } else if (j->pstatus != 0) { in finish_command()
210 if (WIFSIGNALED(j->pstatus)) in finish_command()
212 j->comline, WTERMSIG(j->pstatus)); in finish_command()
215 j->pstatus = 0; in finish_command()
275 j->pstatus = ke.data; in next_proc()
HDjailp.h188 int pstatus; member
/freebsd-14-stable/contrib/ofed/libmlx4/
HDcq.c250 enum ibv_wc_status *pstatus; in mlx4_parse_cqe() local
305 pstatus = lazy ? &cq->ibv_cq.status : &wc->status; in mlx4_parse_cqe()
308 *pstatus = mlx4_handle_error_cqe(ecqe); in mlx4_parse_cqe()
314 *pstatus = IBV_WC_SUCCESS; in mlx4_parse_cqe()
/freebsd-14-stable/contrib/processor-trace/libipt/internal/include/
HDpt_section.h318 extern int pt_section_mk_status(void **pstatus, uint64_t *psize,
/freebsd-14-stable/sys/dev/hptnr/
HDhimfuncs.h104 …CE(int, get_enclosure_info_v4, (void *adapter, int enc_id, int ele_id, void *pinfo, void *pstatus))
/freebsd-14-stable/sys/dev/hpt27xx/
HDhimfuncs.h104 …CE(int, get_enclosure_info_v4, (void *adapter, int enc_id, int ele_id, void *pinfo, void *pstatus))
/freebsd-14-stable/usr.sbin/cdcontrol/
HDcdcontrol.c137 static int pstatus(char *arg);
315 return pstatus (arg); in run()
421 return pstatus (volume); in run()
800 pstatus(char *arg) in pstatus() function
/freebsd-14-stable/contrib/tcsh/
HDsh.proc.c988 int jobflags, pstatus, pcond; in pprint() local
1034 pstatus = (int) (pp->p_flags & PALLSTATES); in pprint()
1036 ((pstatus == status && pp->p_reason == reason) || in pprint()
1068 if (pstatus == status) { in pprint()
1077 status = pstatus; in pprint()
HDtc.func.c514 int pstatus; in find_stop_ed() local
556 pstatus = (int) (pp->p_flags & PALLSTATES); in find_stop_ed()
557 if (pstatus != PINTERRUPTED && pstatus != PSTOPPED && in find_stop_ed()
558 pstatus != PSIGNALED) in find_stop_ed()
/freebsd-14-stable/contrib/ofed/libmlx5/
HDcq.c627 enum ibv_wc_status *pstatus = lazy ? &cq->ibv_cq.status : &wc->status; in mlx5_parse_cqe()
629 *pstatus = mlx5_handle_error_cqe(ecqe); in mlx5_parse_cqe()
/freebsd-14-stable/contrib/ntp/
HDChangeLog2792 * Remove ntpq pstatus command, rv/readvar does the same and more.
HDCommitLog143850 Remove ntpq pstatus command, rv/readvar does the same and more.
143854 Remove ntpq pstatus command, rv/readvar does the same and more.
143872 Remove ntpq pstatus command, rv/readvar does the same and more.