| /NextBSD/tests/sys/fifo/ |
| HD | fifo_open.c | 103 run_in_process(int (*func)(void), pid_t *pidp, const char *errstr) in run_in_process() argument 116 if (pidp != NULL) in run_in_process() 117 *pidp = pid; in run_in_process()
|
| /NextBSD/sbin/fsck/ |
| HD | fsck.c | 299 const char *auxopt, pid_t *pidp) in checkfs() argument 356 pidp ? "no" : ""); in checkfs() 389 if (pidp) { in checkfs() 390 *pidp = pid; in checkfs()
|
| /NextBSD/sys/kern/ |
| HD | sys_procdesc.c | 181 kern_pdgetpid(struct thread *td, int fd, cap_rights_t *rightsp, pid_t *pidp) in kern_pdgetpid() argument 193 *pidp = procdesc_pid(fp); in kern_pdgetpid() 213 error = copyout(&pid, uap->pidp, sizeof(pid)); in sys_pdgetpid()
|
| HD | kern_proc.c | 1939 pid_t *pidp = (pid_t *)arg1; in sysctl_kern_proc_pathname() local 1948 if (*pidp == -1) { /* -1 means this process */ in sysctl_kern_proc_pathname() 1951 error = pget(*pidp, PGET_CANSEE, &p); in sysctl_kern_proc_pathname() 1958 if (*pidp != -1) in sysctl_kern_proc_pathname() 1963 if (*pidp != -1) in sysctl_kern_proc_pathname() 2555 pid_t *pidp = (pid_t *)arg1; in sysctl_kern_proc_groups() local 2563 if (*pidp == -1) { /* -1 means this process */ in sysctl_kern_proc_groups() 2567 error = pget(*pidp, PGET_CANSEE, &p); in sysctl_kern_proc_groups()
|
| HD | systrace_args.c | 3162 uarg[1] = (intptr_t) p->pidp; /* pid_t * */ in systrace_args()
|
| /NextBSD/bin/ps/ |
| HD | ps.c | 1330 char *argp, *cp, *newopts, *ns, *optp, *pidp; in kludge_oldps_options() local 1363 pidp = NULL; in kludge_oldps_options() 1377 pidp = cp + 1; in kludge_oldps_options() 1385 if (*origval == '-' && pidp == NULL) in kludge_oldps_options() 1398 if (pidp == NULL) in kludge_oldps_options() 1405 len = pidp - origval; in kludge_oldps_options() 1409 strcpy(ns, pidp); in kludge_oldps_options()
|
| /NextBSD/sys/sys/ |
| HD | procdesc.h | 98 int kern_pdgetpid(struct thread *, int fd, cap_rights_t *, pid_t *pidp);
|
| HD | sysproto.h | 1693 char pidp_l_[PADL_(pid_t *)]; pid_t * pidp; char pidp_r_[PADR_(pid_t *)]; member
|
| /NextBSD/crypto/openssl/crypto/x509v3/ |
| HD | v3_crld.c | 400 static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out, 491 static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out, in i2r_idp() argument 494 ISSUING_DIST_POINT *idp = pidp; in i2r_idp()
|
| /NextBSD/contrib/openbsm/libbsm/ |
| HD | bsm_wrappers.c | 464 gid_t *egidp, uid_t *ruidp, gid_t *rgidp, pid_t *pidp, au_asid_t *asidp, in audit_token_to_au32() argument 478 if (pidp != NULL) in audit_token_to_au32() 479 *pidp = (pid_t)atoken.val[5]; in audit_token_to_au32()
|
| /NextBSD/contrib/openbsm/bsm/ |
| HD | libbsm.h | 1309 pid_t *pidp,
|
| /NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_parser.c | 2313 dt_ident_t *pidp; in dt_node_inline() local 2342 pidp = dt_idhash_insert(inp->din_hash, pnp->dn_string, in dt_node_inline() 2347 if (pidp == NULL) { in dt_node_inline() 2352 inp->din_argv[i] = pidp; in dt_node_inline() 2354 dt_ident_type_assign(pidp, pnp->dn_ctfp, pnp->dn_type); in dt_node_inline()
|
| /NextBSD/sys/compat/freebsd32/ |
| HD | freebsd32_systrace_args.c | 3020 uarg[1] = (intptr_t) p->pidp; /* pid_t * */ in systrace_args()
|