ktrace.c | 71 static int do_ktrace(const char *, int, int, int, int, int); 227 (void)do_ktrace(outfile, vers, ops, trpoints, pid, block); 241 if (do_ktrace(outfile, vers, ops, trpoints, getpid(), block) == 1) { 246 (void)do_ktrace(outfile, vers, ops, trpoints, getpid(), block); 251 (void)do_ktrace(outfile, vers, ops, trpoints, pid, block); 321 do_ktrace(const char *tracefile, int vers, int ops, int trpoints, int pid, function in typeref:typename:int
|