/freebsd/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/sbin/fsck/ |
H A D | 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()
|
/freebsd/lib/libsysdecode/ |
H A D | linux.c | 151 goto pidp; in sysdecode_linux_clockid() 168 pidp: in sysdecode_linux_clockid()
|
/freebsd/sys/kern/ |
H A D | sys_procdesc.c | 168 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 D | kern_proc.c | 2332 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 D | systrace_args.c | 2848 uarg[a++] = (intptr_t)p->pidp; /* pid_t * */ in systrace_args()
|
/freebsd/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 | 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/bin/ps/ |
H A D | ps.c | 1353 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 D | procdesc.h | 98 int kern_pdgetpid(struct thread *, int fd, cap_rights_t *, pid_t *pidp);
|
H A D | sysproto.h | 1533 char pidp_l_[PADL_(pid_t *)]; pid_t * pidp; char pidp_r_[PADR_(pid_t *)]; member
|
/freebsd/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/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/tools/test/stress2/misc/ |
H A D | fullpath2.sh | 97 kill $pidp $pidf > /dev/null 2>&1
|
/freebsd/contrib/openbsm/bsm/ |
H A D | libbsm.h | 1295 pid_t *pidp,
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_parser.c | 2346 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.h | 800 int __sys_pdgetpid(int fd, pid_t * pidp);
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_systrace_args.c | 2737 uarg[a++] = (intptr_t)p->pidp; /* pid_t * */ in systrace_args()
|