Home
last modified time | relevance | path

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

12345678910>>...74

/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/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/security/apparmor/
A Dlabel.c67 rcu_assign_pointer(new->label, aa_get_label(label)); in aa_alloc_proxy()
330 if (rcu_dereference_protected(label->proxy->label, true) == label) in aa_label_destroy()
331 rcu_assign_pointer(label->proxy->label, NULL); in aa_label_destroy()
758 return __vec_find(label->vec, label->size); in __label_find()
911 return vec_find(label->vec, label->size); in aa_label_find()
1070 AA_BUG(!new->vec[k]->label.proxy->label); in label_merge_insert()
1087 label = aa_get_label(&new->vec[0]->label); in label_merge_insert()
1453 if (label->hname || labels_ns(label) != ns) in aa_update_label_name()
1944 label = aa_get_label(&vec[0]->label); in aa_label_strn_parse()
2073 AA_BUG(!new->vec[i]->label.proxy->label); in __label_update()
[all …]
A Dsecid.c61 struct aa_label *label; in aa_secid_to_label() local
64 label = idr_find(&aa_secids, secid); in aa_secid_to_label()
67 return label; in aa_secid_to_label()
78 if (!label) in apparmor_secid_to_secctx()
100 struct aa_label *label; in apparmor_secctx_to_secid() local
102 label = aa_label_strn_parse(&root_ns->unconfined->label, secdata, in apparmor_secctx_to_secid()
104 if (IS_ERR(label)) in apparmor_secctx_to_secid()
105 return PTR_ERR(label); in apparmor_secctx_to_secid()
106 *secid = label->secid; in apparmor_secctx_to_secid()
136 label->secid = AA_SECID_INVALID; in aa_alloc_secid()
[all …]
A Ddomain.c531 label = &new_profile->label; in x_table_lookup()
534 label = aa_label_parse(&profile->label, *name, GFP_KERNEL, in x_table_lookup()
536 if (IS_ERR(label)) in x_table_lookup()
537 label = NULL; in x_table_lookup()
542 return label; in x_table_lookup()
804 AA_BUG(!label); in handle_onexec()
1029 return &hat->label; in build_change_hat()
1046 AA_BUG(!label); in change_hat()
1056 label_for_each_in_ns(it, labels_ns(label), label, profile) { in change_hat()
1092 label_for_each_in_ns(it, labels_ns(label), label, profile) { in change_hat()
[all …]
A Dnet.c150 AA_BUG(!label); in aa_label_sk_perm()
153 if (!unconfined(label)) { in aa_label_sk_perm()
166 struct aa_label *label; in aa_sk_perm() local
184 AA_BUG(!label); in aa_sock_file_perm()
194 struct aa_label *label; in apparmor_secmark_init() local
196 if (secmark->label[0] == '*') { in apparmor_secmark_init()
201 label = aa_label_strn_parse(&root_ns->unconfined->label, in apparmor_secmark_init()
202 secmark->label, strlen(secmark->label), in apparmor_secmark_init()
205 if (IS_ERR(label)) in apparmor_secmark_init()
206 return PTR_ERR(label); in apparmor_secmark_init()
[all …]
A Dlsm.c175 aa_put_label(label); in apparmor_capget()
189 aa_put_label(label); in apparmor_capable()
440 aa_put_label(label); in apparmor_file_open()
451 rcu_assign_pointer(ctx->label, aa_get_label(label)); in apparmor_file_alloc_security()
592 aa_put_label(label); in apparmor_sb_pivotroot()
615 if (label) in apparmor_getprocattr()
618 aa_put_label(label); in apparmor_getprocattr()
816 if (new->label) in apparmor_sk_clone_security()
818 new->label = aa_get_label(ctx->label); in apparmor_sk_clone_security()
873 ctx->label = aa_get_label(label); in apparmor_socket_post_create()
[all …]
/linux/drivers/platform/x86/
A Dmlx-platform.c490 .label = "psu1",
496 .label = "psu2",
506 .label = "psu1",
512 .label = "psu2",
521 .label = "pwr1",
528 .label = "pwr2",
538 .label = "pwr1",
544 .label = "pwr2",
553 .label = "fan1",
560 .label = "fan2",
[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()
123 aa_put_label(label); in end_current_label_crit_section()
143 label = aa_get_newest_label(label); in __begin_current_label_crit_section()
145 return label; in __begin_current_label_crit_section()
167 label = aa_get_newest_label(label); in begin_current_label_crit_section()
170 aa_put_label(label); in begin_current_label_crit_section()
173 return label; in begin_current_label_crit_section()
[all …]
/linux/arch/arm/boot/dts/
A Dbcm47094-linksys-panamera.dts34 label = "WPS";
40 label = "WiFi";
46 label = "Reset";
212 label = "lan7";
217 label = "lan4";
222 label = "lan8";
227 label = "wan";
233 label = "cpu";
245 label = "cpu";
257 label = "cpu";
[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-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-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 …]
A Dbcm4708-smartrg-sr400ac.dts43 label = "bcm53xx:white:usb2";
89 label = "bcm53xx:red:wan";
98 label = "WiFi";
104 label = "WPS";
110 label = "Reset";
127 label = "lan4";
132 label = "lan3";
137 label = "lan2";
142 label = "lan1";
147 label = "wan";
[all …]
A Dbcm47094-asus-rt-ac88u.dts40 label = "red:wan";
75 label = "WPS";
81 label = "Reset";
87 label = "Wi-Fi";
111 label = "lan4";
116 label = "lan3";
121 label = "lan2";
126 label = "lan1";
131 label = "wan";
147 label = "cpu";
[all …]
A Dkirkwood-l-50.dts222 label = "lan5";
242 label = "lan7";
257 label = "cpu";
281 label = "lan3";
311 label = "dsl";
342 label = "u-boot";
352 label = "kernel-1";
357 label = "rootfs-1";
377 label = "logs";
387 label = "adsl";
[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/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/kernel/
A Dsignal.h28 #define unsafe_get_user_sigset(dst, src, label) do { \ argument
68 &buf[i], label);\
88 &buf[i], label); \
109 &buf[i], label);\
129 &buf[i], label); \
134 #define unsafe_copy_fpr_to_user(to, task, label) \ argument
136 ELF_NFPREG * sizeof(double), label)
140 ELF_NFPREG * sizeof(double), label)
159 ELF_NFPREG * sizeof(double), label)
175 #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/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/x86/include/asm/
A Duaccess.h182 #define __put_user_goto_u64(x, addr, label) \ argument
189 : : label)
192 #define __put_user_goto_u64(x, ptr, label) \ argument
193 __put_user_goto(x, ptr, "q", "er", label)
290 __put_user_goto_u64(x, ptr, label); \
309 #define __get_user_asm_u64(x, ptr, label) \ argument
310 __get_user_asm(x, ptr, "q", "=r", label)
329 __get_user_asm_u64(x, ptr, label); \
342 : : label)
430 : : label)
[all …]

Completed in 77 milliseconds

12345678910>>...74