Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dperf-record.c65 char *bname, *mmap_filename; in test__PERF_RECORD() local
276 bname = strrchr(mmap_filename, '/'); in test__PERF_RECORD()
277 if (bname != NULL) { in test__PERF_RECORD()
279 found_cmd_mmap = !strcmp(bname + 1, cmd); in test__PERF_RECORD()
281 found_coreutils_mmap = !strcmp(bname + 1, "coreutils"); in test__PERF_RECORD()
283 found_libc_mmap = !strncmp(bname + 1, "libc", 4); in test__PERF_RECORD()
285 found_ld_mmap = !strncmp(bname + 1, "ld", 2); in test__PERF_RECORD()
/linux/drivers/usb/gadget/udc/
H 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/security/apparmor/
H A Dpolicy.c698 const char *bname; in aa_new_learning_profile() local
721 bname = basename(name); in aa_new_learning_profile()
722 profile = aa_find_child(parent, bname); in aa_new_learning_profile()
734 p = __find_child(&parent->base.profiles, bname); in aa_new_learning_profile()
/linux/net/tipc/
H A Dudp_media.c474 char *bname; in tipc_udp_nl_dump_remoteip() local
488 bname = nla_data(battrs[TIPC_NLA_BEARER_NAME]); in tipc_udp_nl_dump_remoteip()
491 b = tipc_bearer_find(net, bname); in tipc_udp_nl_dump_remoteip()
/linux/drivers/net/wireless/ath/ath5k/
H A Ddebug.c1012 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 Dsleepgraph.py4804 bname = '%s%d' % (dir[0], data.testnumber)
4821 devtl.html += devtl.html_tblock.format(bname, left, width, devtl.scaleH)