/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-section-file.c | 56 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/stand/lua/ |
H A D | config.lua | 380 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/usr.bin/rpcinfo/ |
H A D | rpcinfo.c | 137 static int pstatus(CLIENT *, u_long, u_long); 395 if (pstatus(client, prognum, vers) < 0) 431 (void) pstatus(client, prognum, MAX_VERS); 435 (void) pstatus(client, prognum, (u_long)0); 445 if (pstatus(client, prognum, vers) < 0) 1289 if (pstatus(client, prognum, versnum) < 0) 1327 (void) pstatus(client, prognum, MAX_VERS); 1331 (void) pstatus(client, prognum, (u_long)0); 1340 if (pstatus(client, prognum, versnum) < 0) 1398 if (pstatus(client, prognum, versnum) < 0) [all …]
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | printjob.c | 132 static void pstatus(const struct printer *_pp, const char *_msg, ...) 1145 pstatus(pp, in sendfile() 1153 pstatus(pp, "sending to %s", pp->remote_host); in sendfile() 1275 pstatus(pp, "Waiting for data file from remote host"); in wait4data() 1302 pstatus(pp, "Waiting for data file from remote host"); in wait4data() 1864 pstatus(pp, "waiting for %s to come up", in opennet() 1867 pstatus(pp, in opennet() 1873 pstatus(pp, "sending to %s port %lu", ep, port); in opennet() 1895 pstatus(pp, in opentty() 1902 pstatus(pp, "%s is ready and printing", pp->printer); in opentty() [all …]
|
/freebsd/contrib/processor-trace/libipt/src/posix/ |
H A D | pt_section_posix.c | 45 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/sys/dev/usb/misc/ |
H A D | i2ctinyusb.c | 210 unsigned char pstatus; in i2ctinyusb_transfer() local 240 if ((ret = usb_read(sc, CMD_GET_STATUS, 0, 0, &pstatus, 1)) != 1) { in i2ctinyusb_transfer() 245 if (pstatus == STATUS_ADDRESS_NAK) { in i2ctinyusb_transfer()
|
/freebsd/contrib/processor-trace/libipt/src/windows/ |
H A D | pt_section_windows.c | 62 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/usr.sbin/jail/ |
H A D | command.c | 190 j->pstatus = 0; in finish_command() 208 } else if (j->pstatus != 0) { in finish_command() 209 if (WIFSIGNALED(j->pstatus)) in finish_command() 211 j->comline, WTERMSIG(j->pstatus)); in finish_command() 214 j->pstatus = 0; in finish_command() 274 j->pstatus = ke.data; in next_proc()
|
H A D | jailp.h | 189 int pstatus; member
|
/freebsd/contrib/ofed/libmlx4/ |
H A D | cq.c | 250 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/contrib/processor-trace/libipt/internal/include/ |
H A D | pt_section.h | 318 extern int pt_section_mk_status(void **pstatus, uint64_t *psize,
|
/freebsd/sys/dev/hpt27xx/ |
H A D | himfuncs.h | 104 …CE(int, get_enclosure_info_v4, (void *adapter, int enc_id, int ele_id, void *pinfo, void *pstatus))
|
/freebsd/sys/dev/hptnr/ |
H A D | himfuncs.h | 104 …CE(int, get_enclosure_info_v4, (void *adapter, int enc_id, int ele_id, void *pinfo, void *pstatus))
|
/freebsd/usr.sbin/cdcontrol/ |
H A D | cdcontrol.c | 137 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/contrib/tcsh/ |
H A D | sh.proc.c | 988 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()
|
H A D | tc.func.c | 514 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/contrib/ofed/libmlx5/ |
H A D | cq.c | 627 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/contrib/ntp/ |
H A D | ChangeLog | 2792 * Remove ntpq pstatus command, rv/readvar does the same and more.
|
H A D | CommitLog | [all...] |