Searched defs:ppid (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/tests/vmalloc/
H A Dtmmopen.c32 pid_t ppid, cpid; local
64 { ppid = getpid();
70 tinfo("Parent[pid=%d]: %s: opening shm region", ppid, shmfile);
72 tinfo("Parent[pid=%d]: %s: shm region opened", ppid, shmfile);
78 tinfo("Parent[pid=%d]: %s: opening map region", ppid, mapfile);
80 tinfo("Parent[pid=%d]: %s: map region opened", ppid, mapfile);
/ast/src/cmd/3d/
H A Dfork3d.c45 pid_t ppid; local
49 ppid = state.pid;
64 if (!fscall(mp, MSG_INIT(MSG_fork, 01511, 0), ppid, state.path.name, sizeof(state.path.name)) && state.ret > 0)
89 fscall(mp, MSG_fork, ppid);
/ast/src/cmd/tests/cdt/
H A Dtvsafehash.c230 pid_t cpid[N_CONCUR], ppid, pid; local
243 if((ppid = getpid()) < 0 )
250 tinfo("\tParent[pid=%d]: initializing shared dictionaries for %s", ppid, aso);
251 if(!(mapdt = opendictionary(0, ppid, Mapstore)) )
252 terror("Parent[pid=%d]: Can't open dictionary for %s", ppid, Mapstore);
254 terror("Parent[pid=%d]: Can't get discipline for %s", ppid, Mapstore);
257 if(!(shmdt = opendictionary(0, ppid, Shmstore)) )
258 terror("Parent[pid=%d]: Can't open dictionary for %s", ppid, Shmstore);
260 terror("Parent[pid=%d]: Can't get discipline for %s", ppid, Shmstore);
266 terror("Parent[pid=%d]: vmalloc failed k=%d store=%s", ppid,
[all...]
H A Dtvsaferehash.c232 pid_t cpid[N_CONCUR], ppid, pid; local
245 if((ppid = getpid()) < 0 )
252 tinfo("\tParent[pid=%d]: initializing shared dictionaries", ppid);
253 if(!(mapdt = opendictionary(0, ppid, Mapstore)) )
254 terror("Parent[pid=%d]: Can't open dictionary for %s", ppid, Mapstore);
256 terror("Parent[pid=%d]: Can't get discipline for %s", ppid, Mapstore);
259 if(!(shmdt = opendictionary(0, ppid, Shmstore)) )
260 terror("Parent[pid=%d]: Can't open dictionary for %s", ppid, Shmstore);
262 terror("Parent[pid=%d]: Can't get discipline for %s", ppid, Shmstore);
268 terror("Parent[pid=%d]: vmalloc failed k=%d store=%s", ppid,
[all...]
H A Dtvsafetree.c229 pid_t cpid[N_CONCUR], ppid, pid; local
242 if((ppid = getpid()) < 0 )
249 tinfo("\tParent[pid=%d]: initializing shared dictionaries", ppid);
250 if(!(mapdt = opendictionary(0, ppid, Mapstore)) )
251 terror("Parent[pid=%d]: Can't open dictionary for %s", ppid, Mapstore);
253 terror("Parent[pid=%d]: Can't get discipline for %s", ppid, Mapstore);
256 if(!(shmdt = opendictionary(0, ppid, Shmstore)) )
257 terror("Parent[pid=%d]: Can't open dictionary for %s", ppid, Shmstore);
259 terror("Parent[pid=%d]: Can't get discipline for %s", ppid, Shmstore);
265 terror("Parent[pid=%d]: vmalloc failed k=%d store=%s", ppid,
[all...]
H A Dtvsharemem.c518 pid_t wpid[N_INSERT+N_DELETE+N_SEARCH], ppid, pid; local
551 if((ppid = getpid()) < 0 )
586 tinfo("parent %s [pid=%d]: Testing %s concurrent accesses", type, ppid, type);
589 tinfo("parent %s [pid=%d]: initializing dictionary", type, ppid);
590 if(!(dt = opendictionary("parent", type, 0, ppid, store)) )
591 terror("parent %s [pid=%d]: Can't open %s dictionary", type, ppid, type);
593 terror("parent %s [pid=%d]: Can't get dictionary discipline", type, ppid);
594 tinfo("parent %s [pid=%d]: share dictionary created", type, ppid);
598 terror("parent %s [pid=%d]: Could not make inserter process %d", type, ppid, i);
602 terror("parent %s [pid=%d]: Could not make deleter process %d", type, ppid,
[all...]
/ast/src/cmd/std/
H A Dpss.h123 Pss_id_t ppid; member in struct:Pssent_s
/ast/src/cmd/ksh93/include/
H A Ddefs.h126 int32_t ppid; member in struct:shared

Completed in 21 milliseconds