/linux-6.3-rc2/security/apparmor/include/ |
A D | file.h | 44 struct aa_label __rcu *label; member 55 static inline struct aa_file_ctx *aa_alloc_file_ctx(struct aa_label *label, in aa_alloc_file_ctx()
|
A D | net.h | 50 struct aa_label *label; member 87 char *label; member
|
/linux-6.3-rc2/security/lockdown/ |
A D | lockdown.c | 100 const char *label = lockdown_reasons[level]; in lockdown_read() local 134 const char *label = lockdown_reasons[level]; in lockdown_write() local
|
/linux-6.3-rc2/samples/seccomp/ |
A D | bpf-helper.h | 30 const char *label; member 49 #define JUMP(labels, label) \ argument 52 #define LABEL(labels, label) \ argument 60 #define FIND_LABEL(labels, label) seccomp_bpf_label((labels), #label) argument
|
/linux-6.3-rc2/drivers/gpio/ |
A D | gpiolib-devres.c | 151 const char *label) in devm_fwnode_gpiod_get_index() 341 int devm_gpio_request(struct device *dev, unsigned gpio, const char *label) in devm_gpio_request() 371 unsigned long flags, const char *label) in devm_gpio_request_one()
|
A D | gpiolib.h | 63 const char *label; member 187 const char *label; member 204 static inline int gpiod_request_user(struct gpio_desc *desc, const char *label) in gpiod_request_user()
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | signal_32.c | 133 #define unsafe_put_sigset_t(uset, set, label) do { \ argument 172 #define unsafe_save_general_regs(regs, frame, label) do { \ argument 177 #define unsafe_restore_general_regs(regs, frame, label) do { \ argument 344 #define unsafe_save_user_regs(regs, frame, tm_frame, has_vsx, label) do { \ argument 454 #define unsafe_save_tm_user_regs(regs, frame, tm_frame, msr, label) do { \ argument
|
A D | exceptions-64s.S | 76 #define LOAD_HANDLER(reg, label) \ argument 80 #define __LOAD_HANDLER(reg, label, section) \ argument 88 #define __LOAD_FAR_HANDLER(reg, label, section) \ argument
|
A D | head_40x.S | 183 #define CRITICAL_EXCEPTION(n, label, hdlr) \ argument
|
/linux-6.3-rc2/drivers/usb/host/ |
A D | ohci-dbg.c | 44 char *label, in ohci_dump_intr_mask() 66 char *label, in maybe_print_eds() 255 static void ohci_dump_td (const struct ohci_hcd *ohci, const char *label, in ohci_dump_td() 312 ohci_dump_ed (const struct ohci_hcd *ohci, const char *label, in ohci_dump_ed()
|
/linux-6.3-rc2/scripts/dtc/ |
A D | livetree.c | 13 void add_label(struct label **labels, char *label) in add_label() 33 struct label *label; in delete_labels() local 447 struct property *get_property_by_label(struct node *tree, const char *label, in get_property_by_label() 473 struct marker *get_marker_label(struct node *tree, const char *label, in get_marker_label() 538 struct node *get_node_by_label(struct node *tree, const char *label) in get_node_by_label() 585 const char *label = NULL, *path = NULL; in get_node_by_ref() local
|
/linux-6.3-rc2/include/linux/platform_data/ |
A D | syscon.h | 6 const char *label; member
|
/linux-6.3-rc2/net/ipv6/ |
A D | ip6_flowlabel.c | 74 static inline struct ip6_flowlabel *__fl_lookup(struct net *net, __be32 label) in __fl_lookup() 85 static struct ip6_flowlabel *fl_lookup(struct net *net, __be32 label) in fl_lookup() 214 struct ip6_flowlabel *fl, __be32 label) in fl_intern() 259 struct ip6_flowlabel *__fl6_sock_lookup(struct sock *sk, __be32 label) in __fl6_sock_lookup()
|
/linux-6.3-rc2/sound/firewire/fireface/ |
A D | ff-protocol-former.c | 127 const char *label; in dump_clock_config() local 162 char *const label; in dump_sync_status() member 172 char *const label; in dump_sync_status() member 231 const char *label; in dump_sync_status() local
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | signal_64.c | 138 #define unsafe_put_sigcontext(sc, fp, regs, set, label) \ argument 144 #define unsafe_put_sigmask(set, frame, label) \ argument
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | uaccess_64.h | 75 #define __put_kernel_nofault(dst, src, type, label) \ argument 145 #define __get_kernel_nofault(dst, src, type, label) \ argument
|
/linux-6.3-rc2/include/net/ |
A D | inet_ecn.h | 68 #define IP6_ECN_flow_init(label) do { \ argument 72 #define IP6_ECN_flow_xmit(sk, label) do { \ argument
|
A D | mpls_iptunnel.h | 17 u32 label[]; member
|
A D | mpls.h | 30 static inline struct mpls_shim_hdr mpls_entry_encode(u32 label, in mpls_entry_encode()
|
/linux-6.3-rc2/drivers/hwmon/ |
A D | ibmpowernv.c | 78 char label[MAX_LABEL_LEN]; member 184 struct sensor_data *sdata, const char *label) in make_sensor_label() 446 const char *label; in populate_attr_groups() local 573 const char *label; in create_device_attrs() local
|
/linux-6.3-rc2/drivers/usb/fotg210/ |
A D | fotg210-hcd.c | 93 static void dbg_hcs_params(struct fotg210_hcd *fotg210, char *label) in dbg_hcs_params() 104 static void dbg_hcc_params(struct fotg210_hcd *fotg210, char *label) in dbg_hcc_params() 115 dbg_qtd(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qtd *qtd) in dbg_qtd() 131 dbg_qh(const char *label, struct fotg210_hcd *fotg210, struct fotg210_qh *qh) in dbg_qh() 177 dbg_status_buf(char *buf, unsigned len, const char *label, u32 status) in dbg_status_buf() 194 dbg_intr_buf(char *buf, unsigned len, const char *label, u32 enable) in dbg_intr_buf() 208 static int dbg_command_buf(char *buf, unsigned len, const char *label, in dbg_command_buf() 262 #define dbg_status(fotg210, label, status) { \ argument 268 #define dbg_cmd(fotg210, label, command) { \ argument 274 #define dbg_port(fotg210, label, port, status) { \ argument [all …]
|
/linux-6.3-rc2/tools/perf/ui/gtk/ |
A D | progress.c | 17 GtkWidget *label = gtk_label_new(p->title); in gtk_ui_progress__update() local
|
/linux-6.3-rc2/arch/arm64/lib/ |
A D | memcmp.S | 17 #define L(label) .L ## label argument
|
A D | memchr.S | 20 #define L(label) .L ## label argument
|
/linux-6.3-rc2/include/linux/gpio/ |
A D | consumer.h | 556 const char *label) in fwnode_gpiod_get_index() 566 const char *label) in devm_fwnode_gpiod_get_index() 578 const char *label) in devm_fwnode_gpiod_get() 639 char *label) in acpi_get_and_request_gpiod()
|