HomeSort by: relevance | last modified time | path
    Searched refs:pidp (Results 1 - 12 of 12) sorted by relevancy

  /src/tests/lib/libc/sys/
t_ptrace_kill.c 75 waitthread(void *pidp)
80 pid = *(pid_t *)pidp;
  /src/sbin/fsck/
fsck.c 268 pid_t *pidp)
311 pidp ? "no" : "");
378 if (pidp) {
379 *pidp = pid;
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_crld.c 344 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,
438 ISSUING_DIST_POINT *idp = pidp;
  /src/crypto/external/bsd/openssh/dist/
ssh-sk-client.c 48 start_helper(int *fdp, pid_t *pidp, void (**osigchldp)(int))
58 *pidp = 0;
127 *pidp = pid;
scp.c 973 int *reminp, int *remoutp, int *pidp)
977 reminp, remoutp, pidp) < 0)
984 reminp, remoutp, pidp) < 0)
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
linetrace.c 1415 pid_t *pidp, const char *path,
1439 return (real_posix_spawn) (pidp, path, file_actions, attrp, argv, envp);
1445 ret = real_posix_spawn (pidp, path, file_actions, attrp, argv, coll_env);
1452 int dcl_f (pid_t *pidp, const char *path, \
1459 return gprofng_posix_spawn (__real_posix_spawn, pidp, path, file_actions, \
1476 pid_t *pidp, const char *path,
1499 return (real_posix_spawnp) (pidp, path, file_actions, attrp, argv, envp);
1505 int ret = real_posix_spawnp (pidp, path, file_actions, attrp, argv, coll_env);
1512 int dcl_f (pid_t *pidp, const char *path, \
1519 return gprofng_posix_spawnp (__real_posix_spawnp, pidp, path,
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
linetrace.c 1415 pid_t *pidp, const char *path,
1439 return (real_posix_spawn) (pidp, path, file_actions, attrp, argv, envp);
1445 ret = real_posix_spawn (pidp, path, file_actions, attrp, argv, coll_env);
1452 int dcl_f (pid_t *pidp, const char *path, \
1459 return gprofng_posix_spawn (__real_posix_spawn, pidp, path, file_actions, \
1476 pid_t *pidp, const char *path,
1499 return (real_posix_spawnp) (pidp, path, file_actions, attrp, argv, envp);
1505 int ret = real_posix_spawnp (pidp, path, file_actions, attrp, argv, coll_env);
1512 int dcl_f (pid_t *pidp, const char *path, \
1519 return gprofng_posix_spawnp (__real_posix_spawnp, pidp, path,
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_crld.c 355 static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out,
436 static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out,
439 ISSUING_DIST_POINT *idp = pidp;
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_crld.c 348 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,
443 ISSUING_DIST_POINT *idp = pidp;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
spawn.d 367 int posix_spawn_pipe_np(pid_t* pidp, int* fdp, const char* cmd, boolean_t write,
  /src/external/gpl2/gmake/dist/
function.c 1520 msdos_openpipe (int* pipedes, int *pidp, char *text)
1555 *pidp = -1;
1565 *pidp = 42; /* Yes, the Meaning of Life, the Universe, and Everything! */
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_parser.c 2323 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 37 milliseconds