Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/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, in __collector_posix_spawn_2_15() argument
1367 return __collector_posix_spawn_symver (CALL_REAL (posix_spawn_2_15), pidp, in __collector_posix_spawn_2_15()
1374 __collector_posix_spawn_2_2 (pid_t *pidp, const char *path, in __collector_posix_spawn_2_2() argument
1383 return __collector_posix_spawn_symver (CALL_REAL (posix_spawn_2_2), pidp, in __collector_posix_spawn_2_2()
1390 __collector_posix_spawn_2_2_5 (pid_t *pidp, const char *path, in __collector_posix_spawn_2_2_5() argument
1399 return __collector_posix_spawn_symver (CALL_REAL (posix_spawn_2_2_5), pidp, in __collector_posix_spawn_2_2_5()
1410 pid_t *pidp, const char *path, in __collector_posix_spawn_symver() argument
1435 return (real_posix_spawn) (pidp, path, file_actions, attrp, argv, envp); in __collector_posix_spawn_symver()
1437 return CALL_REAL (posix_spawn)(pidp, path, file_actions, attrp, argv, envp); in __collector_posix_spawn_symver()
[all …]
/netbsd-src/sbin/fsck/
H A Dfsck.c268 pid_t *pidp) in checkfs() argument
311 pidp ? "no" : ""); in checkfs()
378 if (pidp) { in checkfs()
379 *pidp = pid; in checkfs()
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dlinetrace.c1412 pid_t *pidp, const char *path, in gprofng_posix_spawn() argument
1436 return (real_posix_spawn) (pidp, path, file_actions, attrp, argv, envp); in gprofng_posix_spawn()
1442 ret = real_posix_spawn (pidp, path, file_actions, attrp, argv, coll_env); in gprofng_posix_spawn()
1449 int dcl_f (pid_t *pidp, const char *path, \
1456 return gprofng_posix_spawn (__real_posix_spawn, pidp, path, file_actions, \
1470 pid_t *pidp, const char *path, in DCL_POSIX_SPAWN()
1493 return (real_posix_spawnp) (pidp, path, file_actions, attrp, argv, envp); in DCL_POSIX_SPAWN()
1499 int ret = real_posix_spawnp (pidp, path, file_actions, attrp, argv, coll_env); in DCL_POSIX_SPAWN()
1506 int dcl_f (pid_t *pidp, const char *path, \
1513 return gprofng_posix_spawnp (__real_posix_spawnp, pidp, path, \
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dssh-sk-client.c48 start_helper(int *fdp, pid_t *pidp, void (**osigchldp)(int)) in start_helper() argument
56 *pidp = 0; in start_helper()
107 *pidp = pid; in start_helper()
H A Dscp.c973 int *reminp, int *remoutp, int *pidp) in do_sftp_connect() argument
977 reminp, remoutp, pidp) < 0) in do_sftp_connect()
984 reminp, remoutp, pidp) < 0) in do_sftp_connect()
/netbsd-src/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, in i2r_idp() argument
438 ISSUING_DIST_POINT *idp = pidp; in i2r_idp()
/netbsd-src/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, in i2r_idp() argument
443 ISSUING_DIST_POINT *idp = pidp; in i2r_idp()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dspawn.d367 int posix_spawn_pipe_np(pid_t* pidp, int* fdp, const char* cmd, boolean_t write,
/netbsd-src/external/gpl2/gmake/dist/
H A Dfunction.c1513 msdos_openpipe (int* pipedes, int *pidp, char *text) in msdos_openpipe() argument
1548 *pidp = -1; in msdos_openpipe()
1558 *pidp = 42; /* Yes, the Meaning of Life, the Universe, and Everything! */ in msdos_openpipe()
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_parser.c2323 dt_ident_t *pidp; in dt_node_inline() local
2352 pidp = dt_idhash_insert(inp->din_hash, pnp->dn_string, in dt_node_inline()
2357 if (pidp == NULL) { in dt_node_inline()
2362 inp->din_argv[i] = pidp; in dt_node_inline()
2364 dt_ident_type_assign(pidp, pnp->dn_ctfp, pnp->dn_type); in dt_node_inline()