HomeSort by relevance Sort by last modified time
    Searched refs:my_pid (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/cmd/sgs/m4/common/
m4macs.c 565 char my_pid[32]; local
610 (void) snprintf(my_pid, sizeof (my_pid), "%d", (int)getpid());
611 pid_len = strlen(my_pid);
614 my_pid[xcnt] = 0;
626 *first_X++ = my_pid[i++];
  /onnv/onnv-gate/usr/src/lib/smbsrv/libsmbrdr/common/
smbrdr_lib.c 413 static unsigned short my_pid = 0; local
415 if (!my_pid)
416 my_pid = getpid();
423 my_pid,
  /onnv/onnv-gate/usr/src/cmd/filebench/common/
filebench.h 89 extern pid_t my_pid; /* this process' process id */
procflow.c 39 pid_t my_pid; variable
301 procflow->pf_pid = my_pid;
304 "Started up %s pid %d", procflow->pf_name, my_pid);
325 procflow->pf_name, my_pid);
misc.c 303 (void) fprintf(stderr, "%5d: ", (int)my_pid);
305 (void) fprintf(stdout, "%5d: ", (int)my_pid);
flowop.c 152 "/proc/%d/lwp/%d/lwpusage", my_pid, _lwp_self());
381 "/proc/%d/lwp/%d/lwpctl", my_pid, _lwp_self());
    [all...]
parser_gram.y     [all...]
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.c 1248 static int my_pid; /* The process id set in initdesc() */ variable
1319 my_pid = getpid();
1406 * Reset my_pid when a new process is created. Only call this
1413 my_pid = getpid();
1441 if (my_pid != getpid())
1461 if (my_pid != getpid())
  /onnv/onnv-gate/usr/src/lib/libsldap/common/
ns_connmgmt.c 481 pid_t my_pid; local
493 my_pid = getpid();
499 if (my_pid == checkedPid) {
506 if (my_pid == checkedPid) {
515 isMainNscd = check_nscd_proc(my_pid, B_FALSE);
518 checkedPid = my_pid;
    [all...]
  /onnv/onnv-gate/usr/src/lib/watchmalloc/common/
malloc.c 1288 static pid_t my_pid = 0; /* to check for whether we fork()d */ variable
1301 my_pid = getpid();
1390 if (my_pid != getpid()) {

Completed in 4859 milliseconds