Searched refs:actor (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/tests/cdt/
H A Dtvsharemem.c203 static Dt_t* opendictionary(char* actor, char* type, int num, pid_t pid, char* store) argument
212 terror("%s %s [num=%d,pid=%d]: Couldn't create vmalloc region", actor, type, num, pid);
230 terror("%s %s [num=%d,pid=%d]: Can't open dictionary", actor, type, num, pid);
232 terror("%s %s [num=%d,pid=%d]: Can't customize dictionary", actor, type, num, pid);
238 static pid_t makeprocess(char* proc, char* type, char* actor, int num, char* aso) argument
246 terror("%s %s [num=%d]: Could not fork() a subprocess", actor, type, num);
259 argv[i++] = actor;
263 terror("%s %s [num=%d]: Could not execv() process %s %s", actor, type, num, proc, type);
269 static int readwrite(char* type, char* store, char* actor, char* procnum) argument
280 terror("%s %s [num=%d]: can't get process id", actor, typ
[all...]

Completed in 10 milliseconds