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

/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dlinetrace.c1351 pid_t *pidp, const char *path,
1358 __collector_posix_spawn_2_15 (pid_t *pidp, const char *path, argument
1367 return __collector_posix_spawn_symver (CALL_REAL (posix_spawn_2_15), pidp,
1374 __collector_posix_spawn_2_2 (pid_t *pidp, const char *path, argument
1383 return __collector_posix_spawn_symver (CALL_REAL (posix_spawn_2_2), pidp,
1390 __collector_posix_spawn_2_2_5 (pid_t *pidp, const char *path, argument
1399 return __collector_posix_spawn_symver (CALL_REAL (posix_spawn_2_2_5), pidp,
1410 pid_t *pidp, const char *path,
1435 return (real_posix_spawn) (pidp, path, file_actions, attrp, argv, envp);
1437 return CALL_REAL (posix_spawn)(pidp, pat
1405 __collector_posix_spawn_symver(int(real_posix_spawn) (), pid_t *pidp, const char *path, const posix_spawn_file_actions_t *file_actions, const posix_spawnattr_t *attrp, char *const argv[], char *const envp[]) argument
1468 __collector_posix_spawnp_2_15(pid_t *pidp, const char *path, const posix_spawn_file_actions_t *file_actions, const posix_spawnattr_t *attrp, char *const argv[], char *const envp[]) argument
1485 __collector_posix_spawnp_2_2(pid_t *pidp, const char *path, const posix_spawn_file_actions_t *file_actions, const posix_spawnattr_t *attrp, char *const argv[], char *const envp[]) argument
1501 __collector_posix_spawnp_2_2_5(pid_t *pidp, const char *path, const posix_spawn_file_actions_t *file_actions, const posix_spawnattr_t *attrp, char *const argv[], char *const envp[]) argument
1517 __collector_posix_spawnp_symver(int(real_posix_spawnp) (), pid_t *pidp, const char *path, const posix_spawn_file_actions_t *file_actions, const posix_spawnattr_t *attrp, char *const argv[], char *const envp[]) argument
[all...]
/netbsd-current/sbin/fsck/
H A Dfsck.c268 pid_t *pidp)
311 pidp ? "no" : "");
378 if (pidp) {
379 *pidp = pid;
267 checkfs(const char *vfst, const char *spec, const char *mntpt, void *auxarg, pid_t *pidp) argument
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dssh-sk-client.c48 start_helper(int *fdp, pid_t *pidp, void (**osigchldp)(int)) argument
56 *pidp = 0;
107 *pidp = pid;
H A Dscp.c971 int *reminp, int *remoutp, int *pidp)
975 reminp, remoutp, pidp) < 0)
982 reminp, remoutp, pidp) < 0)
970 do_sftp_connect(char *host, char *user, int port, char *sftp_direct, int *reminp, int *remoutp, int *pidp) argument
/netbsd-current/crypto/external/bsd/openssl.old/dist/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;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dv3_crld.c348 static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out,
440 static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out, argument
443 ISSUING_DIST_POINT *idp = pidp;
/netbsd-current/external/gpl2/gmake/dist/
H A Dfunction.c1520 msdos_openpipe (int* pipedes, int *pidp, char *text)
1555 *pidp = -1;
1565 *pidp = 42; /* Yes, the Meaning of Life, the Universe, and Everything! */
1513 msdos_openpipe(int* pipedes, int *pidp, char *text) argument
/netbsd-current/external/cddl/osnet/dist/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);

Completed in 294 milliseconds