Home
last modified time | relevance | path

Searched defs:getpid (Results 1 – 19 of 19) sorted by relevance

/dragonfly/test/stress/stress2/misc/
H A Drename2.sh71 sprintf(dir1, "/tmp/rename.dir.%d", getpid()); function
72 sprintf(dir2, "/tmp/rename.dir.2.%d", getpid()); function
H A Drename.sh78 sprintf(dir1, "/tmp/rename.dir.%d", getpid()); function
79 sprintf(dir2, "/tmp/rename.dir.2.%d", getpid()); function
H A Drevoke.sh82 printf("Parent starting: pid %d\n", getpid()); function
94 printf("Child: pid %d\n", getpid()); function
H A Dsem.sh85 (void) getpid(); function
93 seed = getpid(); function
H A Dsyscall2.sh110 sprintf(path,"%s.%05d", getprogname(), getpid()); function
136 printf("Testing syscall #%d, pid %d\n", num, getpid()); function
H A Dnbufkv.sh123 sprintf(path, "%s/nbufkv.%06d", argv[1], getpid()); function
H A Dumountf3.sh88 sprintf(file,"p%06d", getpid()); function
H A DalternativeFlushPath.sh85 mypid = getpid(); function
H A Dsymlink.sh109 pid = getpid(); function
H A Dkevent3.sh66 EV_SET(&ke, getpid(), EVFILT_PROC, EV_ADD, function
H A Dtruncate.sh65 sprintf(name, "%05d.%05d", getpid(), j); function
H A Dstatfs.sh105 pid = getpid(); function
H A Dtruncate2.sh70 sprintf(name, "%05d.%05d", getpid(), j); function
H A Dnamecache.sh191 if (sprintf(path, "file.0%d", getpid()) < 0) function
H A Dfragments.sh251 pid = getpid(); function
H A Dmmap2.sh80 sprintf(path, "/tmp/mmap.%06d.%04d", getpid(), nr); function
H A Dmmap3.sh97 sprintf(path, "/tmp/mmap.%06d.%04d", getpid(), nr); function
/dragonfly/sys/sys/
H A Dsysunion.h32 struct getpid_args getpid; member
/dragonfly/contrib/expat/lib/
H A Dxmlparse.c86 # define getpid GetCurrentProcessId macro