Home
last modified time | relevance | path

Searched defs:label (Results 26 – 50 of 453) sorted by relevance

12345678910>>...19

/openbmc/linux/security/apparmor/
H A Dfile.c161 struct aa_label *label, in path_name()
283 struct aa_label *label, in aa_path_perm()
434 struct aa_label *label, struct dentry *old_dentry, in aa_path_link()
463 static void update_file_ctx(struct aa_file_ctx *fctx, struct aa_label *label, in update_file_ctx()
485 struct aa_label *label, in __file_path_perm()
546 struct aa_label *label, in __file_sock_perm()
585 struct aa_label *label, struct file *file, in aa_file_perm()
633 static void revalidate_tty(const struct cred *subj_cred, struct aa_label *label) in revalidate_tty()
664 struct aa_label *label; member
681 struct aa_label *label = aa_get_newest_cred_label(cred); in aa_inherit_files() local
H A Dlsm.c155 struct aa_label *label; in apparmor_capget() local
191 struct aa_label *label; in apparmor_capable() local
214 struct aa_label *label; in common_perm() local
358 struct aa_label *label; in apparmor_path_link() local
377 struct aa_label *label; in apparmor_path_rename() local
454 struct aa_label *label; in apparmor_file_open() local
514 struct aa_label *label; in common_file_perm() local
588 struct aa_label *label; in apparmor_sb_mount() local
624 struct aa_label *label; in apparmor_move_mount() local
638 struct aa_label *label; in apparmor_sb_umount() local
[all …]
H A Dmount.c395 struct aa_label *label, const struct path *path, in aa_remount()
421 struct aa_label *label, const struct path *path, in aa_bind_mount()
459 struct aa_label *label, const struct path *path, in aa_mount_change_type()
486 struct aa_label *label, const struct path *from_path, in aa_move_mount()
517 int aa_move_mount_old(const struct cred *subj_cred, struct aa_label *label, in aa_move_mount_old()
535 int aa_new_mount(const struct cred *subj_cred, struct aa_label *label, in aa_new_mount()
636 int aa_umount(const struct cred *subj_cred, struct aa_label *label, in aa_umount()
718 int aa_pivotroot(const struct cred *subj_cred, struct aa_label *label, in aa_pivotroot()
H A Ddomain.c125 struct aa_label *label, bool stack, in label_compound_match()
187 struct aa_label *label, bool stack, in label_components_match()
249 static int label_match(struct aa_profile *profile, struct aa_label *label, in label_match()
517 struct aa_label *label = NULL; in x_table_lookup() local
808 struct aa_label *label, in handle_onexec()
874 struct aa_label *label, *new = NULL; in apparmor_bprm_creds_for_exec() local
1060 struct aa_label *label, const char *hats[], in change_hat()
1179 struct aa_label *label, *previous, *new = NULL, *target = NULL; in aa_change_hat() local
1327 struct aa_label *label, *new = NULL, *target = NULL; in aa_change_profile() local
H A Dtask.c46 int aa_replace_current_label(struct aa_label *label) in aa_replace_current_label()
98 int aa_set_current_onexec(struct aa_label *label, bool stack) in aa_set_current_onexec()
120 int aa_set_current_hat(struct aa_label *label, u64 token) in aa_set_current_hat()
H A Dpolicy.c766 struct aa_label *label, in policy_ns_capable()
791 struct aa_label *label, struct aa_ns *ns) in aa_policy_view_capable()
811 struct aa_label *label, struct aa_ns *ns) in aa_policy_admin_capable()
826 struct aa_label *label; in aa_current_policy_view_capable() local
838 struct aa_label *label; in aa_current_policy_admin_capable() local
857 int aa_may_manage_policy(const struct cred *subj_cred, struct aa_label *label, in aa_may_manage_policy()
1033 ssize_t aa_replace_profiles(struct aa_ns *policy_ns, struct aa_label *label, in aa_replace_profiles()
/openbmc/linux/drivers/regulator/
H A Dtwl-regulator.c456 #define TWL4030_ADJUSTABLE_LDO(label, offset, num, turnon_delay, remap_conf) \ argument
475 #define TWL4030_ADJUSTABLE_SMPS(label, offset, num, turnon_delay, remap_conf, \ argument
495 #define TWL4030_FIXED_LDO(label, offset, mVolts, num, turnon_delay, \ argument
540 #define TWL_OF_MATCH(comp, family, label) \ argument
546 #define TWL4030_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL4030, label) argument
547 #define TWL6030_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6030, label) argument
548 #define TWL6032_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6032, label) argument
549 #define TWLFIXED_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLFIXED, label) argument
550 #define TWLSMPS_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLSMPS, label) argument
/openbmc/linux/include/linux/
H A Dgpio.h44 const char *label; member
138 static inline int gpio_request(unsigned gpio, const char *label) in gpio_request()
144 unsigned long flags, const char *label) in gpio_request_one()
214 const char *label) in devm_gpio_request()
221 unsigned long flags, const char *label) in devm_gpio_request_one()
/openbmc/linux/block/partitions/
H A Dibm.c71 union label_t *label) in find_label()
137 union label_t *label) in find_vol1_partitions()
199 union label_t *label, in find_lnx1_partitions()
246 union label_t *label, in find_cms1_partitions()
303 union label_t *label; in ibm_partition() local
/openbmc/linux/arch/powerpc/kernel/
H A Dhead_32.h182 #define START_EXCEPTION(n, label) \ argument
196 #define EXCEPTION(n, label, hdlr) \ argument
/openbmc/linux/tools/bpf/
H A Dbpf_exp.y50 char *label; member
490 static void bpf_set_curr_label(char *label) in bpf_set_curr_label()
496 static void bpf_set_jmp_label(char *label, enum jmp_type type) in bpf_set_jmp_label()
512 static int bpf_find_insns_offset(const char *label) in bpf_find_insns_offset()
/openbmc/u-boot/drivers/pinctrl/rockchip/
H A Dpinctrl-rockchip.h118 #define PIN_BANK(id, pins, label) \ argument
131 #define PIN_BANK_IOMUX_FLAGS(id, pins, label, iom0, iom1, iom2, iom3) \ argument
144 #define PIN_BANK_DRV_FLAGS(id, pins, label, type0, type1, type2, type3) \ argument
163 #define PIN_BANK_DRV_FLAGS_PULL_FLAGS(id, pins, label, drv0, drv1, \ argument
188 #define PIN_BANK_IOMUX_DRV_FLAGS_OFFSET(id, pins, label, iom0, iom1, \ argument
210 #define PIN_BANK_IOMUX_DRV_PULL_FLAGS(id, pins, label, iom0, iom1, \ argument
237 label, iom0, iom1, iom2, \ argument
302 char *label; member
/openbmc/u-boot/cmd/
H A Dpxe.c514 struct pxe_label *label; in label_create() local
534 static void label_destroy(struct pxe_label *label) in label_destroy()
568 struct pxe_label *label = data; in label_print() local
583 static int label_localboot(struct pxe_label *label) in label_localboot()
619 static int label_boot(cmd_tbl_t *cmdtp, struct pxe_label *label) in label_boot()
1180 struct pxe_label *label) in parse_label_menu()
1215 static int parse_label_kernel(char **c, struct pxe_label *label) in parse_label_kernel()
1251 struct pxe_label *label; in parse_label() local
1435 struct pxe_label *label; in destroy_pxe_menu() local
1494 struct pxe_label *label; in pxe_menu_to_menu() local
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/cache_shape/
H A Dcache_shape.c31 static void print_size(const char *label, uint32_t val) in print_size()
36 static void print_geo(const char *label, uint32_t val) in print_geo()
/openbmc/linux/arch/sparc/include/asm/
H A Dbackoff.h55 #define BACKOFF_SPIN(reg, tmp, label) \ argument
82 #define BACKOFF_SPIN(reg, tmp, label) argument
/openbmc/linux/drivers/gpio/
H A Dgpiolib-legacy.c21 int gpio_request_one(unsigned gpio, unsigned long flags, const char *label) in gpio_request_one()
56 int gpio_request(unsigned gpio, const char *label) in gpio_request()
/openbmc/linux/net/ipv6/
H A Daddrlabel.c37 u32 label; member
69 u32 label; member
143 u32 label; in ipv6_addr_label() local
162 u32 label) in ip6addrlbl_alloc()
244 int ifindex, u32 label, int replace) in ip6addrlbl_add()
391 u32 label; in ip6addrlbl_newdel() local
/openbmc/linux/include/uapi/linux/netfilter/
H A Dxt_IDLETIMER.h25 char label[MAX_IDLETIMER_LABEL_SIZE]; member
34 char label[MAX_IDLETIMER_LABEL_SIZE]; member
/openbmc/linux/arch/sh/kernel/
H A Dhead_32.S20 #define PREFI(label, reg) \ argument
25 #define PREFI(label, reg) argument
/openbmc/linux/arch/x86/include/asm/
H A Dfutex.h15 #define unsafe_atomic_op1(insn, oval, uaddr, oparg, label) \ argument
29 #define unsafe_atomic_op2(insn, oval, uaddr, oparg, label) \ argument
/openbmc/linux/drivers/mfd/
H A Dtps65010.c148 static void show_chgstatus(const char *label, u8 chgstatus) in show_chgstatus()
156 static void show_regstatus(const char *label, u8 regstatus) in show_regstatus()
164 static void show_chgconfig(int por, const char *label, u8 chgconfig) in show_chgconfig()
174 static inline void show_chgstatus(const char *label, u8 chgstatus) { } in show_chgstatus()
175 static inline void show_regstatus(const char *label, u8 chgstatus) { } in show_regstatus()
176 static inline void show_chgconfig(int por, const char *label, u8 chgconfig) { } in show_chgconfig()
/openbmc/linux/drivers/soc/pxa/
H A Dssp.c38 struct ssp_device *pxa_ssp_request(int port, const char *label) in pxa_ssp_request()
62 const char *label) in pxa_ssp_request_of()
/openbmc/u-boot/scripts/dtc/
H A Ddtc.h134 struct label { struct
136 char *label; member
137 struct label *next; argument
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DCertificatesStore.js42 label: i18n.t('pageCertificates.httpsCertificate'), property in CertificatesStore.actions.getCertificateTypes.AnonymousClass3283684f0201
47 label: i18n.t('pageCertificates.ldapCertificate'), property in CertificatesStore.actions.getCertificateTypes.AnonymousClass3283684f0301
57 label: i18n.t('pageCertificates.caCertificate'), property in CertificatesStore.actions.getCertificateTypes.AnonymousClass3283684f0401
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp_ncurses.py288 def __init__(self, screen, label, primary, base_x, base_y, width, height): argument
505 def __init__(self, screen, label, primary, base_x, base_y, width, height): argument
518 def __init__(self, screen, label, primary, base_x, base_y, width, height, dep): argument
570 def __init__(self, screen, label, primary, base_x, base_y, width, height): argument
595 def __init__(self, screen, label, primary, base_x, base_y, width, height): argument
638 def __init__(self, screen, label, primary, base_x, base_y, width, height): argument
674 def __init__(self, screen, label, primary, base_x, base_y, width, height): argument
679 def __init__(self, screen, label, primary, base_x, base_y, width, height): argument

12345678910>>...19