| /freebsd-14.2/tests/sys/fifo/ |
| H A D | 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-14.2/sbin/fsck/ |
| H A D | 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-14.2/lib/libsysdecode/ |
| H A D | linux.c | 152 goto pidp; in sysdecode_linux_clockid() 169 pidp: in sysdecode_linux_clockid()
|
| /freebsd-14.2/sys/kern/ |
| H A D | 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()
|
| H A D | kern_proc.c | 2339 pid_t *pidp = (pid_t *)arg1; in sysctl_kern_proc_pathname() local 2349 if (*pidp == -1) { /* -1 means this process */ in sysctl_kern_proc_pathname() 2354 error = pget(*pidp, PGET_CANSEE, &p); in sysctl_kern_proc_pathname() 2936 pid_t *pidp = (pid_t *)arg1; in sysctl_kern_proc_groups() local 2944 if (*pidp == -1) { /* -1 means this process */ in sysctl_kern_proc_groups() 2948 error = pget(*pidp, PGET_CANSEE, &p); in sysctl_kern_proc_groups()
|
| H A D | systrace_args.c | 2868 uarg[a++] = (intptr_t)p->pidp; /* pid_t * */ in systrace_args()
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | 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()
|
| H A D | scp.c | 1017 int *reminp, int *remoutp, int *pidp) in do_sftp_connect() argument 1021 reminp, remoutp, pidp) < 0) in do_sftp_connect() 1028 reminp, remoutp, pidp) < 0) in do_sftp_connect()
|
| /freebsd-14.2/sys/sys/ |
| H A D | procdesc.h | 98 int kern_pdgetpid(struct thread *, int fd, cap_rights_t *, pid_t *pidp);
|
| H A D | sysproto.h | 1542 char pidp_l_[PADL_(pid_t *)]; pid_t * pidp; char pidp_r_[PADR_(pid_t *)]; member
|
| /freebsd-14.2/bin/ps/ |
| H A D | ps.c | 1392 char *argp, *cp, *newopts, *ns, *optp, *pidp; in kludge_oldps_options() local 1425 pidp = NULL; in kludge_oldps_options() 1439 pidp = cp + 1; in kludge_oldps_options() 1447 if (*origval == '-' && pidp == NULL) in kludge_oldps_options() 1460 if (pidp == NULL) in kludge_oldps_options() 1467 len = pidp - origval; in kludge_oldps_options() 1471 strcpy(ns, pidp); in kludge_oldps_options()
|
| /freebsd-14.2/crypto/openssl/crypto/x509/ |
| H A D | v3_crld.c | 348 static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out, 440 static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out, in i2r_idp() argument 443 ISSUING_DIST_POINT *idp = pidp; in i2r_idp()
|
| /freebsd-14.2/contrib/openbsm/libbsm/ |
| H A D | 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-14.2/tools/test/stress2/misc/ |
| H A D | fullpath2.sh | 97 kill $pidp $pidf > /dev/null 2>&1
|
| /freebsd-14.2/contrib/openbsm/bsm/ |
| H A D | libbsm.h | 1295 pid_t *pidp,
|
| /freebsd-14.2/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | 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-14.2/sys/compat/freebsd32/ |
| H A D | freebsd32_systrace_args.c | 2757 uarg[a++] = (intptr_t)p->pidp; /* pid_t * */ in systrace_args()
|