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

/freebsd-13-stable/sys/sys/
H A Dprocdesc.h100 int kern_pdgetpid(struct thread *, int fd, cap_rights_t *, pid_t *pidp);
H A Dsysproto.h1549 char pidp_l_[PADL_(pid_t *)]; pid_t * pidp; char pidp_r_[PADR_(pid_t *)]; member in struct:pdgetpid_args
/freebsd-13-stable/tests/sys/fifo/
H A Dfifo_open.c103 run_in_process(int (*func)(void), pid_t *pidp, const char *errstr) argument
116 if (pidp != NULL)
117 *pidp = pid;
/freebsd-13-stable/sbin/fsck/
H A Dfsck.c300 const char *auxopt, pid_t *pidp)
357 pidp ? "no" : "");
390 if (pidp) {
391 *pidp = pid;
299 checkfs(const char *pvfstype, const char *spec, const char *mntpt, const char *auxopt, pid_t *pidp) argument
/freebsd-13-stable/crypto/openssl/crypto/x509v3/
H A Dv3_crld.c344 static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out,
435 static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out, argument
438 ISSUING_DIST_POINT *idp = pidp;
/freebsd-13-stable/sys/kern/
H A Dsys_procdesc.c171 kern_pdgetpid(struct thread *td, int fd, cap_rights_t *rightsp, pid_t *pidp) argument
183 *pidp = procdesc_pid(fp);
201 error = copyout(&pid, uap->pidp, sizeof(pid));
H A Dkern_proc.c2234 pid_t *pidp = (pid_t *)arg1; local
2243 if (*pidp == -1) { /* -1 means this process */
2246 error = pget(*pidp, PGET_CANSEE, &p);
2253 if (*pidp != -1)
2258 if (*pidp != -1)
2790 pid_t *pidp = (pid_t *)arg1; local
2798 if (*pidp == -1) { /* -1 means this process */
2802 error = pget(*pidp, PGET_CANSEE, &p);
H A Dsystrace_args.c2875 uarg[1] = (intptr_t)p->pidp; /* pid_t * */
/freebsd-13-stable/bin/ps/
H A Dps.c1365 char *argp, *cp, *newopts, *ns, *optp, *pidp; local
1398 pidp = NULL;
1412 pidp = cp + 1;
1420 if (*origval == '-' && pidp == NULL)
1433 if (pidp == NULL)
1440 len = pidp - origval;
1444 strcpy(ns, pidp);
/freebsd-13-stable/contrib/openbsm/libbsm/
H A Dbsm_wrappers.c473 gid_t *egidp, uid_t *ruidp, gid_t *rgidp, pid_t *pidp, au_asid_t *asidp,
487 if (pidp != NULL)
488 *pidp = (pid_t)atoken.val[5];
472 audit_token_to_au32(audit_token_t atoken, uid_t *auidp, uid_t *euidp, gid_t *egidp, uid_t *ruidp, gid_t *rgidp, pid_t *pidp, au_asid_t *asidp, au_tid_t *tidp) argument
/freebsd-13-stable/contrib/openbsm/bsm/
H A Dlibbsm.h1277 * @param pidp - Pointer to a pid_t; on return will be set to the task or
1295 pid_t *pidp,
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c2323 dt_ident_t *pidp; local
2352 pidp = dt_idhash_insert(inp->din_hash, pnp->dn_string,
2357 if (pidp == NULL) {
2362 inp->din_argv[i] = pidp;
2364 dt_ident_type_assign(pidp, pnp->dn_ctfp, pnp->dn_type);
/freebsd-13-stable/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c2802 uarg[1] = (intptr_t)p->pidp; /* pid_t * */

Completed in 198 milliseconds