Searched refs:tpath (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/tools/net/ |
D | bpf_jit_disasm.c | 29 static void get_exec_path(char *tpath, size_t size) in get_exec_path() argument 34 snprintf(tpath, size, "/proc/%d/exe", (int) getpid()); in get_exec_path() 35 tpath[size - 1] = 0; in get_exec_path() 37 path = strdup(tpath); in get_exec_path() 40 len = readlink(path, tpath, size); in get_exec_path() 41 tpath[len] = 0; in get_exec_path() 49 char tpath[256]; in get_asm_insns() local 54 memset(tpath, 0, sizeof(tpath)); in get_asm_insns() 55 get_exec_path(tpath, sizeof(tpath)); in get_asm_insns() 57 bfdf = bfd_openr(tpath, NULL); in get_asm_insns()
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_main.c | 285 struct ipoib_path *tpath; in __path_add() local 290 tpath = rb_entry(pn, struct ipoib_path, rb_node); in __path_add() 292 ret = memcmp(path->pathrec.dgid.raw, tpath->pathrec.dgid.raw, in __path_add()
|
/linux-4.1.27/scripts/ |
D | analyze_suspend.py | 66 tpath = '/sys/kernel/debug/tracing/' variable in SystemValues 902 tp = sysvals.tpath 940 tp = sysvals.tpath 969 tp = sysvals.tpath 2690 tp = sysvals.tpath 2773 tp = sysvals.tpath
|