Home
last modified time | relevance | path

Searched refs:label (Results 1 – 25 of 2074) sorted by relevance

12345678910>>...83

/linux/arch/powerpc/include/asm/
A Dfeature-fixups.h31 #define START_FTR_SECTION(label) label##1: argument
34 label##2: \
37 label##3:
58 label##4: \
65 FTR_ENTRY_OFFSET label##1b-label##5b; \
66 FTR_ENTRY_OFFSET label##2b-label##5b; \
67 FTR_ENTRY_OFFSET label##3b-label##5b; \
68 FTR_ENTRY_OFFSET label##4b-label##5b; \
69 CHECK_ALT_SIZE((label##4b-label##3b), (label##2b-label##1b)); \
202 #define START_LWSYNC_SECTION(label) label##1: argument
[all …]
/linux/tools/testing/selftests/powerpc/primitives/asm/
A Dfeature-fixups.h31 #define START_FTR_SECTION(label) label##1: argument
34 label##2: \
37 label##3:
58 label##4: \
65 FTR_ENTRY_OFFSET label##1b-label##5b; \
66 FTR_ENTRY_OFFSET label##2b-label##5b; \
67 FTR_ENTRY_OFFSET label##3b-label##5b; \
68 FTR_ENTRY_OFFSET label##4b-label##5b; \
69 CHECK_ALT_SIZE((label##4b-label##3b), (label##2b-label##1b)); \
202 #define START_LWSYNC_SECTION(label) label##1: argument
[all …]
/linux/security/apparmor/
A Dlabel.c67 rcu_assign_pointer(new->label, aa_get_label(label)); in aa_alloc_proxy()
335 if (rcu_dereference_protected(label->proxy->label, true) == label) in aa_label_destroy()
336 rcu_assign_pointer(label->proxy->label, NULL); in aa_label_destroy()
763 return __vec_find(label->vec, label->size); in __label_find()
916 return vec_find(label->vec, label->size); in aa_label_find()
1075 AA_BUG(!new->vec[k]->label.proxy->label); in label_merge_insert()
1092 label = aa_get_label(&new->vec[0]->label); in label_merge_insert()
1456 if (label->hname || labels_ns(label) != ns) in aa_update_label_name()
1948 label = aa_get_label(&vec[0]->label); in aa_label_strn_parse()
2077 AA_BUG(!new->vec[i]->label.proxy->label); in __label_update()
[all …]
A Dsecid.c52 __xa_store(&aa_secids, secid, label, 0); in aa_secid_update()
67 struct aa_label *label = aa_secid_to_label(secid); in apparmor_secid_to_secctx() local
73 if (!label) in apparmor_secid_to_secctx()
80 len = aa_label_asxprint(secdata, root_ns, label, in apparmor_secid_to_secctx()
95 struct aa_label *label; in apparmor_secctx_to_secid() local
97 label = aa_label_strn_parse(&root_ns->unconfined->label, secdata, in apparmor_secctx_to_secid()
99 if (IS_ERR(label)) in apparmor_secctx_to_secid()
100 return PTR_ERR(label); in apparmor_secctx_to_secid()
101 *secid = label->secid; in apparmor_secctx_to_secid()
125 ret = __xa_alloc(&aa_secids, &label->secid, label, in aa_alloc_secid()
[all …]
/linux/security/apparmor/include/
A Dcred.h31 struct aa_label *label) in set_cred_label() argument
36 *blob = label; in set_cred_label()
51 AA_BUG(!label); in aa_cred_raw_label()
52 return label; in aa_cred_raw_label()
130 aa_put_label(label); in end_current_label_crit_section()
150 label = aa_get_newest_label(label); in __begin_current_label_crit_section()
152 return label; in __begin_current_label_crit_section()
174 label = aa_get_newest_label(label); in begin_current_label_crit_section()
177 aa_put_label(label); in begin_current_label_crit_section()
180 return label; in begin_current_label_crit_section()
[all …]
/linux/drivers/platform/x86/
A Dmlx-platform.c647 .label = "psu1",
653 .label = "psu2",
663 .label = "psu1",
669 .label = "psu2",
678 .label = "pwr1",
685 .label = "pwr2",
695 .label = "pwr1",
701 .label = "pwr2",
710 .label = "pwr1",
717 .label = "pwr2",
[all …]
/linux/arch/arm64/boot/dts/amd/
A Delba-flash-parts.dtsi12 label = "rsvd";
18 label = "flash";
23 label = "golduenv";
28 label = "boot0";
38 label = "brdcfg0";
43 label = "brdcfg1";
48 label = "goldfw";
53 label = "fwmap";
58 label = "fwsel";
78 label = "uboota";
[all …]
/linux/tools/testing/selftests/rseq/
A Drseq-x86.h62 __rseq_str(label) ":\n\t" \
67 ".quad " __rseq_str(label) "b\n\t" \
92 __rseq_str(label) ":\n\t"
97 "jnz " __rseq_str(label) "\n\t"
104 __rseq_str(label) ":\n\t" \
111 __rseq_str(label) ":\n\t" \
150 __rseq_str(label) ":\n\t" \
178 __rseq_str(label) ":\n\t"
183 "jnz " __rseq_str(label) "\n\t"
190 __rseq_str(label) ":\n\t" \
[all …]
/linux/Documentation/admin-guide/blockdev/drbd/
A Ddrbd-connection-state-overview.dot13 Unconnected [ label=Unconnected ]
21 label="try to connect, handshake"
23 WFConnection [ label=WFConnection ]
24 WFReportParams [ label=WFReportParams ]
27 TearDown [ label=TearDown ]
33 StartingSyncS [ label=StartingSyncS ]
34 StartingSyncT [ label=StartingSyncT ]
41 WFBitMapT [ label=WFBitMapT ]
42 WFSyncUUID [ label=WFSyncUUID ]
43 WFBitMapS [ label=WFBitMapS ]
[all …]
A Ddisk-states-8.dot2 Diskless -> Inconsistent [ label = "ioctl_set_disk()" ]
3 Diskless -> Consistent [ label = "ioctl_set_disk()" ]
4 Diskless -> Outdated [ label = "ioctl_set_disk()" ]
5 Consistent -> Outdated [ label = "receive_param()" ]
6 Consistent -> UpToDate [ label = "receive_param()" ]
7 Consistent -> Inconsistent [ label = "start resync" ]
8 Outdated -> Inconsistent [ label = "start resync" ]
9 UpToDate -> Inconsistent [ label = "ioctl_replicate" ]
10 Inconsistent -> UpToDate [ label = "resync completed" ]
11 Consistent -> Failed [ label = "io completion error" ]
[all …]
/linux/arch/arm/boot/dts/broadcom/
A Dbcm47094-linksys-panamera.dts34 label = "WPS";
40 label = "WiFi";
46 label = "Reset";
220 label = "lan7";
224 label = "lan4";
228 label = "lan8";
232 label = "wan";
236 label = "cpu";
246 label = "cpu";
256 label = "cpu";
[all …]
A Dbcm4708-smartrg-sr400ac.dts43 label = "bcm53xx:white:usb2";
89 label = "bcm53xx:red:wan";
98 label = "WiFi";
104 label = "WPS";
110 label = "Reset";
126 label = "lan4";
130 label = "lan3";
134 label = "lan2";
138 label = "lan1";
142 label = "wan";
[all …]
/linux/tools/bpf/
A Dbpf_exp.y65 %type <label> label
216 : OP_JEQ '#' number ',' label ',' label {
220 | OP_JEQ 'x' ',' label ',' label {
224 | OP_JEQ '%' 'x' ',' label ',' label {
276 : OP_JGT '#' number ',' label ',' label {
280 | OP_JGT 'x' ',' label ',' label {
284 | OP_JGT '%' 'x' ',' label ',' label {
304 | OP_JGE 'x' ',' label ',' label {
308 | OP_JGE '%' 'x' ',' label ',' label {
328 | OP_JSET 'x' ',' label ',' label {
[all …]
/linux/drivers/scsi/sym53c8xx_2/
A Dsym_fw.h74 #define SYM_GEN_A(s, label) s label; argument
75 #define SYM_GEN_B(s, label) s label; argument
76 #define SYM_GEN_Z(s, label) s label; argument
152 #define SCRIPTA_BA(np, label) (np->fwa_bas.label) argument
153 #define SCRIPTB_BA(np, label) (np->fwb_bas.label) argument
154 #define SCRIPTZ_BA(np, label) (np->fwz_bas.label) argument
181 #define HADDR_1(label) (RELOC_SOFTC | offsetof(struct sym_hcb, label)) argument
184 #define RADDR_1(label) (RELOC_REGISTER | REG(label)) argument
185 #define RADDR_2(label,ofs) (RELOC_REGISTER | ((REG(label))+(ofs))) argument
187 #define SYM_GEN_PADDR_A(s, label) (RELOC_LABEL_A | offsetof(s, label)) argument
[all …]
/linux/arch/powerpc/platforms/pseries/
A Dplpks.c59 struct label { struct
204 struct label *label; in construct_label() local
219 if (!label) in construct_label()
232 return label; in construct_label()
432 struct label *label; in plpks_signed_update_var() local
477 kfree(label); in plpks_signed_update_var()
488 struct label *label; in plpks_write_var() local
509 virt_to_phys(label), label->size, var.policy, in plpks_write_var()
527 struct label *label; in plpks_remove_var() local
544 virt_to_phys(label), label->size); in plpks_remove_var()
[all …]
/linux/arch/arm/boot/dts/marvell/
A Darmada-385-linksys-shelby.dts19 label = "shelby:amber:wan";
24 label = "shelby:white:wan";
82 label = "u-boot";
88 label = "u_env";
93 label = "s_env";
98 label = "devinfo";
105 label = "kernel1";
110 label = "rootfs1";
116 label = "kernel2";
121 label = "rootfs2";
[all …]
A Darmada-385-linksys-caiman.dts19 label = "caiman:amber:wan";
24 label = "caiman:white:wan";
82 label = "u-boot";
88 label = "u_env";
93 label = "s_env";
98 label = "devinfo";
105 label = "kernel1";
110 label = "rootfs1";
116 label = "kernel2";
121 label = "rootfs2";
[all …]
A Darmada-385-linksys-cobra.dts19 label = "cobra:amber:wan";
24 label = "cobra:white:wan";
82 label = "u-boot";
88 label = "u_env";
93 label = "s_env";
98 label = "devinfo";
105 label = "kernel1";
110 label = "rootfs1";
116 label = "kernel2";
121 label = "rootfs2";
[all …]
A Darmada-385-linksys-rango.dts21 label = "rango:amber:wan";
90 label = "u-boot";
96 label = "u_env";
101 label = "s_env";
106 label = "devinfo";
112 label = "sysdiag";
119 label = "kernel1";
124 label = "rootfs1";
130 label = "kernel2";
135 label = "rootfs2";
[all …]
/linux/arch/powerpc/kernel/
A Dsignal.h25 #define unsafe_get_user_sigset(dst, src, label) do { \ argument
65 &buf[i], label);\
85 &buf[i], label); \
106 &buf[i], label);\
126 &buf[i], label); \
131 #define unsafe_copy_fpr_to_user(to, task, label) \ argument
133 ELF_NFPREG * sizeof(double), label)
137 ELF_NFPREG * sizeof(double), label)
156 ELF_NFPREG * sizeof(double), label)
172 #define unsafe_copy_fpr_to_user(to, task, label) do { if (0) goto label;} while (0) argument
[all …]
/linux/Documentation/scsi/scsi_transport_srp/
A Drport_state_diagram.dot7 running_rta [ label = "running;\nreconnect\ntimer\nactive" ];
9 running [ label = "running;\nreconnect\ntimer\nstopped" ];
11 failfast [ label = "fail I/O\nfast" ];
18 blocked -> failfast [ label = "fast_io_fail_tmo\nexpired or\nreconnecting\nfailed" ];
19 blocked -> lost [ label = "dev_loss_tmo\nexpired or\nsrp_stop_rport_timers()" ];
20 failfast -> lost [ label = "dev_loss_tmo\nexpired or\nsrp_stop_rport_timers()" ];
21 blocked -> running [ label = "reconnecting\nsucceeded" ];
22 failfast -> failfast [ label = "reconnecting\nfailed" ];
23 failfast -> running [ label = "reconnecting\nsucceeded" ];
24 running -> lost [ label = "srp_stop_rport_timers()" ];
[all …]
/linux/drivers/hwmon/
A Dsmpro-hwmon.c65 const char *label; member
71 .label = "temp1 SoC"
76 .label = "temp2 SoC VRD"
80 .label = "temp3 DIMM VRD"
84 .label = "temp4 CORE VRD"
89 .label = "temp5 CH0 DIMM"
94 .label = "temp6 CH1 DIMM"
139 .label = "vout1 SoC VRD"
151 .label = "vout4 RCA VRD"
162 .label = "iout2 SoC VRD"
[all …]
/linux/block/partitions/
A Dsun.c65 } * label; in sun_partition() local
71 label = read_part_sector(state, 0, &sect); in sun_partition()
72 if (!label) in sun_partition()
75 p = label->partitions; in sun_partition()
83 ush = ((__be16 *) (label+1)) - 1; in sun_partition()
84 for (csum = 0; ush >= ((__be16 *) label);) in sun_partition()
95 (be32_to_cpu(label->vtoc.version) == 1) && in sun_partition()
96 (be16_to_cpu(label->vtoc.nparts) <= 8)); in sun_partition()
105 use_vtoc = use_vtoc || !(label->vtoc.sanity || in sun_partition()
106 label->vtoc.version || label->vtoc.nparts); in sun_partition()
[all …]
/linux/arch/arm64/boot/dts/apple/
A Dt8103-pmgr.dtsi15 label = "sbr";
24 label = "aic";
33 label = "dwi";
66 label = "gpio";
83 label = "pms";
194 label = "aft0";
210 label = "imx";
227 label = "sio";
269 label = "i2c0";
278 label = "i2c1";
[all …]
A Dt8112-pmgr.dtsi15 label = "sbr";
24 label = "aic";
33 label = "dwi";
50 label = "gpio";
67 label = "pms";
143 label = "aft0";
151 label = "imx";
168 label = "sio";
214 label = "i2c0";
223 label = "i2c1";
[all …]

Completed in 64 milliseconds

12345678910>>...83