Home
last modified time | relevance | path

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

/dragonfly/lib/libc/upmap/
H A Dukp_getpid.c54 static pid_t *pidp; variable
66 __upmap_map(&pidp, &fast_getpid_state, UPTYPE_PID); in __getpid()
71 return(*pidp); in __getpid()
/dragonfly/crypto/openssh/
H A Dssh-sk-client.c47 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 Dscp.c961 int *reminp, int *remoutp, int *pidp) in do_sftp_connect() argument
965 reminp, remoutp, pidp) < 0) in do_sftp_connect()
972 reminp, remoutp, pidp) < 0) in do_sftp_connect()
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_crld.c633 static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out,
735 i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out, int indent) in i2r_idp() argument
737 ISSUING_DIST_POINT *idp = pidp; in i2r_idp()
/dragonfly/usr.bin/dsynth/
H A Dsubs.c446 pid_t *pidp, buildenv_t *xenv, int with_env, int with_mvars) in dexec_open() argument
590 *pidp = pid; in dexec_open()
H A Ddsynth.h616 pid_t *pidp, buildenv_t *xenv,
/dragonfly/sys/kern/
H A Dkern_proc.c2085 pid_t *pidp = (pid_t *)arg1; in sysctl_kern_proc_pathname() local
2094 if (*pidp == -1) { /* -1 means this process */ in sysctl_kern_proc_pathname()
2097 p = pfind(*pidp); in sysctl_kern_proc_pathname()
2115 if (*pidp != -1) in sysctl_kern_proc_pathname()