/kernel/linux/linux-5.10/tools/perf/tests/ |
D | perf-record.c | 61 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()
|
/kernel/linux/linux-5.10/fs/sharefs/ |
D | authentication.h | 34 extern int get_bid_config(const char *bname); 67 static inline int get_bundle_uid(struct sharefs_sb_info *sbi, const char *bname) in get_bundle_uid() argument 69 return sbi->user_id * BASE_USER_RANGE + get_bid_config(bname); in get_bundle_uid()
|
D | config.c | 208 static int sharefs_##_attr_##_get(const char *bname) \ 212 str = make_qstr(bname); \ 332 int get_bid_config(const char *bname) in get_bid_config() argument 334 return sharefs_appid_get(bname); in get_bid_config()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
D | pxa27x_udc.h | 233 #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, \
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/ |
D | jevents.c | 321 static int add_topic(char *bname) in add_topic() argument 324 topic = strdup(bname); in add_topic() 327 strerror(errno), bname); in add_topic() 975 char *tblname, *bname; in process_one_file() local 987 bname = (char *) fpath + ftwbuf->base - 2; in process_one_file() 989 if (*bname == '/') in process_one_file() 991 bname--; in process_one_file() 993 bname++; in process_one_file() 995 bname = (char *) fpath + ftwbuf->base; in process_one_file() 999 level, sb->st_size, bname, fpath); in process_one_file() [all …]
|
/kernel/linux/linux-5.10/fs/hmdfs/authority/ |
D | config.c | 211 static int hmdfs_##_attr_##_get(const char *bname) \ 215 str = make_qstr(bname); \ 337 int get_bid(const char *bname) in get_bid() argument 339 return hmdfs_appid_get(bname); in get_bid()
|
D | authentication.h | 266 extern int get_bid(const char *bname); 270 static inline int get_bundle_uid(struct hmdfs_sb_info *sbi, const char *bname) in get_bundle_uid() argument 272 return sbi->user_id * BASE_USER_RANGE + get_bid(bname); in get_bundle_uid()
|
/kernel/linux/linux-5.10/security/apparmor/ |
D | policy.c | 507 const char *bname; in aa_new_null_profile() local 530 bname = basename(name); in aa_new_null_profile() 531 profile = aa_find_child(parent, bname); in aa_new_null_profile() 552 p = __find_child(&parent->base.profiles, bname); in aa_new_null_profile()
|
/kernel/linux/linux-5.10/net/tipc/ |
D | udp_media.c | 463 char *bname; in tipc_udp_nl_dump_remoteip() local 477 bname = nla_data(battrs[TIPC_NLA_BEARER_NAME]); in tipc_udp_nl_dump_remoteip() 480 b = tipc_bearer_find(net, bname); in tipc_udp_nl_dump_remoteip()
|
/kernel/linux/linux-5.10/fs/affs/ |
D | namei.c | 87 const u8 *bname = name->name; in __affs_compare_dentry() local 109 if (toupper(*aname++) != toupper(*bname++)) in __affs_compare_dentry()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
D | debug.c | 1014 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()
|
/kernel/linux/linux-5.10/tools/power/pm-graph/ |
D | sleepgraph.py | 4521 bname = '%s%d' % (dir[0], data.testnumber) 4538 devtl.html += devtl.html_tblock.format(bname, left, width, devtl.scaleH)
|