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

/freebsd-10.0-release/sys/sys/
H A Dprocdesc.h96 int kern_pdgetpid(struct thread *, int fd, cap_rights_t *, pid_t *pidp);
H A Dsysproto.h1697 char pidp_l_[PADL_(pid_t *)]; pid_t * pidp; char pidp_r_[PADR_(pid_t *)]; member in struct:pdgetpid_args
/freebsd-10.0-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-10.0-release/sbin/fsck/
H A Dfsck.c289 const char *auxopt, pid_t *pidp)
346 pidp ? "no" : "");
379 if (pidp) {
380 *pidp = pid;
288 checkfs(const char *pvfstype, const char *spec, const char *mntpt, const char *auxopt, pid_t *pidp) argument
/freebsd-10.0-release/bin/ps/
H A Dps.c1272 char *argp, *cp, *newopts, *ns, *optp, *pidp; local
1305 pidp = NULL;
1319 pidp = cp + 1;
1327 if (*origval == '-' && pidp == NULL)
1340 if (pidp == NULL)
1347 len = pidp - origval;
1351 strcpy(ns, pidp);
/freebsd-10.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_crld.c429 static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out,
538 static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out, argument
541 ISSUING_DIST_POINT *idp = pidp;
/freebsd-10.0-release/sys/kern/
H A Dsys_procdesc.c188 kern_pdgetpid(struct thread *td, int fd, cap_rights_t *rightsp, pid_t *pidp) argument
200 *pidp = procdesc_pid(fp);
220 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)
2436 pid_t *pidp = (pid_t *)arg1; local
2444 if (*pidp == -1) { /* -1 means this process */
2447 error = pget(*pidp, PGET_CANSEE, &p);
2453 if (*pidp != -1)
H A Dsystrace_args.c3170 uarg[1] = (intptr_t) p->pidp; /* pid_t * */
/freebsd-10.0-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-10.0-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-10.0-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);
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c3034 uarg[1] = (intptr_t) p->pidp; /* pid_t * */

Completed in 226 milliseconds