| /freebsd-13-stable/tests/sys/fifo/ |
| HD | fifo_open.c | 101 run_in_process(int (*func)(void), pid_t *pidp, const char *errstr) in run_in_process() argument 114 if (pidp != NULL) in run_in_process() 115 *pidp = pid; in run_in_process()
|
| /freebsd-13-stable/sbin/fsck/ |
| HD | fsck.c | 302 const char *auxopt, pid_t *pidp) in checkfs() argument 359 pidp ? "no" : ""); in checkfs() 392 if (pidp) { in checkfs() 393 *pidp = pid; in checkfs()
|
| /freebsd-13-stable/lib/libsysdecode/ |
| HD | linux.c | 156 goto pidp; in sysdecode_linux_clockid() 173 pidp: in sysdecode_linux_clockid()
|
| /freebsd-13-stable/sys/kern/ |
| HD | sys_procdesc.c | 171 kern_pdgetpid(struct thread *td, int fd, cap_rights_t *rightsp, pid_t *pidp) in kern_pdgetpid() argument 183 *pidp = procdesc_pid(fp); in kern_pdgetpid() 201 error = copyout(&pid, uap->pidp, sizeof(pid)); in sys_pdgetpid()
|
| HD | kern_proc.c | 2337 pid_t *pidp = (pid_t *)arg1; in sysctl_kern_proc_pathname() local 2347 if (*pidp == -1) { /* -1 means this process */ in sysctl_kern_proc_pathname() 2352 error = pget(*pidp, PGET_CANSEE, &p); in sysctl_kern_proc_pathname() 2900 pid_t *pidp = (pid_t *)arg1; in sysctl_kern_proc_groups() local 2908 if (*pidp == -1) { /* -1 means this process */ in sysctl_kern_proc_groups() 2912 error = pget(*pidp, PGET_CANSEE, &p); in sysctl_kern_proc_groups()
|
| HD | systrace_args.c | 2874 uarg[1] = (intptr_t)p->pidp; /* pid_t * */ in systrace_args()
|
| /freebsd-13-stable/bin/ps/ |
| HD | ps.c | 1358 char *argp, *cp, *newopts, *ns, *optp, *pidp; in kludge_oldps_options() local 1391 pidp = NULL; in kludge_oldps_options() 1405 pidp = cp + 1; in kludge_oldps_options() 1413 if (*origval == '-' && pidp == NULL) in kludge_oldps_options() 1426 if (pidp == NULL) in kludge_oldps_options() 1433 len = pidp - origval; in kludge_oldps_options() 1437 strcpy(ns, pidp); in kludge_oldps_options()
|
| /freebsd-13-stable/crypto/openssh/ |
| HD | ssh-sk-client.c | 47 start_helper(int *fdp, pid_t *pidp, void (**osigchldp)(int)) in start_helper() argument 55 *pidp = 0; in start_helper() 106 *pidp = pid; in start_helper()
|
| HD | scp.c | 1019 int *reminp, int *remoutp, int *pidp) in do_sftp_connect() argument 1023 reminp, remoutp, pidp) < 0) in do_sftp_connect() 1030 reminp, remoutp, pidp) < 0) in do_sftp_connect()
|
| /freebsd-13-stable/sys/sys/ |
| HD | procdesc.h | 98 int kern_pdgetpid(struct thread *, int fd, cap_rights_t *, pid_t *pidp);
|
| HD | sysproto.h | 1548 char pidp_l_[PADL_(pid_t *)]; pid_t * pidp; char pidp_r_[PADR_(pid_t *)]; member
|
| /freebsd-13-stable/crypto/openssl/crypto/x509v3/ |
| HD | v3_crld.c | 344 static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out, 435 static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out, in i2r_idp() argument 438 ISSUING_DIST_POINT *idp = pidp; in i2r_idp()
|
| /freebsd-13-stable/contrib/openbsm/libbsm/ |
| HD | bsm_wrappers.c | 473 gid_t *egidp, uid_t *ruidp, gid_t *rgidp, pid_t *pidp, au_asid_t *asidp, in audit_token_to_au32() argument 487 if (pidp != NULL) in audit_token_to_au32() 488 *pidp = (pid_t)atoken.val[5]; in audit_token_to_au32()
|
| /freebsd-13-stable/contrib/openbsm/bsm/ |
| HD | libbsm.h | 1295 pid_t *pidp,
|
| /freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_parser.c | 2323 dt_ident_t *pidp; in dt_node_inline() local 2352 pidp = dt_idhash_insert(inp->din_hash, pnp->dn_string, in dt_node_inline() 2357 if (pidp == NULL) { in dt_node_inline() 2362 inp->din_argv[i] = pidp; in dt_node_inline() 2364 dt_ident_type_assign(pidp, pnp->dn_ctfp, pnp->dn_type); in dt_node_inline()
|
| /freebsd-13-stable/sys/compat/freebsd32/ |
| HD | freebsd32_systrace_args.c | 2801 uarg[1] = (intptr_t)p->pidp; /* pid_t * */ in systrace_args()
|