Home
last modified time | relevance | path

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

/NextBSD/tests/sys/fifo/
HDfifo_open.c103 run_in_process(int (*func)(void), pid_t *pidp, const char *errstr) in run_in_process() argument
116 if (pidp != NULL) in run_in_process()
117 *pidp = pid; in run_in_process()
/NextBSD/sbin/fsck/
HDfsck.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()
/NextBSD/sys/kern/
HDsys_procdesc.c181 kern_pdgetpid(struct thread *td, int fd, cap_rights_t *rightsp, pid_t *pidp) in kern_pdgetpid() argument
193 *pidp = procdesc_pid(fp); in kern_pdgetpid()
213 error = copyout(&pid, uap->pidp, sizeof(pid)); in sys_pdgetpid()
HDkern_proc.c1939 pid_t *pidp = (pid_t *)arg1; in sysctl_kern_proc_pathname() local
1948 if (*pidp == -1) { /* -1 means this process */ in sysctl_kern_proc_pathname()
1951 error = pget(*pidp, PGET_CANSEE, &p); in sysctl_kern_proc_pathname()
1958 if (*pidp != -1) in sysctl_kern_proc_pathname()
1963 if (*pidp != -1) in sysctl_kern_proc_pathname()
2555 pid_t *pidp = (pid_t *)arg1; in sysctl_kern_proc_groups() local
2563 if (*pidp == -1) { /* -1 means this process */ in sysctl_kern_proc_groups()
2567 error = pget(*pidp, PGET_CANSEE, &p); in sysctl_kern_proc_groups()
HDsystrace_args.c3162 uarg[1] = (intptr_t) p->pidp; /* pid_t * */ in systrace_args()
/NextBSD/bin/ps/
HDps.c1330 char *argp, *cp, *newopts, *ns, *optp, *pidp; in kludge_oldps_options() local
1363 pidp = NULL; in kludge_oldps_options()
1377 pidp = cp + 1; in kludge_oldps_options()
1385 if (*origval == '-' && pidp == NULL) in kludge_oldps_options()
1398 if (pidp == NULL) in kludge_oldps_options()
1405 len = pidp - origval; in kludge_oldps_options()
1409 strcpy(ns, pidp); in kludge_oldps_options()
/NextBSD/sys/sys/
HDprocdesc.h98 int kern_pdgetpid(struct thread *, int fd, cap_rights_t *, pid_t *pidp);
HDsysproto.h1693 char pidp_l_[PADL_(pid_t *)]; pid_t * pidp; char pidp_r_[PADR_(pid_t *)]; member
/NextBSD/crypto/openssl/crypto/x509v3/
HDv3_crld.c400 static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out,
491 static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out, in i2r_idp() argument
494 ISSUING_DIST_POINT *idp = pidp; in i2r_idp()
/NextBSD/contrib/openbsm/libbsm/
HDbsm_wrappers.c464 gid_t *egidp, uid_t *ruidp, gid_t *rgidp, pid_t *pidp, au_asid_t *asidp, in audit_token_to_au32() argument
478 if (pidp != NULL) in audit_token_to_au32()
479 *pidp = (pid_t)atoken.val[5]; in audit_token_to_au32()
/NextBSD/contrib/openbsm/bsm/
HDlibbsm.h1309 pid_t *pidp,
/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_parser.c2313 dt_ident_t *pidp; in dt_node_inline() local
2342 pidp = dt_idhash_insert(inp->din_hash, pnp->dn_string, in dt_node_inline()
2347 if (pidp == NULL) { in dt_node_inline()
2352 inp->din_argv[i] = pidp; in dt_node_inline()
2354 dt_ident_type_assign(pidp, pnp->dn_ctfp, pnp->dn_type); in dt_node_inline()
/NextBSD/sys/compat/freebsd32/
HDfreebsd32_systrace_args.c3020 uarg[1] = (intptr_t) p->pidp; /* pid_t * */ in systrace_args()