Home
last modified time | relevance | path

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

12345678910>>...101

/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/
H A DCsrCountryCodes.js33 label: i18n.t('countries.BQ'),
38 label: i18n.t('countries.BA'),
46 label: i18n.t('countries.IO'),
60 label: i18n.t('countries.CF'),
72 label: i18n.t('countries.CD'),
98 label: i18n.t('countries.FK'),
109 label: i18n.t('countries.TF'),
131 label: i18n.t('countries.HM'),
143 label: i18n.t('countries.IR'),
161 label: i18n.t('countries.KP'),
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/
H 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 …]
/openbmc/linux/arch/powerpc/include/asm/
H 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 …]
/openbmc/webui-vue/src/components/AppNavigation/
H A DAppNavigationMixin.js32 label: this.$t('appNavigation.overview'), property in AppNavigationMixin.data.AnonymousClassbd1bea070101
38 label: this.$t('appNavigation.logs'), property in AppNavigationMixin.data.AnonymousClassbd1bea070201
43 label: this.$t('appNavigation.eventLogs'), property in AppNavigationMixin.data.AnonymousClassbd1bea070201.AnonymousClassbd1bea070301
65 label: this.$t('appNavigation.sensors'), property in AppNavigationMixin.data.AnonymousClassbd1bea070501.AnonymousClassbd1bea070701
72 label: this.$t('appNavigation.operations'), property in AppNavigationMixin.data.AnonymousClassbd1bea070801
82 label: this.$t('appNavigation.kvm'), property in AppNavigationMixin.data.AnonymousClassbd1bea070801.AnonymousClassbd1bea070a01
87 label: this.$t('appNavigation.keyClear'), property in AppNavigationMixin.data.AnonymousClassbd1bea070801.AnonymousClassbd1bea070b01
121 label: this.$t('appNavigation.settings'), property in AppNavigationMixin.data.AnonymousClassbd1bea071101
131 label: this.$t('appNavigation.network'), property in AppNavigationMixin.data.AnonymousClassbd1bea071101.AnonymousClassbd1bea071301
158 label: this.$t('appNavigation.ldap'), property in AppNavigationMixin.data.AnonymousClassbd1bea071601.AnonymousClassbd1bea071801
[all …]
/openbmc/linux/security/apparmor/
H A Dlabel.c67 rcu_assign_pointer(new->label, aa_get_label(label)); in aa_alloc_proxy()
333 if (rcu_dereference_protected(label->proxy->label, true) == label) in aa_label_destroy()
334 rcu_assign_pointer(label->proxy->label, NULL); in aa_label_destroy()
761 return __vec_find(label->vec, label->size); in __label_find()
914 return vec_find(label->vec, label->size); in aa_label_find()
1073 AA_BUG(!new->vec[k]->label.proxy->label); in label_merge_insert()
1090 label = aa_get_label(&new->vec[0]->label); in label_merge_insert()
1454 if (label->hname || labels_ns(label) != ns) in aa_update_label_name()
1946 label = aa_get_label(&vec[0]->label); in aa_label_strn_parse()
2075 AA_BUG(!new->vec[i]->label.proxy->label); in __label_update()
[all …]
H 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 …]
/openbmc/linux/security/apparmor/include/
H 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()
110 aa_put_label(label); in end_current_label_crit_section()
130 label = aa_get_newest_label(label); in __begin_current_label_crit_section()
132 return label; in __begin_current_label_crit_section()
154 label = aa_get_newest_label(label); in begin_current_label_crit_section()
157 aa_put_label(label); in begin_current_label_crit_section()
160 return label; in begin_current_label_crit_section()
[all …]
/openbmc/webui-vue/src/env/components/AppNavigation/
H A Dibm.js26 label: this.$t('appNavigation.overview'),
32 label: this.$t('appNavigation.logs'),
37 label: this.$t('appNavigation.dumps'),
64 label: this.$t('appNavigation.sensors'),
71 label: this.$t('appNavigation.operations'),
77 label: this.$t('appNavigation.settings'),
109 label: this.$t('appNavigation.ldap'),
136 label: this.$t('appNavigation.power'),
155 label: this.$t('appNavigation.firmware'),
160 label: this.$t('appNavigation.rebootBmc'),
[all …]
H A Dintel.js33 label: this.$t('appNavigation.overview'), property in AppNavigationMixin.data.AnonymousClass87c7ff850101
39 label: this.$t('appNavigation.logs'), property in AppNavigationMixin.data.AnonymousClass87c7ff850201
44 label: this.$t('appNavigation.eventLogs'), property in AppNavigationMixin.data.AnonymousClass87c7ff850201.AnonymousClass87c7ff850301
61 label: this.$t('appNavigation.inventory'), property in AppNavigationMixin.data.AnonymousClass87c7ff850501.AnonymousClass87c7ff850601
66 label: this.$t('appNavigation.sensors'), property in AppNavigationMixin.data.AnonymousClass87c7ff850501.AnonymousClass87c7ff850701
73 label: this.$t('appNavigation.operations'), property in AppNavigationMixin.data.AnonymousClass87c7ff850801
78 label: this.$t('appNavigation.kvm'), property in AppNavigationMixin.data.AnonymousClass87c7ff850801.AnonymousClass87c7ff850901
83 label: this.$t('appNavigation.firmware'), property in AppNavigationMixin.data.AnonymousClass87c7ff850801.AnonymousClass87c7ff850a01
112 label: this.$t('appNavigation.settings'), property in AppNavigationMixin.data.AnonymousClass87c7ff850f01
122 label: this.$t('appNavigation.network'), property in AppNavigationMixin.data.AnonymousClass87c7ff850f01.AnonymousClass87c7ff851101
[all …]
/openbmc/linux/tools/testing/selftests/rseq/
H 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 …]
/openbmc/linux/Documentation/admin-guide/blockdev/drbd/
H 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 …]
H 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 …]
/openbmc/linux/drivers/platform/x86/
H 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 …]
/openbmc/u-boot/cmd/
H A Dpxe.c518 if (!label) in label_create()
523 return label; in label_create()
536 if (label->name) in label_destroy()
551 if (label->fdt) in label_destroy()
557 free(label); in label_destroy()
569 const char *c = label->menu ? label->menu : label->name; in label_print()
643 label->name); in label_boot()
662 label->name); in label_boot()
682 if ((label->ipappend & 0x3) || label->append) { in label_boot()
1255 if (!label) in parse_label()
[all …]
/openbmc/linux/arch/arm/boot/dts/broadcom/
H 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 …]
H A Dbcm47094-asus-rt-ac3100.dtsi35 label = "red:wan";
68 label = "WPS";
74 label = "Reset";
99 label = "lan4";
103 label = "lan3";
107 label = "lan2";
111 label = "lan1";
115 label = "wan";
119 label = "cpu";
123 label = "cpu";
[all …]
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H 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 …]
/openbmc/linux/tools/bpf/
H 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 …]
/openbmc/linux/arch/arm/boot/dts/marvell/
H 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 …]
H 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 …]
H 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 …]
H 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 …]
/openbmc/linux/Documentation/scsi/scsi_transport_srp/
H 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 …]
/openbmc/linux/arch/powerpc/platforms/pseries/
H 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 …]
/openbmc/linux/arch/powerpc/kernel/
H 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 …]

12345678910>>...101