Home | Sort by: relevance | last modified time | path |
/src/usr.bin/ktrace/ | |
ktrace.c | 307 static const char *ktracefile = NULL; variable in typeref:typename:const char * 313 if (ktracefile) 314 (void)unlink(ktracefile); 396 ret = ktrace(ktracefile = tracefile, ops, trpoints, pid); |
ktrace.c | 307 static const char *ktracefile = NULL; variable in typeref:typename:const char * 313 if (ktracefile) 314 (void)unlink(ktracefile); 396 ret = ktrace(ktracefile = tracefile, ops, trpoints, pid); |
ktrace.c | 307 static const char *ktracefile = NULL; variable in typeref:typename:const char * 313 if (ktracefile) 314 (void)unlink(ktracefile); 396 ret = ktrace(ktracefile = tracefile, ops, trpoints, pid); |