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

  /src/external/bsd/am-utils/dist/libamu/
xutil.c 61 pid_t am_mypid = -1; /* process ID */ variable
165 am_mypid = getpid();
166 return am_mypid;
173 return (long) (foreground ? am_mypid : getppid());
269 fprintf(logfp, "%s[%ld]: ", am_get_progname(), (long) am_mypid);
385 (long) am_mypid,
  /src/external/bsd/am-utils/dist/amd/
amd.c 199 printf("%ld\n", (long) am_mypid);
208 fprintf(f, "%ld\n", (long) am_mypid);
nfs_start.c 371 am_get_hostname(), (long) am_mypid, nfs_port);
  /src/external/bsd/am-utils/dist/conf/mtab/
mtab_file.c 207 tv.tv_usec = (am_mypid & 0x07) << 17;
mtab_mach3.c 204 tv.tv_usec = (am_mypid & 0x07) << 17;
  /src/external/bsd/am-utils/dist/include/
am_utils.h 265 extern pid_t am_mypid;
  /src/external/bsd/am-utils/dist/hlfsd/
hlfsd.c 857 kill(am_mypid, SIGSTOP);
888 int mypid = getpid(); /* XXX: should this be the global am_mypid */

Completed in 23 milliseconds