Searched refs:label (Results 26 - 50 of 798) sorted by path

1234567891011>>

/linux-master/drivers/scsi/
H A Dscript_asm.pl183 @label = (); # Array of label names
387 # Handle symbol definitions of the form label:
392 push (@label, $1);
773 expected label:, ABSOLUTE, CLEAR, DISCONNECT, EXTERNAL, MOVE, RESELECT,
779 # Fill in label references
821 "$0 : symbol $label is external, has invalid relative reference at $address,
826 "$0 : symbol $label has invalid reference at $address, size $length\n"
843 foreach $label (@label) {
[all...]
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.h74 #define SYM_GEN_A(s, label) s label;
75 #define SYM_GEN_B(s, label) s label;
76 #define SYM_GEN_Z(s, label) s label;
152 #define SCRIPTA_BA(np, label) (np->fwa_bas.label)
153 #define SCRIPTB_BA(np, label) (np->fwb_bas.label)
[all...]
/linux-master/drivers/usb/gadget/legacy/
H A Dtcm_usb_gadget.c90 .label = "Linux Target",
/linux-master/include/linux/platform_data/
H A Dsyscon.h6 const char *label; member in struct:syscon_platform_data
/linux-master/include/trace/events/
H A Dhwmon.h55 __string(label, s)
61 __assign_str(label, s);
65 __entry->index, __get_str(attr_name), __get_str(label))
/linux-master/net/sctp/
H A Dobjcnt.c68 seq_printf(seq, "%s: %d", sctp_dbg_objcnt[i].label,
/linux-master/samples/seccomp/
H A Dbpf-helper.c27 * Walk it once, backwards, to build the label table and do fixups.
38 fprintf(stderr, "Unresolved label: '%s'\n",
39 labels->labels[instr->k].label);
49 fprintf(stderr, "Duplicate label use: '%s'\n",
50 labels->labels[instr->k].label);
64 __u32 seccomp_bpf_label(struct bpf_labels *labels, const char *label) argument
74 begin->label = label;
81 if (!strcmp(label, begin->label))
[all...]
/linux-master/tools/bpf/
H A Dbpf_exp.l183 yylval.label = strdup(yytext);
184 return label;
/linux-master/tools/testing/selftests/net/
H A Dipv6_flowlabel_mgr.c48 static int flowlabel_get(int fd, uint32_t label, uint8_t share, uint16_t flags) argument
52 .flr_label = htonl(label),
64 static int flowlabel_put(int fd, uint32_t label) argument
68 .flr_label = htonl(label),
79 explain("cannot get non-existent label");
82 explain("cannot put non-existent label");
85 explain("cannot create label greater than 20 bits");
89 explain("create a new label (FL_F_CREATE)");
91 explain("can get the label (without FL_F_CREATE)");
104 explain("create a new exclusive label (FL_S_EXC
[all...]
/linux-master/tools/testing/selftests/powerpc/cache_shape/
H A Dcache_shape.c31 static void print_size(const char *label, uint32_t val) argument
33 printf("%s cache size: %#10x %10dB %10dK\n", label, val, val, val / 1024);
36 static void print_geo(const char *label, uint32_t val) argument
40 printf("%s line size: %#10x ", label, val & 0xFFFF);
/linux-master/Documentation/sphinx/
H A Dcdomain.py242 label = 'C' variable in class:CDomain
/linux-master/arch/alpha/include/asm/
H A Duaccess.h39 #define EXC(label,cont,res,err) \
41 " .long "#label"-.\n" \
42 " lda "#res","#cont"-"#label"("#err")\n" \
/linux-master/arch/arc/kernel/
H A Dunwind.c150 const u8 *label; member in struct:unwind_state
718 if (targetLoc == 0 && state->label == NULL)
796 if (ptr.p8 == state->label) {
797 state->label = NULL;
808 const u8 *label = state->label; local
810 state->label =
821 state->label = label;
892 targetLoc < state->loc && */ state->label
[all...]
/linux-master/arch/arm/common/
H A Dsa1111.c609 sachip->gc.label = "sa1111";
H A Dscoop.c215 devptr->gpio.label = dev_name(&pdev->dev);
/linux-master/arch/arm/include/asm/
H A Dassembler.h277 #define ALT_UP_B(label) \
281 W(b) . + (label - 9998b) ;\
286 #define ALT_UP_B(label) b label
487 @ explicit IT instruction needed because of the label
/linux-master/arch/arm/kernel/
H A Dentry-armv.S912 @ handler addresses follow this label
H A Dentry-header.S48 .macro alignment_trap, rtmp1, rtmp2, label
51 ldr_va \rtmp1, \label
/linux-master/arch/arm/mach-omap1/
H A Dams-delta-fiq.c98 chip->label);
H A Dboard-ams-delta.c179 .label = LATCH1_LABEL,
217 .label = LATCH2_LABEL,
/linux-master/arch/arm/mach-s3c/
H A Dgpio-samsung.c508 BUG_ON(!gc->label);
526 gc->label);
528 pr_err("gpio: %s has no PM function\n", gc->label);
660 .label = "GPA",
666 .label = "GPB",
672 .label = "GPC",
678 .label = "GPD",
685 .label = "GPE",
692 .label = "GPG",
700 .label
[all...]
H A Dpm-gpio.c56 chip->chip.label, old_gpcon, gps_gpcon, old_gpdat, gps_gpdat);
183 chip->chip.label, old_gpcon, gps_gpcon, old_gpdat, gps_gpdat);
286 chip->chip.label, old_gpcon[0], old_gpcon[1],
292 chip->chip.label, old_gpcon[1],
312 S3C_PMDBG("%s: no pm for %s\n", __func__, ourchip->chip.label);
338 ourchip->chip.label,
358 S3C_PMDBG("%s: no pm for %s\n", __func__, ourchip->chip.label);
/linux-master/arch/arm/mach-sa1100/
H A Dneponset.c206 struct device *dev, const char *label, void __iomem *reg,
211 gc = gpio_reg_init(dev, reg, -1, num, label, in ? 0xffffffff : 0,
205 neponset_init_gpio(struct gpio_chip **gcp, struct device *dev, const char *label, void __iomem *reg, unsigned num, bool in, const char *const * names) argument
/linux-master/arch/arm/plat-orion/
H A Dgpio.c446 const char *label; local
458 for_each_requested_gpio(chip, i, label) {
465 seq_printf(s, " gpio-%-3d (%-20.20s)", chip->base + i, label);
538 ochip->chip.label = kstrdup(gc_label, GFP_KERNEL);
588 ct->chip.name = ochip->chip.label;
599 ct->chip.name = ochip->chip.label;
613 ochip->chip.label);
/linux-master/arch/arm64/include/asm/
H A Dassembler.h126 .macro ventry label
128 b \label
375 * fixup: optional label to branch to on user fault
415 * fixup: optional label to branch to on user fault
428 * fixup: optional label to branch to on user fault

Completed in 322 milliseconds

1234567891011>>