Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H 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/
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/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/fs/affs/
H A Dnamei.c87 const u8 *bname = name->name; in __affs_compare_dentry() local
109 if (fn(*aname++) != fn(*bname++)) in __affs_compare_dentry()