Home
last modified time | relevance | path

Searched refs:pidp (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/tests/sys/fifo/
H A Dfifo_open.c101 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 Dfsck.c302 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 Dlinux.c152 goto pidp; in sysdecode_linux_clockid()
169 pidp: in sysdecode_linux_clockid()
/freebsd-14.2/sys/kern/
H A Dsys_procdesc.c171 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 Dkern_proc.c2339 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 Dsystrace_args.c2868 uarg[a++] = (intptr_t)p->pidp; /* pid_t * */ in systrace_args()
/freebsd-14.2/crypto/openssh/
H A Dssh-sk-client.c47 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 Dscp.c1017 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 Dprocdesc.h98 int kern_pdgetpid(struct thread *, int fd, cap_rights_t *, pid_t *pidp);
H A Dsysproto.h1542 char pidp_l_[PADL_(pid_t *)]; pid_t * pidp; char pidp_r_[PADR_(pid_t *)]; member
/freebsd-14.2/bin/ps/
H A Dps.c1392 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 Dv3_crld.c348 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 Dbsm_wrappers.c473 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 Dfullpath2.sh97 kill $pidp $pidf > /dev/null 2>&1
/freebsd-14.2/contrib/openbsm/bsm/
H A Dlibbsm.h1295 pid_t *pidp,
/freebsd-14.2/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c2323 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 Dfreebsd32_systrace_args.c2757 uarg[a++] = (intptr_t)p->pidp; /* pid_t * */ in systrace_args()