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

/freebsd-9.3-release/sys/sys/
H A Dprocdesc.h96 int kern_pdgetpid(struct thread *, int fd, cap_rights_t, pid_t *pidp);
H A Dsysproto.h1690 char pidp_l_[PADL_(pid_t *)]; pid_t * pidp; char pidp_r_[PADR_(pid_t *)]; member in struct:pdgetpid_args
/freebsd-9.3-release/tools/regression/fifo/fifo_open/
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-9.3-release/sys/kern/
H A Dsys_procdesc.c187 kern_pdgetpid(struct thread *td, int fd, cap_rights_t rights, pid_t *pidp) argument
199 *pidp = procdesc_pid(fp);
217 error = copyout(&pid, uap->pidp, sizeof(pid));
H A Dkern_proc.c1905 pid_t *pidp = (pid_t *)arg1; local
1914 if (*pidp == -1) { /* -1 means this process */
1917 error = pget(*pidp, PGET_CANSEE, &p);
1924 if (*pidp != -1)
1929 if (*pidp != -1)
2446 pid_t *pidp = (pid_t *)arg1; local
2454 if (*pidp == -1) { /* -1 means this process */
2457 error = pget(*pidp, PGET_CANSEE, &p);
2463 if (*pidp != -1)
H A Dsystrace_args.c3156 uarg[1] = (intptr_t) p->pidp; /* pid_t * */
/freebsd-9.3-release/sbin/fsck/
H A Dfsck.c283 char *auxopt, pid_t *pidp)
340 pidp ? "no" : "");
373 if (pidp) {
374 *pidp = pid;
282 checkfs(const char *pvfstype, const char *spec, const char *mntpt, char *auxopt, pid_t *pidp) argument
/freebsd-9.3-release/bin/ps/
H A Dps.c1310 char *argp, *cp, *newopts, *ns, *optp, *pidp; local
1343 pidp = NULL;
1357 pidp = cp + 1;
1365 if (*origval == '-' && pidp == NULL)
1378 if (pidp == NULL)
1385 len = pidp - origval;
1389 strcpy(ns, pidp);
/freebsd-9.3-release/contrib/openbsm/libbsm/
H A Dbsm_wrappers.c467 gid_t *egidp, uid_t *ruidp, gid_t *rgidp, pid_t *pidp, au_asid_t *asidp,
481 if (pidp != NULL)
482 *pidp = (pid_t)atoken.val[5];
466 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-9.3-release/contrib/openbsm/bsm/
H A Dlibbsm.h1290 * @param pidp - Pointer to a pid_t; on return will be set to the task or
1308 pid_t *pidp,
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_parser.c2274 dt_ident_t *pidp; local
2303 pidp = dt_idhash_insert(inp->din_hash, pnp->dn_string,
2308 if (pidp == NULL) {
2313 inp->din_argv[i] = pidp;
2315 dt_ident_type_assign(pidp, pnp->dn_ctfp, pnp->dn_type);

Completed in 537 milliseconds