Home
last modified time | relevance | path

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

/freebsd/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/sbin/fsck/
H A Dfsck.c299 const char *auxopt, pid_t *pidp) in checkfs() argument
356 pidp ? "no" : ""); in checkfs()
389 if (pidp) { in checkfs()
390 *pidp = pid; in checkfs()
/freebsd/lib/libsysdecode/
H A Dlinux.c151 goto pidp; in sysdecode_linux_clockid()
168 pidp: in sysdecode_linux_clockid()
/freebsd/sys/kern/
H A Dsys_procdesc.c168 kern_pdgetpid(struct thread *td, int fd, cap_rights_t *rightsp, pid_t *pidp) in kern_pdgetpid() argument
180 *pidp = procdesc_pid(fp); in kern_pdgetpid()
198 error = copyout(&pid, uap->pidp, sizeof(pid)); in sys_pdgetpid()
H A Dkern_proc.c2332 pid_t *pidp = (pid_t *)arg1; in sysctl_kern_proc_pathname() local
2342 if (*pidp == -1) { /* -1 means this process */ in sysctl_kern_proc_pathname()
2347 error = pget(*pidp, PGET_CANSEE, &p); in sysctl_kern_proc_pathname()
2931 pid_t *pidp = (pid_t *)arg1; in sysctl_kern_proc_groups() local
2939 if (*pidp == -1) { /* -1 means this process */ in sysctl_kern_proc_groups()
2943 error = pget(*pidp, PGET_CANSEE, &p); in sysctl_kern_proc_groups()
H A Dsystrace_args.c2848 uarg[a++] = (intptr_t)p->pidp; /* pid_t * */ in systrace_args()
/freebsd/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.c1019 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/bin/ps/
H A Dps.c1353 char *argp, *cp, *newopts, *ns, *optp, *pidp; in kludge_oldps_options() local
1386 pidp = NULL; in kludge_oldps_options()
1400 pidp = cp + 1; in kludge_oldps_options()
1408 if (*origval == '-' && pidp == NULL) in kludge_oldps_options()
1421 if (pidp == NULL) in kludge_oldps_options()
1428 len = pidp - origval; in kludge_oldps_options()
1432 strcpy(ns, pidp); in kludge_oldps_options()
/freebsd/sys/sys/
H A Dprocdesc.h98 int kern_pdgetpid(struct thread *, int fd, cap_rights_t *, pid_t *pidp);
H A Dsysproto.h1533 char pidp_l_[PADL_(pid_t *)]; pid_t * pidp; char pidp_r_[PADR_(pid_t *)]; member
/freebsd/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/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/tools/test/stress2/misc/
H A Dfullpath2.sh97 kill $pidp $pidf > /dev/null 2>&1
/freebsd/contrib/openbsm/bsm/
H A Dlibbsm.h1295 pid_t *pidp,
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c2346 dt_ident_t *pidp; in dt_node_inline() local
2375 pidp = dt_idhash_insert(inp->din_hash, pnp->dn_string, in dt_node_inline()
2380 if (pidp == NULL) { in dt_node_inline()
2385 inp->din_argv[i] = pidp; in dt_node_inline()
2387 dt_ident_type_assign(pidp, pnp->dn_ctfp, pnp->dn_type); in dt_node_inline()
/freebsd/lib/libsys/
H A D_libsys.h800 int __sys_pdgetpid(int fd, pid_t * pidp);
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c2737 uarg[a++] = (intptr_t)p->pidp; /* pid_t * */ in systrace_args()