Home
last modified time | relevance | path

Searched refs:bname (Results 1 – 8 of 8) sorted by relevance

/linux/tools/perf/tests/
A Dperf-record.c61 char *bname, *mmap_filename; in test__PERF_RECORD() local
257 bname = strrchr(mmap_filename, '/'); in test__PERF_RECORD()
258 if (bname != NULL) { in test__PERF_RECORD()
260 found_cmd_mmap = !strcmp(bname + 1, cmd); in test__PERF_RECORD()
262 found_coreutils_mmap = !strcmp(bname + 1, "coreutils"); in test__PERF_RECORD()
264 found_libc_mmap = !strncmp(bname + 1, "libc", 4); in test__PERF_RECORD()
266 found_ld_mmap = !strncmp(bname + 1, "ld", 2); in test__PERF_RECORD()
/linux/drivers/usb/gadget/udc/
A Dpxa27x_udc.h233 #define USB_EP_DEF(addr, bname, dir, type, maxpkt, ctype, cdir) \ argument
234 { .usb_ep = { .name = bname, .ops = &pxa_ep_ops, .maxpacket = maxpkt, \
241 #define USB_EP_BULK(addr, bname, dir, cdir) \ argument
242 USB_EP_DEF(addr, bname, dir, BULK, BULK_FIFO_SIZE, \
244 #define USB_EP_ISO(addr, bname, dir, cdir) \ argument
245 USB_EP_DEF(addr, bname, dir, ISOC, ISO_FIFO_SIZE, \
247 #define USB_EP_INT(addr, bname, dir, cdir) \ argument
248 USB_EP_DEF(addr, bname, dir, INT, INT_FIFO_SIZE, \
/linux/tools/perf/pmu-events/
A Djevents.c342 static int add_topic(char *bname) in add_topic() argument
345 topic = strdup(bname); in add_topic()
348 strerror(errno), bname); in add_topic()
1052 char *tblname, *bname; in process_one_file() local
1069 if (*bname == '/') in process_one_file()
1073 bname--; in process_one_file()
1075 bname++; in process_one_file()
1102 bname); in process_one_file()
1106 if (is_sys_dir(bname)) { in process_one_file()
1137 if (is_json_file(bname)) in process_one_file()
[all …]
/linux/security/apparmor/
A Dpolicy.c506 const char *bname; in aa_new_null_profile() local
529 bname = basename(name); in aa_new_null_profile()
530 profile = aa_find_child(parent, bname); in aa_new_null_profile()
551 p = __find_child(&parent->base.profiles, bname); in aa_new_null_profile()
/linux/net/tipc/
A Dudp_media.c471 char *bname; in tipc_udp_nl_dump_remoteip() local
485 bname = nla_data(battrs[TIPC_NLA_BEARER_NAME]); in tipc_udp_nl_dump_remoteip()
488 b = tipc_bearer_find(net, bname); in tipc_udp_nl_dump_remoteip()
/linux/drivers/net/wireless/ath/ath5k/
A Ddebug.c1014 char bname[6]; in ath5k_debug_dump_bands() local
1017 strcpy(bname, "2 GHz"); in ath5k_debug_dump_bands()
1020 strcpy(bname, "5 GHz"); in ath5k_debug_dump_bands()
1027 printk(KERN_DEBUG "Band %s: channels %d, rates %d\n", bname, in ath5k_debug_dump_bands()
/linux/fs/affs/
A Dnamei.c87 const u8 *bname = name->name; in __affs_compare_dentry() local
109 if (toupper(*aname++) != toupper(*bname++)) in __affs_compare_dentry()
/linux/tools/power/pm-graph/
A Dsleepgraph.py4604 bname = '%s%d' % (dir[0], data.testnumber)
4621 devtl.html += devtl.html_tblock.format(bname, left, width, devtl.scaleH)

Completed in 32 milliseconds