Searched refs:bname (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/perf/tests/ |
| H A D | perf-record.c | 65 char *bname, *mmap_filename; in test__PERF_RECORD() local 279 bname = strrchr(mmap_filename, '/'); in test__PERF_RECORD() 280 if (bname != NULL) { in test__PERF_RECORD() 282 found_cmd_mmap = !strcmp(bname + 1, cmd); in test__PERF_RECORD() 284 found_coreutils_mmap = !strcmp(bname + 1, "coreutils"); in test__PERF_RECORD() 286 found_libc_mmap = !strncmp(bname + 1, "libc", 4); in test__PERF_RECORD() 288 found_ld_mmap = !strncmp(bname + 1, "ld", 2); in test__PERF_RECORD()
|
| /linux/security/apparmor/ |
| H A D | policy.c | 743 const char *bname; in aa_new_learning_profile() local 769 bname = basename(name); in aa_new_learning_profile() 770 profile = aa_find_child(parent, bname); in aa_new_learning_profile() 782 p = __find_child(&parent->base.profiles, bname); in aa_new_learning_profile()
|
| /linux/net/tipc/ |
| H A D | udp_media.c | 469 char *bname; in tipc_udp_nl_dump_remoteip() local 483 bname = nla_data(battrs[TIPC_NLA_BEARER_NAME]); in tipc_udp_nl_dump_remoteip() 486 b = tipc_bearer_find(net, bname); in tipc_udp_nl_dump_remoteip()
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | debug.c | 1012 char bname[6]; in ath5k_debug_dump_bands() local 1015 strcpy(bname, "2 GHz"); in ath5k_debug_dump_bands() 1018 strcpy(bname, "5 GHz"); in ath5k_debug_dump_bands() 1025 printk(KERN_DEBUG "Band %s: channels %d, rates %d\n", bname, in ath5k_debug_dump_bands()
|
| /linux/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 4804 bname = '%s%d' % (dir[0], data.testnumber) 4821 devtl.html += devtl.html_tblock.format(bname, left, width, devtl.scaleH)
|