/linux-4.1.27/tools/perf/ |
D | builtin.h | 16 extern int cmd_annotate(int argc, const char **argv, const char *prefix); 17 extern int cmd_bench(int argc, const char **argv, const char *prefix); 18 extern int cmd_buildid_cache(int argc, const char **argv, const char *prefix); 19 extern int cmd_buildid_list(int argc, const char **argv, const char *prefix); 20 extern int cmd_diff(int argc, const char **argv, const char *prefix); 21 extern int cmd_evlist(int argc, const char **argv, const char *prefix); 22 extern int cmd_help(int argc, const char **argv, const char *prefix); 23 extern int cmd_sched(int argc, const char **argv, const char *prefix); 24 extern int cmd_list(int argc, const char **argv, const char *prefix); 25 extern int cmd_record(int argc, const char **argv, const char *prefix); [all …]
|
D | builtin-data.c | 8 typedef int (*data_cmd_fn_t)(int argc, const char **argv, const char *prefix); 53 const char *prefix __maybe_unused) in cmd_data_convert() 96 int cmd_data(int argc, const char **argv, const char *prefix) in cmd_data() argument 116 return cmd->fn(argc, argv, prefix); in cmd_data()
|
D | builtin-bench.c | 28 typedef int (*bench_fn_t)(int argc, const char **argv, const char *prefix); 155 int argc, const char **argv, const char *prefix) in run_bench() argument 171 ret = fn(argc, argv, prefix); in run_bench() 211 int cmd_bench(int argc, const char **argv, const char *prefix __maybe_unused) in cmd_bench() 270 ret = run_bench(coll->name, bench->name, bench->fn, argc-1, argv+1, prefix); in cmd_bench()
|
D | builtin-stat.c | 71 static void print_counter_aggr(struct perf_evsel *counter, char *prefix); 72 static void print_counter(struct perf_evsel *counter, char *prefix); 73 static void print_aggr(char *prefix); 540 char prefix[64]; in print_interval() local 558 sprintf(prefix, "%6lu.%09lu%s", rs.tv_sec, rs.tv_nsec, csv_sep); in print_interval() 583 print_aggr(prefix); in print_interval() 587 print_counter(counter, prefix); in print_interval() 592 print_counter_aggr(counter, prefix); in print_interval() 1227 static void print_aggr(char *prefix) in print_aggr() argument 1251 if (prefix) in print_aggr() [all …]
|
D | builtin-help.c | 303 static const char *prepend(const char *prefix, const char *cmd) in prepend() argument 305 size_t pre_len = strlen(prefix); in prepend() 308 memcpy(p, prefix, pre_len); in prepend() 427 int cmd_help(int argc, const char **argv, const char *prefix __maybe_unused) in cmd_help()
|
D | perf.c | 354 const char *prefix; in run_builtin() local 357 prefix = NULL; in run_builtin() 359 prefix = NULL; /* setup_perf_directory(); */ in run_builtin() 370 status = p->fn(argc, argv, prefix); in run_builtin()
|
D | builtin-probe.c | 313 __cmd_probe(int argc, const char **argv, const char *prefix __maybe_unused) in __cmd_probe() 515 int cmd_probe(int argc, const char **argv, const char *prefix) in cmd_probe() argument 521 ret = __cmd_probe(argc, argv, prefix); in cmd_probe()
|
D | builtin-evlist.c | 41 int cmd_evlist(int argc, const char **argv, const char *prefix __maybe_unused) in cmd_evlist()
|
D | builtin-buildid-list.c | 86 const char *prefix __maybe_unused) in cmd_buildid_list()
|
D | builtin-list.c | 19 int cmd_list(int argc, const char **argv, const char *prefix __maybe_unused) in cmd_list()
|
/linux-4.1.27/arch/mips/bcm47xx/ |
D | sprom.c | 33 static void create_key(const char *prefix, const char *postfix, in create_key() argument 36 if (prefix && postfix) in create_key() 37 snprintf(buf, len, "%s%s%s", prefix, name, postfix); in create_key() 38 else if (prefix) in create_key() 39 snprintf(buf, len, "%s%s", prefix, name); in create_key() 46 static int get_nvram_var(const char *prefix, const char *postfix, in get_nvram_var() argument 52 create_key(prefix, postfix, name, key, sizeof(key)); in get_nvram_var() 55 if (fallback && err == -ENOENT && prefix) { in get_nvram_var() 63 static void nvram_read_ ## type (const char *prefix, \ 71 err = get_nvram_var(prefix, postfix, name, buf, sizeof(buf), \ [all …]
|
/linux-4.1.27/drivers/regulator/ |
D | mc13xxx.h | 59 #define MC13xxx_DEFINE(prefix, _name, _reg, _vsel_reg, _voltages, _ops) \ argument 60 [prefix ## _name] = { \ 67 .id = prefix ## _name, \ 70 .reg = prefix ## _reg, \ 71 .enable_bit = prefix ## _reg ## _ ## _name ## EN, \ 72 .vsel_reg = prefix ## _vsel_reg, \ 73 .vsel_shift = prefix ## _vsel_reg ## _ ## _name ## VSEL,\ 74 .vsel_mask = prefix ## _vsel_reg ## _ ## _name ## VSEL_M,\ 77 #define MC13xxx_FIXED_DEFINE(prefix, _name, _reg, _voltages, _ops) \ argument 78 [prefix ## _name] = { \ [all …]
|
D | mc13783-regulator.c | 235 #define MC13783_DEFINE(prefix, name, reg, vsel_reg, voltages) \ argument 239 #define MC13783_FIXED_DEFINE(prefix, name, reg, voltages) \ argument 243 #define MC13783_GPO_DEFINE(prefix, name, reg, voltages) \ argument
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_mass_storage.h | 20 #define _FSG_MODULE_PARAM_ARRAY(prefix, params, name, type, desc) \ argument 21 module_param_array_named(prefix ## name, params.name, type, \ 22 &prefix ## params.name ## _count, \ 24 MODULE_PARM_DESC(prefix ## name, desc) 26 #define _FSG_MODULE_PARAM(prefix, params, name, type, desc) \ argument 27 module_param_named(prefix ## name, params.name, type, \ 29 MODULE_PARM_DESC(prefix ## name, desc) 31 #define __FSG_MODULE_PARAMETERS(prefix, params) \ argument 32 _FSG_MODULE_PARAM_ARRAY(prefix, params, file, charp, \ 34 _FSG_MODULE_PARAM_ARRAY(prefix, params, ro, bool, \ [all …]
|
D | u_fs.h | 28 # define ffs_dump_mem(prefix, ptr, len) \ argument 29 print_hex_dump_bytes(pr_fmt(prefix ": "), DUMP_PREFIX_NONE, ptr, len) 34 # define ffs_dump_mem(prefix, ptr, len) do { } while (0) argument
|
/linux-4.1.27/tools/perf/bench/ |
D | bench.h | 28 extern int bench_numa(int argc, const char **argv, const char *prefix); 29 extern int bench_sched_messaging(int argc, const char **argv, const char *prefix); 30 extern int bench_sched_pipe(int argc, const char **argv, const char *prefix); 32 const char *prefix __maybe_unused); 33 extern int bench_mem_memset(int argc, const char **argv, const char *prefix); 34 extern int bench_futex_hash(int argc, const char **argv, const char *prefix); 35 extern int bench_futex_wake(int argc, const char **argv, const char *prefix); 36 extern int bench_futex_requeue(int argc, const char **argv, const char *prefix);
|
D | mem-memcpy.c | 221 const char *prefix __maybe_unused, in bench_mem_common() 337 const char *prefix __maybe_unused) in bench_mem_memcpy() 346 return bench_mem_common(argc, argv, prefix, &info); in bench_mem_memcpy() 424 const char *prefix __maybe_unused) in bench_mem_memset() 433 return bench_mem_common(argc, argv, prefix, &info); in bench_mem_memset()
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/ |
D | trace.c | 168 static void trace_print_header(int seq, int prefix) in trace_print_header() argument 170 printf("%*s[%d]: ", prefix, "", seq); in trace_print_header() 235 static void trace_print_entry(struct trace_entry *e, int seq, int *prefix) in trace_print_entry() argument 239 trace_print_header(seq, *prefix); in trace_print_entry() 243 trace_print_header(seq, *prefix); in trace_print_entry() 247 trace_print_header(seq, *prefix); in trace_print_entry() 251 trace_print_header(seq, *prefix); in trace_print_entry() 253 *prefix += PREFIX_DELTA; in trace_print_entry() 256 *prefix -= PREFIX_DELTA; in trace_print_entry() 257 if (*prefix < BASE_PREFIX) in trace_print_entry() [all …]
|
/linux-4.1.27/net/ipv6/ |
D | addrlabel.c | 33 struct in6_addr prefix; member 81 const struct in6_addr *prefix; member 86 .prefix = &in6addr_any, 89 .prefix = &(struct in6_addr){ { { 0xfc } } } , 93 .prefix = &(struct in6_addr){ { { 0xfe, 0xc0 } } }, 97 .prefix = &(struct in6_addr){ { { 0x20, 0x02 } } }, 101 .prefix = &(struct in6_addr){ { { 0x3f, 0xfe } } }, 105 .prefix = &(struct in6_addr){ { { 0x20, 0x01 } } }, 109 .prefix = &(struct in6_addr){ { { 0x20, 0x01, 0x00, 0x10 } } }, 113 .prefix = &(struct in6_addr){ { { [10] = 0xff, [11] = 0xff } } }, [all …]
|
D | Kconfig | 176 prefix of its own in place of the fixed 6to4 prefix. 223 Enable routing by source address or prefix. 226 normal and source prefix specific routes in the same routing table 229 source prefix specific routes.
|
D | sit.c | 180 ipv6_addr_set(&t->ip6rd.prefix, htonl(0x20020000), 0, 0, 0); in ipip6_tunnel_clone_6rd() 763 if (ipv6_prefix_equal(v6dst, &tunnel->ip6rd.prefix, in check_6rd() 1107 struct in6_addr prefix; in ipip6_tunnel_update_6rd() local 1114 ipv6_addr_prefix(&prefix, &ip6rd->prefix, ip6rd->prefixlen); in ipip6_tunnel_update_6rd() 1115 if (!ipv6_addr_equal(&prefix, &ip6rd->prefix)) in ipip6_tunnel_update_6rd() 1126 t->ip6rd.prefix = prefix; in ipip6_tunnel_update_6rd() 1172 ip6rd.prefix = t->ip6rd.prefix; in ipip6_tunnel_ioctl() 1518 ip6rd->prefix = nla_get_in6_addr(data[IFLA_IPTUN_6RD_PREFIX]); in ipip6_netlink_6rd_parms() 1682 &tunnel->ip6rd.prefix) || in ipip6_fill_info()
|
D | route.c | 99 const struct in6_addr *prefix, int prefixlen, 103 const struct in6_addr *prefix, int prefixlen, 703 struct in6_addr prefix_buf, *prefix; in rt6_route_rcv() local 734 prefix = (struct in6_addr *)rinfo->prefix; in rt6_route_rcv() 738 (struct in6_addr *)rinfo->prefix, in rt6_route_rcv() 740 prefix = &prefix_buf; in rt6_route_rcv() 746 rt = rt6_get_route_info(net, prefix, rinfo->prefix_len, in rt6_route_rcv() 755 rt = rt6_add_route_info(net, prefix, rinfo->prefix_len, gwaddr, dev->ifindex, in rt6_route_rcv() 1990 const struct in6_addr *prefix, int prefixlen, in rt6_get_route_info() argument 2002 fn = fib6_locate(&table->tb6_root, prefix, prefixlen, NULL, 0); in rt6_get_route_info() [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_eacl.h | 67 #define CFS_ACL_XATTR_SIZE(count, prefix) \ argument 68 (sizeof(prefix ## _header) + (count) * sizeof(prefix ## _entry)) 70 #define CFS_ACL_XATTR_COUNT(size, prefix) \ argument 71 (((size) - sizeof(prefix ## _header)) / sizeof(prefix ## _entry))
|
D | lustre_fld.h | 134 const char *prefix, int hash);
|
/linux-4.1.27/drivers/clk/qcom/ |
D | lcc-msm8960.c | 202 #define CLK_AIF_OSR_DIV(prefix, _ns, _md, hr) \ argument 203 static struct clk_rcg prefix##_osr_src = { \ 227 .name = #prefix "_osr_src", \ 236 static const char *lcc_##prefix##_parents[] = { \ 237 #prefix "_osr_src", \ 240 static struct clk_branch prefix##_osr_clk = { \ 248 .name = #prefix "_osr_clk", \ 249 .parent_names = lcc_##prefix##_parents, \ 257 static struct clk_regmap_div prefix##_div_clk = { \ 263 .name = #prefix "_div_clk", \ [all …]
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | acapps.h | 72 #define ACPI_COMMON_HEADER(utility_name, prefix) \ argument 74 prefix, ACPICA_NAME, \ 75 prefix, utility_name, ((u32) ACPI_CA_VERSION), ACPI_WIDTH, \ 76 prefix, ACPICA_COPYRIGHT, \ 77 prefix 116 char *filename, char *prefix, char **out_filename); 166 char *ad_generate_filename(char *prefix, char *table_id);
|
/linux-4.1.27/include/linux/netfilter/ipset/ |
D | pfxlen.h | 45 ip6_netmask(union nf_inet_addr *ip, u8 prefix) in ip6_netmask() argument 47 ip->ip6[0] &= ip_set_netmask6(prefix)[0]; in ip6_netmask() 48 ip->ip6[1] &= ip_set_netmask6(prefix)[1]; in ip6_netmask() 49 ip->ip6[2] &= ip_set_netmask6(prefix)[2]; in ip6_netmask() 50 ip->ip6[3] &= ip_set_netmask6(prefix)[3]; in ip6_netmask()
|
/linux-4.1.27/net/netfilter/ |
D | nft_log.c | 26 char *prefix; member 37 pkt->out, &priv->loginfo, "%s", priv->prefix); in nft_log_eval() 60 priv->prefix = kmalloc(nla_len(nla) + 1, GFP_KERNEL); in nft_log_init() 61 if (priv->prefix == NULL) in nft_log_init() 63 nla_strlcpy(priv->prefix, nla, nla_len(nla) + 1); in nft_log_init() 65 priv->prefix = (char *)nft_log_null_prefix; in nft_log_init() 123 if (priv->prefix != nft_log_null_prefix) in nft_log_destroy() 124 kfree(priv->prefix); in nft_log_destroy() 139 if (priv->prefix != nft_log_null_prefix) in nft_log_dump() 140 if (nla_put_string(skb, NFTA_LOG_PREFIX, priv->prefix)) in nft_log_dump()
|
D | xt_NFLOG.c | 37 par->out, &li, info->prefix); in nflog_tg() 47 if (info->prefix[sizeof(info->prefix) - 1] != '\0') in nflog_tg_check()
|
D | xt_LOG.c | 43 &li, "%s", loginfo->prefix); in log_tg() 59 if (loginfo->prefix[sizeof(loginfo->prefix)-1] != '\0') { in log_tg_check()
|
D | nf_log.c | 201 char prefix[NF_LOG_PREFIXLEN]; in nf_log_packet() local 212 vsnprintf(prefix, sizeof(prefix), fmt, args); in nf_log_packet() 214 logger->logfn(net, pf, hooknum, skb, in, out, loginfo, prefix); in nf_log_packet() 229 char prefix[NF_LOG_PREFIXLEN]; in nf_log_trace() local 236 vsnprintf(prefix, sizeof(prefix), fmt, args); in nf_log_trace() 238 logger->logfn(net, pf, hooknum, skb, in, out, loginfo, prefix); in nf_log_trace()
|
D | nf_log_common.c | 156 const struct nf_loginfo *loginfo, const char *prefix) in nf_log_dump_packet_common() argument 159 '0' + loginfo->u.log.level, prefix, in nf_log_dump_packet_common()
|
D | nfnetlink_log.c | 404 const char *prefix, unsigned int plen) in __build_packet_message() argument 430 if (prefix && in __build_packet_message() 431 nla_put(inst->skb, NFULA_PREFIX, plen, prefix)) in __build_packet_message() 623 const char *prefix) in nfulnl_log_packet() argument 642 if (prefix) in nfulnl_log_packet() 643 plen = strlen(prefix) + 1; in nfulnl_log_packet() 720 hooknum, in, out, prefix, plen); in nfulnl_log_packet()
|
/linux-4.1.27/drivers/misc/genwqe/ |
D | genwqe_driver.h | 68 char prefix[32]; in genwqe_hexdump() local 70 scnprintf(prefix, sizeof(prefix), "%s %s: ", in genwqe_hexdump() 73 print_hex_dump_debug(prefix, DUMP_PREFIX_OFFSET, 16, 1, buff, in genwqe_hexdump()
|
/linux-4.1.27/drivers/s390/net/ |
D | smsgiucv.c | 35 const char *prefix; member 96 if (strncmp(buffer + 8, cb->prefix, cb->len) == 0) { in smsg_message_pending() 105 int smsg_register_callback(const char *prefix, in smsg_register_callback() argument 113 cb->prefix = prefix; in smsg_register_callback() 114 cb->len = strlen(prefix); in smsg_register_callback() 122 void smsg_unregister_callback(const char *prefix, in smsg_unregister_callback() argument 132 strcmp(tmp->prefix, prefix) == 0) { in smsg_unregister_callback()
|
/linux-4.1.27/tools/net/ |
D | Makefile | 1 prefix = /usr macro 33 install bpf_jit_disasm $(prefix)/bin/bpf_jit_disasm 34 install bpf_dbg $(prefix)/bin/bpf_dbg 35 install bpf_asm $(prefix)/bin/bpf_asm
|
/linux-4.1.27/drivers/iommu/ |
D | of_iommu.c | 44 int of_get_dma_window(struct device_node *dn, const char *prefix, int index, in of_get_dma_window() argument 54 if (!prefix) in of_get_dma_window() 55 prefix = ""; in of_get_dma_window() 57 snprintf(propname, sizeof(propname), "%sdma-window", prefix); in of_get_dma_window() 58 snprintf(addrname, sizeof(addrname), "%s#dma-address-cells", prefix); in of_get_dma_window() 59 snprintf(sizename, sizeof(sizename), "%s#dma-size-cells", prefix); in of_get_dma_window()
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-tracefile.c | 244 char *prefix = "Lustre", *ptype = NULL; in cfs_print_to_console() local 247 prefix = dbghdr_to_err_string(hdr); in cfs_print_to_console() 250 prefix = dbghdr_to_err_string(hdr); in cfs_print_to_console() 253 prefix = dbghdr_to_info_string(hdr); in cfs_print_to_console() 256 prefix = dbghdr_to_info_string(hdr); in cfs_print_to_console() 261 printk("%s%s: %.*s", ptype, prefix, len, buf); in cfs_print_to_console() 263 printk("%s%s: %d:%d:(%s:%d:%s()) %.*s", ptype, prefix, in cfs_print_to_console()
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscallhdr.sh | 6 prefix="$4" 19 echo "#define __NR_${prefix}${name} $nr" 21 echo "#define __NR_${prefix}${name} ($offset + $nr)"
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | omapdss-boot-init.c | 35 static const char prefix[] __initconst = "omapdss,"; variable 79 strcpy(dst, prefix); in omapdss_prefix_strcpy() 80 dst += strlen(prefix); in omapdss_prefix_strcpy() 107 if (strncmp(prefix, prop->value, strlen(prefix)) == 0) in omapdss_omapify_node() 112 new_len = prop->length + strlen(prefix) * num_strs; in omapdss_omapify_node()
|
/linux-4.1.27/net/bridge/netfilter/ |
D | nf_log_bridge.c | 25 const char *prefix) in nf_log_bridge_packet() argument 30 loginfo, "%s", prefix); in nf_log_bridge_packet() 34 loginfo, "%s", prefix); in nf_log_bridge_packet() 39 loginfo, "%s", prefix); in nf_log_bridge_packet()
|
D | ebt_log.c | 35 info->prefix[EBT_LOG_PREFIX_SIZE - 1] = '\0'; in ebt_log_tg_check() 78 const char *prefix) in ebt_log_packet() argument 88 '0' + loginfo->u.log.level, prefix, in ebt_log_packet() 195 par->in, par->out, &li, "%s", info->prefix); in ebt_log_tg() 198 par->out, &li, info->prefix); in ebt_log_tg()
|
D | ebt_nflog.c | 35 par->out, &li, "%s", info->prefix); in ebt_nflog_tg() 45 info->prefix[EBT_NFLOG_PREFIX_SIZE - 1] = '\0'; in ebt_nflog_tg_check()
|
/linux-4.1.27/arch/mips/include/asm/mach-bcm47xx/ |
D | bcm47xx.h | 48 void bcm47xx_fill_sprom(struct ssb_sprom *sprom, const char *prefix, 53 const char *prefix); 57 const char *prefix);
|
/linux-4.1.27/fs/xfs/ |
D | xfs_xattr.c | 78 .prefix = XATTR_USER_PREFIX, 85 .prefix = XATTR_TRUSTED_PREFIX, 92 .prefix = XATTR_SECURITY_PREFIX, 122 return xfs_xattr_security_handler.prefix; in xfs_xattr_prefix() 124 return xfs_xattr_trusted_handler.prefix; in xfs_xattr_prefix() 126 return xfs_xattr_user_handler.prefix; in xfs_xattr_prefix()
|
/linux-4.1.27/arch/s390/kvm/ |
D | gaccess.h | 33 unsigned long prefix = kvm_s390_get_prefix(vcpu); in kvm_s390_real_to_abs() local 36 gra += prefix; in kvm_s390_real_to_abs() 37 else if (gra >= prefix && gra < prefix + 2 * PAGE_SIZE) in kvm_s390_real_to_abs() 38 gra -= prefix; in kvm_s390_real_to_abs()
|
D | diag.c | 26 unsigned long prefix = kvm_s390_get_prefix(vcpu); in diag_release_pages() local 42 if (end <= prefix || start >= prefix + 2 * PAGE_SIZE) { in diag_release_pages() 51 gmap_discard(vcpu->arch.gmap, start, prefix); in diag_release_pages() 52 if (start <= prefix) in diag_release_pages() 54 if (end > prefix + 4096) in diag_release_pages() 56 gmap_discard(vcpu->arch.gmap, prefix + 2 * PAGE_SIZE, end); in diag_release_pages()
|
D | kvm-s390.h | 63 return vcpu->arch.sie_block->prefix << GUEST_PREFIX_SHIFT; in kvm_s390_get_prefix() 66 static inline void kvm_s390_set_prefix(struct kvm_vcpu *vcpu, u32 prefix) in kvm_s390_set_prefix() argument 68 vcpu->arch.sie_block->prefix = prefix >> GUEST_PREFIX_SHIFT; in kvm_s390_set_prefix()
|
D | interrupt.c | 420 struct kvm_s390_prefix_info prefix; in __deliver_set_prefix() local 423 prefix = li->irq.prefix; in __deliver_set_prefix() 424 li->irq.prefix.address = 0; in __deliver_set_prefix() 428 VCPU_EVENT(vcpu, 4, "interrupt: set prefix to %x", prefix.address); in __deliver_set_prefix() 432 prefix.address, 0); in __deliver_set_prefix() 434 kvm_s390_set_prefix(vcpu, prefix.address); in __deliver_set_prefix() 1073 struct kvm_s390_prefix_info *prefix = &li->irq.prefix; in __inject_set_prefix() local 1076 irq->u.prefix.address); in __inject_set_prefix() 1078 irq->u.prefix.address, 0, 2); in __inject_set_prefix() 1083 *prefix = irq->u.prefix; in __inject_set_prefix() [all …]
|
D | sigp.c | 188 .u.prefix.address = address & 0x7fffe000u, in __sigp_set_prefix() 197 if (kvm_is_error_gpa(vcpu->kvm, irq.u.prefix.address)) { in __sigp_set_prefix() 210 dst_vcpu->vcpu_id, irq.u.prefix.address); in __sigp_set_prefix()
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | debug.h | 92 #define wl1271_dump(level, prefix, buf, len) \ argument 95 print_hex_dump_debug(DRIVER_PREFIX prefix, \ 102 #define wl1271_dump_ascii(level, prefix, buf, len) \ argument 105 print_hex_dump_debug(DRIVER_PREFIX prefix, \
|
D | debugfs.h | 63 #define DEBUGFS_ADD_PREFIX(prefix, name, parent) \ argument 66 wl, &prefix## _## name## _ops); \
|
/linux-4.1.27/arch/ia64/kernel/ |
D | efi.c | 61 #define STUB_GET_TIME(prefix, adjust_arg) \ argument 63 prefix##_get_time (efi_time_t *tm, efi_time_cap_t *tc) \ 72 ret = efi_call_##prefix((efi_get_time_t *) __va(runtime->get_time), \ 78 #define STUB_SET_TIME(prefix, adjust_arg) \ argument 80 prefix##_set_time (efi_time_t *tm) \ 86 ret = efi_call_##prefix((efi_set_time_t *) __va(runtime->set_time), \ 92 #define STUB_GET_WAKEUP_TIME(prefix, adjust_arg) \ argument 94 prefix##_get_wakeup_time (efi_bool_t *enabled, efi_bool_t *pending, \ 101 ret = efi_call_##prefix( \ 108 #define STUB_SET_WAKEUP_TIME(prefix, adjust_arg) \ argument [all …]
|
/linux-4.1.27/drivers/hwmon/ |
D | w83l785ts.c | 238 const char *prefix; in w83l785ts_read_value() local 246 prefix = ""; in w83l785ts_read_value() 249 prefix = "w83l785ts: "; in w83l785ts_read_value() 261 prefix, value, reg); in w83l785ts_read_value() 264 dev_dbg(dev, "%sRead failed, will retry in %d.\n", prefix, i); in w83l785ts_read_value() 268 dev_err(dev, "%sCouldn't read value from register 0x%02x.\n", prefix, in w83l785ts_read_value()
|
/linux-4.1.27/drivers/scsi/ |
D | sd.h | 104 #define sd_printk(prefix, sdsk, fmt, a...) \ argument 106 sdev_prefix_printk(prefix, (sdsk)->device, \ 108 sdev_printk(prefix, (sdsk)->device, fmt, ##a) 110 #define sd_first_printk(prefix, sdsk, fmt, a...) \ argument 113 sd_printk(prefix, sdsk, fmt, ##a); \
|
D | script_asm.pl | 900 print OUTPUT "static u32 ".$prefix."SCRIPT[] = {\n"; 933 if (defined($prefix) && $prefix ne '') { 934 printf OUTPUT "#define A_".$i."_used ".$prefix."A_".$i."_used\n"; 961 printf OUTPUT "static u32 ".$prefix."LABELPATCHES[] __attribute((unused)) = {\n"; 969 "} ".$prefix."EXTERNAL_PATCHES[] __attribute((unused)) = {\n"; 977 printf OUTPUT "static u32 ".$prefix."INSTRUCTIONS __attribute((unused))\t= %d;\n", 979 printf OUTPUT "static u32 ".$prefix."PATCHES __attribute((unused))\t= %d;\n", 981 printf OUTPUT "static u32 ".$prefix."EXTERNAL_PATCHES_LEN __attribute((unused))\t= %d;\n",
|
D | sr.h | 59 #define sr_printk(prefix, cd, fmt, a...) \ argument 60 sdev_prefix_printk(prefix, (cd)->device, (cd)->cdi.name, fmt, ##a)
|
D | 53c700.h | 25 #define DDEBUG(prefix, sdev, fmt, a...) \ argument 26 sdev_printk(prefix, sdev, fmt, ##a) 27 #define CDEBUG(prefix, scmd, fmt, a...) \ argument 28 scmd_printk(prefix, scmd, fmt, ##a) 31 #define DDEBUG(prefix, scmd, fmt, a...) do {} while (0) argument 32 #define CDEBUG(prefix, scmd, fmt, a...) do {} while (0) argument
|
/linux-4.1.27/tools/perf/util/ |
D | help.c | 119 const char *prefix) in list_commands_in_dir() argument 129 if (!prefix) in list_commands_in_dir() 130 prefix = "perf-"; in list_commands_in_dir() 131 prefix_len = strlen(prefix); in list_commands_in_dir() 139 if (prefixcmp(de->d_name, prefix)) in list_commands_in_dir() 157 void load_command_list(const char *prefix, in load_command_list() argument 165 list_commands_in_dir(main_cmds, exec_path, prefix); in load_command_list() 178 list_commands_in_dir(other_cmds, path, prefix); in load_command_list() 335 const char *prefix __maybe_unused) in cmd_version()
|
D | strbuf.c | 4 int prefixcmp(const char *str, const char *prefix) in prefixcmp() argument 6 for (; ; str++, prefix++) in prefixcmp() 7 if (!*prefix) in prefixcmp() 9 else if (*str != *prefix) in prefixcmp() 10 return (unsigned char)*prefix - (unsigned char)*str; in prefixcmp()
|
D | usage.c | 12 static void report(const char *prefix, const char *err, va_list params) in report() argument 16 fprintf(stderr, " %s%s\n", prefix, msg); in report()
|
D | util.h | 156 extern int prefixcmp(const char *str, const char *prefix); 159 static inline const char *skip_prefix(const char *str, const char *prefix) in skip_prefix() argument 161 size_t len = strlen(prefix); in skip_prefix() 162 return strncmp(str, prefix, len) ? NULL : str + len; in skip_prefix()
|
D | exec_cmd.c | 14 static const char *prefix = PREFIX; in system_path() local 20 strbuf_addf(&d, "%s/%s", prefix, path); in system_path()
|
D | pmu.l | 1 %option prefix="perf_pmu_"
|
D | help.h | 19 void load_command_list(const char *prefix,
|
/linux-4.1.27/tools/iio/ |
D | lsiio.c | 33 static inline int check_prefix(const char *str, const char *prefix) in check_prefix() argument 35 return strlen(str) > strlen(prefix) && in check_prefix() 36 strncmp(str, prefix, strlen(prefix)) == 0; in check_prefix()
|
D | iio_utils.c | 38 char *working, *prefix = ""; in iioutils_break_up_name() local 44 prefix = iio_direction[i]; in iioutils_break_up_name() 48 current = strdup(full_name + strlen(prefix) + 1); in iioutils_break_up_name() 62 asprintf(generic_name, "%s_%s", prefix, working); in iioutils_break_up_name()
|
/linux-4.1.27/fs/squashfs/ |
D | xattr.c | 137 int type, prefix, name_size; in squashfs_xattr_get() local 146 prefix = type & SQUASHFS_XATTR_PREFIX_MASK; in squashfs_xattr_get() 148 if (prefix == name_index && name_size == name_len) in squashfs_xattr_get() 157 if (prefix == name_index && name_size == name_len && in squashfs_xattr_get() 237 .prefix = XATTR_USER_PREFIX, 267 .prefix = XATTR_TRUSTED_PREFIX, 294 .prefix = XATTR_SECURITY_PREFIX,
|
/linux-4.1.27/include/linux/ |
D | compiler.h | 194 # define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__) argument 407 #define __compiletime_assert(condition, msg, prefix, suffix) \ argument 410 extern void prefix ## suffix(void) __compiletime_error(msg); \ 412 prefix ## suffix(); \ 416 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 417 __compiletime_assert(condition, msg, prefix, suffix)
|
D | string.h | 142 static inline bool strstarts(const char *str, const char *prefix) in strstarts() argument 144 return strncmp(str, prefix, strlen(prefix)) == 0; in strstarts()
|
D | of_iommu.h | 10 extern int of_get_dma_window(struct device_node *dn, const char *prefix, 20 static inline int of_get_dma_window(struct device_node *dn, const char *prefix, in of_get_dma_window() argument
|
D | idr.h | 31 int prefix; /* the ID prefix of this idr_layer */ member 119 if (hint && (id & ~IDR_MASK) == hint->prefix) in idr_find()
|
D | compiler-gcc.h | 174 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __COUNTER__) argument
|
D | debugfs.h | 107 int nregs, void __iomem *base, char *prefix); 261 int nregs, void __iomem *base, char *prefix) in debugfs_print_regs32() argument
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | trace.h | 299 TP_PROTO(const char *msg, const char *prefix, 302 TP_ARGS(msg, prefix, buf, buf_len), 306 __string(prefix, prefix) 313 __assign_str(prefix, prefix); 319 "%s/%s\n", __get_str(prefix), __get_str(msg)
|
D | debug.h | 66 const char *msg, const char *prefix, 90 const char *msg, const char *prefix, in ath6kl_dbg_dump() argument
|
/linux-4.1.27/scripts/ |
D | recordmcount.pl | 386 my $prefix; 398 $prefix = $1; 401 $prefix = $filename; 405 my $mcount_s = $dirname . "/.tmp_mc_" . $prefix . ".s"; 406 my $mcount_o = $dirname . "/.tmp_mc_" . $prefix . ".o";
|
D | Kbuild.include | 12 # Name of target with a '.' as filename prefix. foo/bar.o => foo/.bar.o 71 # cc-cross-prefix 72 # Usage: CROSS_COMPILE := $(call cc-cross-prefix, m68k-linux-gnu- m68k-linux-) 73 # Return first prefix where a prefix$(CC) is found in PATH. 75 cc-cross-prefix = \
|
D | checkpatch.pl | 197 my ($hashRef, $prefix) = @_; 200 print "NOTE: $prefix message types:"; 1627 my $prefix = ''; 1646 $line = "$prefix$level:$type: $msg\n"; 1648 $line = "$prefix$level: $msg\n"; 1794 my $prefix = $absolute; 1795 substr($prefix, -length($file)) = ''; 1798 if ($prefix ne ".../") { 2021 $prefix = ''; 2077 $prefix = "$filename:$realline: " if ($emacs && $file); [all …]
|
/linux-4.1.27/drivers/staging/lustre/lustre/fid/ |
D | fid_request.c | 452 const char *prefix, in seq_client_init() argument 458 LASSERT(prefix != NULL); in seq_client_init() 479 "cli-%s", prefix); in seq_client_init() 505 char *prefix; in client_fid_init() local 512 OBD_ALLOC(prefix, MAX_OBD_NAME + 5); in client_fid_init() 513 if (prefix == NULL) { in client_fid_init() 518 snprintf(prefix, MAX_OBD_NAME + 5, "cli-%s", obd->obd_name); in client_fid_init() 521 rc = seq_client_init(cli->cl_seq, exp, type, prefix, NULL); in client_fid_init() 522 OBD_FREE(prefix, MAX_OBD_NAME + 5); in client_fid_init()
|
/linux-4.1.27/arch/s390/mm/ |
D | maccess.c | 113 unsigned long cr0, flags, prefix; in memcpy_absolute() local 118 prefix = store_prefix(); in memcpy_absolute() 119 if (prefix) { in memcpy_absolute() 123 set_prefix(prefix); in memcpy_absolute()
|
/linux-4.1.27/lib/ |
D | string.c | 811 unsigned int words, prefix; in memchr_inv() local 828 prefix = (unsigned long)start % 8; in memchr_inv() 829 if (prefix) { in memchr_inv() 832 prefix = 8 - prefix; in memchr_inv() 833 r = check_bytes8(start, value, prefix); in memchr_inv() 836 start += prefix; in memchr_inv() 837 bytes -= prefix; in memchr_inv()
|
D | cpu_rmap.c | 114 static void debug_print_rmap(const struct cpu_rmap *rmap, const char *prefix) in debug_print_rmap() argument 119 pr_info("cpu_rmap %p, %s:\n", rmap, prefix); in debug_print_rmap() 129 debug_print_rmap(const struct cpu_rmap *rmap, const char *prefix) in debug_print_rmap() argument
|
/linux-4.1.27/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_symbol.c | 370 prefix, prefix, prefix); in aic_print_reg_dump_types() 381 prefix, in aic_print_reg_dump_start() 414 prefix, in aic_print_reg_dump_end() 416 prefix, in aic_print_reg_dump_end() 432 prefix, in aic_print_reg_dump_end() 433 prefix, in aic_print_reg_dump_end() 435 prefix, in aic_print_reg_dump_end() 437 prefix, in aic_print_reg_dump_end()
|
D | aicasm.c | 395 "typedef int %spatch_func_t (%s);\n", prefix, patch_arg_list); in output_code() 408 prefix, in output_code() 409 prefix, in output_code() 411 prefix, in output_code() 423 "} patches[] = {\n", prefix); in output_code() 430 prefix, in output_code()
|
D | aicasm_gram.y | 68 char *prefix = stock_prefix; variable 238 | prefix 239 | program prefix 281 prefix: 284 if (prefix != stock_prefix) 287 prefix = strdup($3); 288 if (prefix == NULL) 1963 const char prefix[] = " * "; in add_version() local 1967 newlen = strlen(verstring) + strlen(prefix); in add_version() 1974 strcpy(&versions[oldlen], prefix); in add_version() [all …]
|
D | aicasm.h | 82 extern char *prefix;
|
/linux-4.1.27/Documentation/networking/ |
D | fib_trie.txt | 7 with 'hlist' with routing table entries sorted by prefix length. 102 Dumps the routing table ordered by prefix length. This is somewhat 104 entire trie for each prefix length. In comparison, fib_hash is organized 105 as one "zone"/hash per prefix length. 121 the fib_semantic_match in the leaf's sorted prefix hlist. 125 If we don't find a match, we enter prefix matching mode. The prefix length, 128 prefix. The goal is always to reach a leaf and get a positive result from the 131 Inside each tnode, the search for longest matching prefix consists of searching 137 chop off part of the key in order to find the longest matching prefix.
|
D | policy-routing.txt | 5 I.e. it is tree of nodes (destination prefix, tos, metric) 37 Rule is a record of (src prefix, src interface, tos, dst prefix) 114 iproute addrule to a-prefix-for-1st-area class 250 115 iproute addrule to another-prefix-for-1st-area class 250 117 iproute addrule to a-prefix-for-2nd-area class 249
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | bitops.h | 57 #define DEFINE_BITOP(fn, op, prefix) \ argument 64 prefix \ 102 #define DEFINE_TESTOP(fn, op, prefix, postfix, eh) \ argument 110 prefix \
|
/linux-4.1.27/fs/f2fs/ |
D | xattr.c | 33 const char *prefix = NULL; in f2fs_xattr_generic_list() local 39 prefix = XATTR_USER_PREFIX; in f2fs_xattr_generic_list() 45 prefix = XATTR_TRUSTED_PREFIX; in f2fs_xattr_generic_list() 49 prefix = XATTR_SECURITY_PREFIX; in f2fs_xattr_generic_list() 58 memcpy(list, prefix, prefix_len); in f2fs_xattr_generic_list() 186 .prefix = XATTR_USER_PREFIX, 194 .prefix = XATTR_TRUSTED_PREFIX, 202 .prefix = F2FS_SYSTEM_ADVISE_PREFIX, 210 .prefix = XATTR_SECURITY_PREFIX,
|
/linux-4.1.27/fs/hfsplus/ |
D | xattr.h | 26 const char *prefix, size_t prefixlen); 33 const char *prefix, size_t prefixlen);
|
D | xattr_trusted.c | 40 .prefix = XATTR_TRUSTED_PREFIX,
|
D | xattr_user.c | 40 .prefix = XATTR_USER_PREFIX,
|
D | xattr.c | 429 const char *prefix, size_t prefixlen) in hfsplus_setxattr() argument 441 strcpy(xattr_name, prefix); in hfsplus_setxattr() 587 const char *prefix, size_t prefixlen) in hfsplus_getxattr() argument 600 strcpy(xattr_name, prefix); in hfsplus_getxattr() 907 .prefix = XATTR_MAC_OSX_PREFIX,
|
D | xattr_security.c | 94 .prefix = XATTR_SECURITY_PREFIX,
|
/linux-4.1.27/arch/um/drivers/ |
D | chan_user.h | 46 #define __channel_help(fn, prefix) \ argument 47 __uml_help(fn, prefix "[0-9]*=<channel description>\n" \
|
/linux-4.1.27/sound/soc/generic/ |
D | simple-card.c | 262 char *prefix, int idx) in asoc_simple_card_parse_daifmt() argument 270 daifmt = snd_soc_of_parse_daifmt(node, prefix, in asoc_simple_card_parse_daifmt() 274 if (strlen(prefix) && !bitclkmaster && !framemaster) { in asoc_simple_card_parse_daifmt() 313 char *prefix = ""; in asoc_simple_card_dai_link_of() local 318 prefix = "simple-audio-card,"; in asoc_simple_card_dai_link_of() 320 snprintf(prop, sizeof(prop), "%scpu", prefix); in asoc_simple_card_dai_link_of() 323 snprintf(prop, sizeof(prop), "%scodec", prefix); in asoc_simple_card_dai_link_of() 333 codec, prefix, idx); in asoc_simple_card_dai_link_of()
|
/linux-4.1.27/net/wimax/ |
D | debugfs.c | 31 #define __debugfs_register(prefix, name, parent) \ argument 33 result = d_level_register_debugfs(prefix, name, parent); \
|
/linux-4.1.27/drivers/media/common/b2c2/ |
D | flexcop-misc.c | 67 const char *prefix, const char *suffix) in flexcop_device_name() argument 70 prefix, flexcop_device_names[fc->dev_type], in flexcop_device_name()
|
D | flexcop-common.h | 24 #warning please define a log prefix for your file, using a default one 171 const char *prefix, const char *suffix);
|
/linux-4.1.27/mm/kasan/ |
D | kasan.c | 170 unsigned int prefix = (unsigned long)start % 8; in memory_is_zero() local 175 if (prefix) { in memory_is_zero() 176 prefix = 8 - prefix; in memory_is_zero() 177 ret = bytes_is_zero(start, prefix); in memory_is_zero() 180 start += prefix; in memory_is_zero()
|
/linux-4.1.27/fs/affs/ |
D | super.c | 191 int *blocksize, char **prefix, char *volume, unsigned long *mount_opts) in parse_options() argument 239 *prefix = match_strdup(&args[0]); in parse_options() 240 if (!*prefix) in parse_options() 526 char *prefix = NULL; in affs_remount() local 539 &blocksize, &prefix, volume, in affs_remount() 541 kfree(prefix); in affs_remount() 556 if (prefix) { in affs_remount() 558 sbi->s_prefix = prefix; in affs_remount()
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | Exporting | 33 The dcache normally contains a proper prefix of any given filesystem 36 As normal access is by filename this prefix is created naturally and 41 filehandle fragment, there is no automatic creation of a path prefix 46 proper prefix. i.e that are not connected to the root. 56 any dentry that might not be part of the proper prefix. 59 prefix. 62 subtrees that are not in the proper prefix. These dentries, as 63 well as the proper prefix, need to be released at unmount time. As
|
/linux-4.1.27/mm/ |
D | internal.h | 354 #define mminit_dprintk(level, prefix, fmt, arg...) \ argument 358 printk(KERN_WARNING "mminit::" prefix " " fmt, ##arg); \ 360 printk(KERN_DEBUG "mminit::" prefix " " fmt, ##arg); \ 372 const char *prefix, const char *fmt, ...) in mminit_dprintk() argument
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_ttm.c | 107 nouveau_vram_manager_debug(struct ttm_mem_type_manager *man, const char *prefix) in nouveau_vram_manager_debug() argument 117 prefix, r->type, ((u64)r->offset << 12), in nouveau_vram_manager_debug() 127 prefix, (u64)total << 12, (u64)free << 12); in nouveau_vram_manager_debug() 129 prefix, mm->block_size << 12); in nouveau_vram_manager_debug() 196 nouveau_gart_manager_debug(struct ttm_mem_type_manager *man, const char *prefix) in nouveau_gart_manager_debug() argument 269 nv04_gart_manager_debug(struct ttm_mem_type_manager *man, const char *prefix) in nv04_gart_manager_debug() argument
|
/linux-4.1.27/tools/perf/Documentation/ |
D | Makefile | 39 prefix?=$(HOME) macro 41 bindir?=$(prefix)/bin 42 htmldir?=$(prefix)/share/doc/perf-doc 43 pdfdir?=$(prefix)/share/doc/perf-doc 44 mandir?=$(prefix)/share/man 58 infodir?=$(prefix)/share/info
|
/linux-4.1.27/drivers/s390/char/ |
D | zcore.c | 259 unsigned long prefix; in zcore_add_lc() local 263 prefix = save_area->pref_reg; in zcore_add_lc() 264 sa_start = prefix + sys_info.sa_base; in zcore_add_lc() 265 sa_end = prefix + sys_info.sa_base + sys_info.sa_size; in zcore_add_lc() 582 u32 prefix; in zcore_header_init() local 596 prefix = dump_save_areas.areas[i]->sa.pref_reg; in zcore_header_init() 598 if (!prefix) in zcore_header_init() 600 hdr->lc_vec[hdr->cpu_cnt] = prefix; in zcore_header_init()
|
/linux-4.1.27/drivers/edac/ |
D | edac_core.h | 49 #define edac_printk(level, prefix, fmt, arg...) \ argument 50 printk(level "EDAC " prefix ": " fmt, ##arg) 55 #define edac_mc_chipset_printk(mci, level, prefix, fmt, arg...) \ argument 56 printk(level "EDAC " prefix " MC%d: " fmt, mci->mc_idx, ##arg)
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | dev-kmsg | 12 The logged line can be prefixed with a <N> syslog prefix, which 14 prefix number is composed of the 3 lowest bits being the syslog 17 If no prefix is given, the priority number is the default kernel 59 The output format consists of a prefix carrying the syslog 60 prefix including priority and facility, the 64 bit message
|
/linux-4.1.27/Documentation/spi/ |
D | spidev_test.c | 52 static void hex_dump(const void *src, size_t length, size_t line_size, char *prefix) in hex_dump() argument 59 printf("%s | ", prefix); in hex_dump() 74 printf("%s | ", prefix); in hex_dump()
|
/linux-4.1.27/include/linux/wimax/ |
D | debug.h | 436 #define d_level_register_debugfs(prefix, name, parent) \ argument 442 prefix #name, 0600, verify_parent_type, \ 447 "%d\n", __func__, prefix #name, rc); \
|
/linux-4.1.27/include/scsi/ |
D | libiscsi.h | 419 #define iscsi_session_printk(prefix, _sess, fmt, a...) \ argument 420 iscsi_cls_session_printk(prefix, _sess->cls_session, fmt, ##a) 443 #define iscsi_conn_printk(prefix, _c, fmt, a...) \ argument 444 iscsi_cls_conn_printk(prefix, ((struct iscsi_conn *)_c)->cls_conn, \
|
D | scsi_transport_iscsi.h | 416 #define iscsi_cls_session_printk(prefix, _cls_session, fmt, a...) \ argument 417 dev_printk(prefix, &(_cls_session)->dev, fmt, ##a) 419 #define iscsi_cls_conn_printk(prefix, _cls_conn, fmt, a...) \ argument 420 dev_printk(prefix, &(_cls_conn)->dev, fmt, ##a)
|
D | scsi_host.h | 751 #define shost_printk(prefix, shost, fmt, a...) \ argument 752 dev_printk(prefix, &(shost)->shost_gendev, fmt, ##a)
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
D | debug.c | 282 struct sk_buff *skb, const char *prefix, char *buf, in carl9170_debugfs_format_frame() argument 291 "pc:%.8x, to:%d ms\n", prefix, skb, txc->s.cookie, in carl9170_debugfs_format_frame() 337 char prefix[32]; in carl9170_debugfs_ampdu_state_read() local 339 snprintf(prefix, sizeof(prefix), "\t\t%3d :", fc); in carl9170_debugfs_ampdu_state_read() 340 carl9170_debugfs_format_frame(ar, skb, prefix, buf, in carl9170_debugfs_ampdu_state_read() 358 char prefix[16]; in carl9170_debugfs_queue_dump() local 363 snprintf(prefix, sizeof(prefix), "%3d :", fc); in carl9170_debugfs_queue_dump() 364 carl9170_debugfs_format_frame(ar, skb, prefix, buf, in carl9170_debugfs_queue_dump()
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | trace.h | 117 TP_PROTO(struct ath10k *ar, const char *msg, const char *prefix, 120 TP_ARGS(ar, msg, prefix, buf, buf_len), 126 __string(prefix, prefix) 135 __assign_str(prefix, prefix); 144 __get_str(prefix),
|
D | debug.h | 148 const char *msg, const char *prefix, 161 const char *msg, const char *prefix, in ath10k_dbg_dump() argument
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_mm.c | 778 const char *prefix) in drm_mm_debug_hole() argument 786 pr_debug("%s %#llx-%#llx: %llu: free\n", prefix, hole_start, in drm_mm_debug_hole() 799 void drm_mm_debug_table(struct drm_mm *mm, const char *prefix) in drm_mm_debug_table() argument 804 total_free += drm_mm_debug_hole(&mm->head_node, prefix); in drm_mm_debug_table() 807 pr_debug("%s %#llx-%#llx: %llu: used\n", prefix, entry->start, in drm_mm_debug_table() 810 total_free += drm_mm_debug_hole(entry, prefix); in drm_mm_debug_table() 814 pr_debug("%s total: %llu, used %llu free %llu\n", prefix, total, in drm_mm_debug_table()
|
/linux-4.1.27/drivers/nfc/ |
D | trf7970a.c | 647 unsigned int len, u8 *prefix, unsigned int prefix_len) in trf7970a_transmit() argument 661 t[0].tx_buf = prefix; in trf7970a_transmit() 709 u8 prefix; in trf7970a_fill_fifo() local 731 prefix = TRF7970A_CMD_BIT_CONTINUOUS | TRF7970A_FIFO_IO_REGISTER; in trf7970a_fill_fifo() 733 ret = trf7970a_transmit(trf, skb, len, &prefix, sizeof(prefix)); in trf7970a_fill_fifo() 1446 u8 prefix[5]; in trf7970a_send_cmd() local 1512 prefix[0] = TRF7970A_CMD_BIT_CTRL | in trf7970a_send_cmd() 1514 prefix[1] = TRF7970A_CMD_BIT_CTRL | in trf7970a_send_cmd() 1516 prefix[2] = TRF7970A_CMD_BIT_CONTINUOUS | TRF7970A_TX_LENGTH_BYTE1; in trf7970a_send_cmd() 1519 prefix[3] = 0x00; in trf7970a_send_cmd() [all …]
|
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
D | wl1251.h | 75 #define wl1251_dump(level, prefix, buf, len) \ argument 78 print_hex_dump(KERN_DEBUG, DRIVER_PREFIX prefix, \ 85 #define wl1251_dump_ascii(level, prefix, buf, len) \ argument 88 print_hex_dump(KERN_DEBUG, DRIVER_PREFIX prefix, \
|
/linux-4.1.27/fs/cachefiles/ |
D | namei.c | 32 const char *prefix, in __cachefiles_printk_object() argument 38 pr_err("%sobject: OBJ%x\n", prefix, object->fscache.debug_id); in __cachefiles_printk_object() 40 prefix, object->fscache.state->name, in __cachefiles_printk_object() 44 prefix, object->fscache.n_ops, object->fscache.n_in_progress, in __cachefiles_printk_object() 47 prefix, object->fscache.parent); in __cachefiles_printk_object() 53 prefix, in __cachefiles_printk_object() 64 pr_err("%scookie=NULL\n", prefix); in __cachefiles_printk_object() 70 pr_err("%skey=[%u] '", prefix, keylen); in __cachefiles_printk_object()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_log_arp.c | 85 const char *prefix) in nf_log_arp_packet() argument 99 prefix); in nf_log_arp_packet()
|
/linux-4.1.27/drivers/gpu/drm/ttm/ |
D | ttm_bo_manager.c | 141 const char *prefix) in ttm_bo_man_debug() argument 146 drm_mm_debug_table(&rman->mm, prefix); in ttm_bo_man_debug()
|
/linux-4.1.27/include/net/netfilter/ |
D | nf_log.h | 43 const char *prefix); 110 const char *prefix);
|
D | nfnetlink_log.h | 12 const char *prefix);
|
/linux-4.1.27/drivers/misc/cb710/ |
D | debug.c | 20 static const char *const prefix[ARRAY_SIZE(allow)] = { variable 79 dev_dbg(dev, "%s 0x%02X %s\n", prefix[i], i << 4, msg); \
|
/linux-4.1.27/drivers/firmware/ |
D | dmi-id.c | 74 const char *prefix; in get_modalias() member 99 for (f = fields; f->prefix && left > 0; f++) { in get_modalias() 111 l = scnprintf(p, left, ":%s%s", f->prefix, t); in get_modalias()
|
/linux-4.1.27/tools/perf/config/ |
D | Makefile | 627 prefix ?= $(HOME) macro 630 bindir = $(prefix)/$(bindir_relative) 634 sharedir = $(prefix)/share 637 ifeq ($(prefix),/usr) 641 sysconfdir = $(prefix)/etc 651 libdir = $(prefix)/$(lib) 662 prefix_SQ = $(subst ','\'',$(prefix)) 669 perfexec_instdir = $(prefix)/$(perfexecdir) 687 $(call print_var,prefix)
|
/linux-4.1.27/drivers/net/ppp/ |
D | bsd_comp.c | 120 unsigned short prefix; /* preceding code */ member 126 unsigned short prefix; /* preceding code */ 206 #define BSD_HASH(prefix,suffix,hshift) ((((unsigned long)(suffix))<<(hshift)) \ argument 207 ^ (unsigned long)(prefix)) 208 #define BSD_KEY(prefix,suffix) ((((unsigned long)(suffix)) << 16) \ argument 209 + (unsigned long)(prefix)) 1026 finchar = dictp->f.hs.prefix; in bsd_decompress()
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_gmrid_manager.c | 160 const char *prefix) in vmw_gmrid_man_debug() argument 163 "id manager.\n", prefix); in vmw_gmrid_man_debug()
|
/linux-4.1.27/tools/usb/usbip/ |
D | INSTALL | 108 can specify an installation prefix other than `/usr/local' by giving 109 `configure' the option `--prefix=PREFIX'. 113 pass the option `--exec-prefix=PREFIX' to `configure', the package uses 114 PREFIX as the prefix for installing programs and libraries. 115 Documentation and other data files still use the regular prefix. 123 with an extra prefix or suffix on their names by giving `configure' the 124 option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. 176 values for variables like `CC', `cache_file', and `prefix'.
|
/linux-4.1.27/include/uapi/linux/netfilter/ |
D | xt_LOG.h | 16 char prefix[30]; member
|
D | xt_NFLOG.h | 17 char prefix[64]; member
|
/linux-4.1.27/net/netfilter/ipset/ |
D | Kconfig | 98 network address/prefix triples in a set. 125 one can store IPv4/IPv6 network address/prefix elements in a set. 134 one can store IPv4/IPv6 network address/prefix pairs in a set. 143 one can store IPv4/IPv6 network address/prefix and 153 one can store IPv4/IPv6 network address/prefix and
|
/linux-4.1.27/include/uapi/linux/netfilter_ipv4/ |
D | ipt_LOG.h | 18 char prefix[30]; member
|
/linux-4.1.27/include/uapi/linux/netfilter_ipv6/ |
D | ip6t_LOG.h | 18 char prefix[30]; member
|
/linux-4.1.27/tools/firewire/ |
D | Makefile | 1 prefix = /usr macro
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | evergreen_cs.c | 188 const char *prefix) in evergreen_surface_check_linear() argument 199 const char *prefix) in evergreen_surface_check_linear_aligned() argument 210 if (prefix) { in evergreen_surface_check_linear_aligned() 212 __func__, __LINE__, prefix, surf->nbx, palign); in evergreen_surface_check_linear_aligned() 221 const char *prefix) in evergreen_surface_check_1d() argument 233 if (prefix) { in evergreen_surface_check_1d() 235 __func__, __LINE__, prefix, surf->nbx, palign, in evergreen_surface_check_1d() 241 if (prefix) { in evergreen_surface_check_1d() 243 __func__, __LINE__, prefix, surf->nby); in evergreen_surface_check_1d() 252 const char *prefix) in evergreen_surface_check_2d() argument [all …]
|
/linux-4.1.27/include/uapi/linux/netfilter_bridge/ |
D | ebt_log.h | 16 __u8 prefix[EBT_LOG_PREFIX_SIZE]; member
|
D | ebt_nflog.h | 20 char prefix[EBT_NFLOG_PREFIX_SIZE]; member
|
/linux-4.1.27/drivers/crypto/vmx/ |
D | aesp8-ppc.pl | 54 $prefix="aes_p8"; 87 .globl .${prefix}_set_encrypt_key 346 .size .${prefix}_set_encrypt_key,.-.${prefix}_set_encrypt_key 348 .globl .${prefix}_set_decrypt_key 392 .size .${prefix}_set_decrypt_key,.-.${prefix}_set_decrypt_key 403 .globl .${prefix}_${dir}crypt 467 .size .${prefix}_${dir}crypt,.-.${prefix}_${dir}crypt 480 .globl .${prefix}_cbc_encrypt 1224 .size .${prefix}_cbc_encrypt,.-.${prefix}_cbc_encrypt 1237 .globl .${prefix}_ctr32_encrypt_blocks [all …]
|
/linux-4.1.27/scripts/dtc/ |
D | dtc.c | 33 static void fill_fullpaths(struct node *tree, const char *prefix) in fill_fullpaths() argument 38 tree->fullpath = join_path(prefix, tree->name); in fill_fullpaths()
|
/linux-4.1.27/arch/cris/include/arch-v10/arch/ |
D | bug.h | 20 unsigned short prefix; member
|
/linux-4.1.27/crypto/ |
D | drbg.c | 683 unsigned char prefix = DRBG_PREFIX0; in drbg_hmac_update() local 685 prefix = DRBG_PREFIX1; in drbg_hmac_update() 687 seed2.buf = &prefix; in drbg_hmac_update() 870 unsigned char prefix = DRBG_PREFIX1; in drbg_hash_update() local 878 drbg_string_fill(&data1, &prefix, 1); in drbg_hash_update() 891 prefix = DRBG_PREFIX0; in drbg_hash_update() 892 drbg_string_fill(&data1, &prefix, 1); in drbg_hash_update() 911 unsigned char prefix = DRBG_PREFIX2; in drbg_hash_process_addtl() local 918 drbg_string_fill(&data1, &prefix, 1); in drbg_hash_process_addtl() 992 unsigned char prefix = DRBG_PREFIX3; in drbg_hash_generate() local [all …]
|
/linux-4.1.27/tools/perf/tests/ |
D | fdarray.c | 17 static int fdarray__fprintf_prefix(struct fdarray *fda, const char *prefix, FILE *fp) in fdarray__fprintf_prefix() argument 24 printed += fprintf(fp, "\n%s: ", prefix); in fdarray__fprintf_prefix()
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | gss_mech_switch.c | 72 static char *prefix = "gss/"; in make_auth_domain_name() local 75 new = kmalloc(strlen(name) + strlen(prefix) + 1, GFP_KERNEL); in make_auth_domain_name() 77 strcpy(new, prefix); in make_auth_domain_name()
|
/linux-4.1.27/drivers/input/tablet/ |
D | gtco.c | 207 __u8 prefix; in parse_hid_report_descriptor() local 234 prefix = report[i]; in parse_hid_report_descriptor() 240 size = PREF_SIZE(prefix); in parse_hid_report_descriptor() 258 tag = PREF_TAG(prefix); in parse_hid_report_descriptor() 259 type = PREF_TYPE(prefix); in parse_hid_report_descriptor()
|
/linux-4.1.27/drivers/media/common/ |
D | cx2341x.c | 1184 void cx2341x_log_status(const struct cx2341x_mpeg_params *p, const char *prefix) in cx2341x_log_status() argument 1190 prefix, in cx2341x_log_status() 1196 prefix, in cx2341x_log_status() 1201 prefix, in cx2341x_log_status() 1206 prefix, in cx2341x_log_status() 1216 prefix, in cx2341x_log_status() 1221 prefix, p->video_temporal_decimation); in cx2341x_log_status() 1225 prefix, in cx2341x_log_status() 1243 prefix, in cx2341x_log_status() 1253 prefix, in cx2341x_log_status() [all …]
|
/linux-4.1.27/drivers/s390/scsi/ |
D | zfcp_dbf.h | 294 if ((qtcb->prefix.prot_status != FSF_PROT_GOOD) && in zfcp_dbf_hba_fsf_response() 295 (qtcb->prefix.prot_status != FSF_PROT_FSF_STATUS_PRESENTED)) { in zfcp_dbf_hba_fsf_response()
|
/linux-4.1.27/drivers/net/wireless/zd1211rw/ |
D | zd_mac.h | 237 u8 prefix[3]; member 243 return header->prefix[0] & 0xf; in zd_ofdm_plcp_header_rate()
|
/linux-4.1.27/sound/pci/ac97/ |
D | ac97_proc.c | 433 const char *prefix; in snd_ac97_proc_init() local 437 prefix = ac97_is_audio(ac97) ? "ac97" : "mc97"; in snd_ac97_proc_init() 438 sprintf(name, "%s#%d-%d", prefix, ac97->addr, ac97->num); in snd_ac97_proc_init() 447 sprintf(name, "%s#%d-%d+regs", prefix, ac97->addr, ac97->num); in snd_ac97_proc_init()
|
/linux-4.1.27/drivers/acpi/ |
D | utils.c | 47 char prefix[80] = {'\0'}; in acpi_util_eval_error() local 48 struct acpi_buffer buffer = {sizeof(prefix), prefix}; in acpi_util_eval_error() 51 (char *) prefix, p, acpi_format_exception(s))); in acpi_util_eval_error()
|
/linux-4.1.27/include/uapi/linux/ |
D | atmbr2684.h | 100 __be32 prefix; /* network byte order */ member
|
D | if_tunnel.h | 90 struct in6_addr prefix; member
|
/linux-4.1.27/include/media/ |
D | v4l2-dv-timings.h | 111 void v4l2_print_dv_timings(const char *dev_prefix, const char *prefix,
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | fwil.c | 299 const s8 *prefix = "bsscfg:"; in brcmf_create_bsscfg() local 309 prefixlen = strlen(prefix); in brcmf_create_bsscfg() 321 memcpy(p, prefix, prefixlen); in brcmf_create_bsscfg()
|
/linux-4.1.27/drivers/platform/chrome/ |
D | chromeos_laptop.c | 215 static const char *prefix = "i2c-"; in __find_i2c_adap() local 218 if (strncmp(dev_name(dev), prefix, strlen(prefix)) != 0) in __find_i2c_adap()
|
/linux-4.1.27/sound/usb/bcd2000/ |
D | bcd2000.c | 77 static void bcd2000_dump_buffer(const char *prefix, const char *buf, int len) in bcd2000_dump_buffer() argument 79 print_hex_dump(KERN_DEBUG, prefix, in bcd2000_dump_buffer() 84 static void bcd2000_dump_buffer(const char *prefix, const char *buf, int len) {} in bcd2000_dump_buffer() argument
|
/linux-4.1.27/fs/jffs2/ |
D | xattr_trusted.c | 51 .prefix = XATTR_TRUSTED_PREFIX,
|
D | xattr_user.c | 51 .prefix = XATTR_USER_PREFIX,
|
D | security.c | 85 .prefix = XATTR_SECURITY_PREFIX,
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_hdmi.c | 676 static void hdmi_v13_regs_dump(struct hdmi_context *hdata, char *prefix) in hdmi_v13_regs_dump() argument 679 DRM_DEBUG_KMS("%s:" #reg_id " = %08x\n", prefix, \ in hdmi_v13_regs_dump() 681 DRM_DEBUG_KMS("%s: ---- CONTROL REGISTERS ----\n", prefix); in hdmi_v13_regs_dump() 690 DRM_DEBUG_KMS("%s: ---- CORE REGISTERS ----\n", prefix); in hdmi_v13_regs_dump() 703 DRM_DEBUG_KMS("%s: ---- CORE SYNC REGISTERS ----\n", prefix); in hdmi_v13_regs_dump() 730 DRM_DEBUG_KMS("%s: ---- TG REGISTERS ----\n", prefix); in hdmi_v13_regs_dump() 763 static void hdmi_v14_regs_dump(struct hdmi_context *hdata, char *prefix) in hdmi_v14_regs_dump() argument 768 DRM_DEBUG_KMS("%s:" #reg_id " = %08x\n", prefix, \ in hdmi_v14_regs_dump() 771 DRM_DEBUG_KMS("%s: ---- CONTROL REGISTERS ----\n", prefix); in hdmi_v14_regs_dump() 785 DRM_DEBUG_KMS("%s: ---- CORE REGISTERS ----\n", prefix); in hdmi_v14_regs_dump() [all …]
|
/linux-4.1.27/security/apparmor/ |
D | policy.c | 128 static bool policy_init(struct aa_policy *policy, const char *prefix, in policy_init() argument 132 if (prefix) { in policy_init() 133 policy->hname = kmalloc(strlen(prefix) + strlen(name) + 3, in policy_init() 136 sprintf(policy->hname, "%s//%s", prefix, name); in policy_init() 274 static struct aa_namespace *alloc_namespace(const char *prefix, in alloc_namespace() argument 283 if (!policy_init(&ns->base, prefix, name)) in alloc_namespace()
|
/linux-4.1.27/fs/reiserfs/ |
D | xattr_user.c | 48 .prefix = XATTR_USER_PREFIX,
|
D | xattr_trusted.c | 52 .prefix = XATTR_TRUSTED_PREFIX,
|
/linux-4.1.27/fs/ext2/ |
D | xattr_trusted.c | 50 .prefix = XATTR_TRUSTED_PREFIX,
|
D | xattr_user.c | 57 .prefix = XATTR_USER_PREFIX,
|
D | xattr_security.c | 70 .prefix = XATTR_SECURITY_PREFIX,
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-dv-timings.c | 253 void v4l2_print_dv_timings(const char *dev_prefix, const char *prefix, in v4l2_print_dv_timings() argument 265 if (prefix == NULL) in v4l2_print_dv_timings() 266 prefix = ""; in v4l2_print_dv_timings() 268 pr_info("%s: %s%ux%u%s%u (%ux%u)\n", dev_prefix, prefix, in v4l2_print_dv_timings()
|
/linux-4.1.27/fs/ext4/ |
D | xattr_trusted.c | 54 .prefix = XATTR_TRUSTED_PREFIX,
|
D | xattr_user.c | 57 .prefix = XATTR_USER_PREFIX,
|
D | xattr_security.c | 78 .prefix = XATTR_SECURITY_PREFIX,
|
/linux-4.1.27/fs/ext3/ |
D | xattr_trusted.c | 50 .prefix = XATTR_TRUSTED_PREFIX,
|
D | xattr_user.c | 54 .prefix = XATTR_USER_PREFIX,
|
D | xattr_security.c | 74 .prefix = XATTR_SECURITY_PREFIX,
|
/linux-4.1.27/arch/unicore32/ |
D | Makefile | 15 CROSS_COMPILE := $(call cc-cross-prefix, unicore32-linux-)
|
/linux-4.1.27/drivers/firmware/efi/libstub/ |
D | Makefile | 39 OBJCOPYFLAGS := --prefix-alloc-sections=.init
|
/linux-4.1.27/drivers/target/iscsi/ |
D | iscsi_target_configfs.c | 453 #define __DEF_NACL_AUTH_STR(prefix, name, flags) \ argument 454 static ssize_t __iscsi_##prefix##_show_##name( \ 465 static ssize_t __iscsi_##prefix##_store_##name( \ 491 #define __DEF_NACL_AUTH_INT(prefix, name) \ argument 492 static ssize_t __iscsi_##prefix##_show_##name( \ 1078 #define __DEF_TPG_AUTH_STR(prefix, name, flags) \ argument 1079 static ssize_t __iscsi_##prefix##_show_##name( \ 1093 static ssize_t __iscsi_##prefix##_store_##name( \ 1120 #define __DEF_TPG_AUTH_INT(prefix, name) \ argument 1121 static ssize_t __iscsi_##prefix##_show_##name( \
|
/linux-4.1.27/sound/soc/ |
D | soc-dapm.c | 677 const char *prefix; in dapm_create_or_share_mixmux_kcontrol() local 686 prefix = soc_dapm_prefix(dapm); in dapm_create_or_share_mixmux_kcontrol() 687 if (prefix) in dapm_create_or_share_mixmux_kcontrol() 688 prefix_len = strlen(prefix) + 1; in dapm_create_or_share_mixmux_kcontrol() 742 prefix); in dapm_create_or_share_mixmux_kcontrol() 2447 const char *prefix; in snd_soc_dapm_add_route() local 2450 prefix = soc_dapm_prefix(dapm); in snd_soc_dapm_add_route() 2451 if (prefix) { in snd_soc_dapm_add_route() 2453 prefix, route->sink); in snd_soc_dapm_add_route() 2456 prefix, route->source); in snd_soc_dapm_add_route() [all …]
|
/linux-4.1.27/arch/sparc/kernel/ |
D | prom_64.c | 97 const char *prefix = (type == 0) ? "m" : "i"; in sun4v_path_component() local 101 dp->name, prefix, in sun4v_path_component() 106 prefix, in sun4v_path_component()
|
/linux-4.1.27/sound/soc/sh/rcar/ |
D | rsrc-card.c | 25 const char *prefix; member 36 .prefix = "ak4642", 238 priv->codec_conf.name_prefix = of_data->prefix; in rsrc_card_sub_parse_of()
|
/linux-4.1.27/fs/9p/ |
D | xattr_user.c | 77 .prefix = XATTR_USER_PREFIX,
|
D | xattr_security.c | 77 .prefix = XATTR_SECURITY_PREFIX,
|
D | xattr_trusted.c | 77 .prefix = XATTR_TRUSTED_PREFIX,
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | isdn_bsdcomp.c | 159 #define BSD_HASH(prefix, suffix, hshift) ((((unsigned long)(suffix)) << (hshift)) \ argument 160 ^ (unsigned long)(prefix)) 161 #define BSD_KEY(prefix, suffix) ((((unsigned long)(suffix)) << 16) \ argument 162 + (unsigned long)(prefix))
|
/linux-4.1.27/drivers/net/wimax/i2400m/ |
D | rx.c | 1315 char prefix[64]; in i2400m_unknown_barker() local 1319 snprintf(prefix, sizeof(prefix), "%s %s: ", in i2400m_unknown_barker() 1322 print_hex_dump(KERN_ERR, prefix, DUMP_PREFIX_OFFSET, in i2400m_unknown_barker() 1325 "dumped)\n", prefix); in i2400m_unknown_barker() 1327 print_hex_dump(KERN_ERR, prefix, DUMP_PREFIX_OFFSET, in i2400m_unknown_barker()
|
D | debugfs.c | 231 #define __debugfs_register(prefix, name, parent) \ argument 233 result = d_level_register_debugfs(prefix, name, parent); \
|
/linux-4.1.27/kernel/printk/ |
D | printk.c | 1019 unsigned int prefix = (msg->facility << 3) | msg->level; in print_prefix() local 1023 len += sprintf(buf, "<%u>", prefix); in print_prefix() 1026 if (prefix > 999) in print_prefix() 1028 else if (prefix > 99) in print_prefix() 1030 else if (prefix > 9) in print_prefix() 1044 bool prefix = true; in msg_print_text() local 1049 prefix = false; in msg_print_text() 1053 prefix = false; in msg_print_text() 1076 if (prefix) in msg_print_text() 1084 if (prefix) in msg_print_text() [all …]
|
/linux-4.1.27/net/ipv4/ |
D | fib_frontend.c | 805 __be32 prefix = ifa->ifa_address & mask; in fib_add_ifaddr() local 808 prim = inet_ifa_byprefix(in_dev, prefix, mask); in fib_add_ifaddr() 824 if (!ipv4_is_zeronet(prefix) && !(ifa->ifa_flags & IFA_F_SECONDARY) && in fib_add_ifaddr() 825 (prefix != addr || ifa->ifa_prefixlen < 32)) { in fib_add_ifaddr() 828 prefix, ifa->ifa_prefixlen, prim); in fib_add_ifaddr() 832 fib_magic(RTM_NEWROUTE, RTN_BROADCAST, prefix, 32, prim); in fib_add_ifaddr() 833 fib_magic(RTM_NEWROUTE, RTN_BROADCAST, prefix | ~mask, in fib_add_ifaddr()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_fcoe.c | 950 u16 prefix = 0xffff; in ixgbe_fcoe_get_wwn() local 956 prefix = mac->wwnn_prefix; in ixgbe_fcoe_get_wwn() 959 prefix = mac->wwpn_prefix; in ixgbe_fcoe_get_wwn() 965 if ((prefix != 0xffff) && in ixgbe_fcoe_get_wwn() 967 *wwn = ((u64) prefix << 48) | in ixgbe_fcoe_get_wwn()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | kvm_host.h | 91 __u32 prefix : 18; member 402 struct kvm_s390_prefix_info prefix; member 414 struct kvm_s390_prefix_info prefix; member
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | traps.c | 124 if (f.prefix != BUG_PREFIX || f.magic != BUG_MAGIC) in handle_BUG()
|
/linux-4.1.27/arch/x86/crypto/ |
D | crc32c-pcl-intel-asm_64.S | 51 .macro LABEL prefix n 52 \prefix\n\():
|
/linux-4.1.27/drivers/media/platform/s5p-tv/ |
D | hdmi_drv.c | 292 static void hdmi_dumpregs(struct hdmi_device *hdev, char *prefix) in hdmi_dumpregs() argument 295 dev_dbg(hdev->dev, "%s:" #reg_id " = %08x\n", prefix, \ in hdmi_dumpregs() 298 dev_dbg(hdev->dev, "%s: ---- CONTROL REGISTERS ----\n", prefix); in hdmi_dumpregs() 307 dev_dbg(hdev->dev, "%s: ---- CORE REGISTERS ----\n", prefix); in hdmi_dumpregs() 320 dev_dbg(hdev->dev, "%s: ---- CORE SYNC REGISTERS ----\n", prefix); in hdmi_dumpregs() 347 dev_dbg(hdev->dev, "%s: ---- TG REGISTERS ----\n", prefix); in hdmi_dumpregs()
|
/linux-4.1.27/kernel/trace/ |
D | trace_output.c | 185 const char *prefix = ""; in ftrace_print_array_seq() local 194 trace_seq_printf(p, "%s0x%x", prefix, in ftrace_print_array_seq() 198 trace_seq_printf(p, "%s0x%x", prefix, in ftrace_print_array_seq() 202 trace_seq_printf(p, "%s0x%x", prefix, in ftrace_print_array_seq() 206 trace_seq_printf(p, "%s0x%llx", prefix, in ftrace_print_array_seq() 214 prefix = ","; in ftrace_print_array_seq()
|
/linux-4.1.27/drivers/media/i2c/ |
D | msp3400-driver.c | 578 char prefix[V4L2_SUBDEV_NAME_SIZE + 20]; in msp_log_status() local 584 snprintf(prefix, sizeof(prefix), "%s: Audio: ", sd->name); in msp_log_status() 585 v4l2_ctrl_handler_log_status(&state->hdl, prefix); in msp_log_status()
|
/linux-4.1.27/tools/lib/traceevent/ |
D | event-plugin.c | 274 const char *prefix, const char *suffix, in traceevent_print_plugins() argument 278 trace_seq_printf(s, "%s%s%s", prefix, list->name, suffix); in traceevent_print_plugins()
|
/linux-4.1.27/fs/gfs2/ |
D | xattr.c | 377 char *prefix = NULL; in ea_list_i() local 386 prefix = "user."; in ea_list_i() 390 prefix = "system."; in ea_list_i() 394 prefix = "security."; in ea_list_i() 401 memcpy(er->er_data + ei->ei_size, prefix, l); in ea_list_i() 1488 .prefix = XATTR_USER_PREFIX, 1495 .prefix = XATTR_SECURITY_PREFIX,
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | debugfs.c | 156 static void wil_print_ring(struct seq_file *s, const char *prefix, in wil_print_ring() argument 172 seq_printf(s, "ring %s = {\n", prefix); in wil_print_ring() 785 const char *prefix) in wil_seq_hexdump() argument 795 seq_printf(s, "%s%s\n", prefix, printbuf); in wil_seq_hexdump() 1026 static void print_temp(struct seq_file *s, const char *prefix, u32 t) in print_temp() argument 1031 seq_printf(s, "%s N/A\n", prefix); in print_temp() 1034 seq_printf(s, "%s %d.%03d\n", prefix, t / 1000, t % 1000); in print_temp()
|