HomeSort by: relevance | last modified time | path
    Searched defs:do_ktrace (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/ktrace/
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
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

Completed in 21 milliseconds