Home
last modified time | relevance | path

Searched defs:label (Results 76 – 100 of 453) sorted by relevance

12345678910>>...19

/openbmc/openbmc/meta-security/recipes-mac/smack/udp-smack-test/
H A Dudp_client.c32 char* label; in main() local
H A Dudp_server.c32 char* label; in main() local
/openbmc/linux/arch/sparc/include/asm/
H A Duaccess_64.h77 #define __put_kernel_nofault(dst, src, type, label) \ argument
147 #define __get_kernel_nofault(dst, src, type, label) \ argument
/openbmc/linux/arch/x86/kernel/
H A Dsignal_64.c138 #define unsafe_put_sigcontext(sc, fp, regs, set, label) \ argument
144 #define unsafe_put_sigmask(set, frame, label) \ argument
/openbmc/linux/sound/firewire/fireface/
H A Dff-protocol-former.c127 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
/openbmc/linux/net/ipv6/
H A Dip6_flowlabel.c74 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()
262 struct ip6_flowlabel *__fl6_sock_lookup(struct sock *sk, __be32 label) in __fl6_sock_lookup()
/openbmc/u-boot/board/compulab/common/
H A Dcommon.c41 int cl_usb_hub_init(int gpio, const char *label) in cl_usb_hub_init()
H A Dcommon.h19 static inline int cl_usb_hub_init(int gpio, const char *label) in cl_usb_hub_init()
/openbmc/linux/tools/perf/ui/gtk/
H A Dprogress.c17 GtkWidget *label = gtk_label_new(p->title); in gtk_ui_progress__update() local
/openbmc/qemu/chardev/
H A Dchar.c341 QemuOpts *qemu_chr_parse_compat(const char *label, const char *filename, in qemu_chr_parse_compat()
675 Chardev *qemu_chr_new_noreplay(const char *label, const char *filename, in qemu_chr_new_noreplay()
713 static Chardev *qemu_chr_new_permit_mux_mon(const char *label, in qemu_chr_new_permit_mux_mon()
733 Chardev *qemu_chr_new(const char *label, const char *filename, in qemu_chr_new()
739 Chardev *qemu_chr_new_mux_mon(const char *label, const char *filename, in qemu_chr_new_mux_mon()
/openbmc/gpioplus/test/
H A Dhandle.cpp80 const std::string label{"test"}; in TEST_F() local
127 const std::string label{"error"}; in TEST_F() local
/openbmc/linux/include/net/
H A Dinet_ecn.h68 #define IP6_ECN_flow_init(label) do { \ argument
72 #define IP6_ECN_flow_xmit(sk, label) do { \ argument
H A Dmpls_iptunnel.h17 u32 label[]; member
H A Dmpls.h30 static inline struct mpls_shim_hdr mpls_entry_encode(u32 label, in mpls_entry_encode()
/openbmc/linux/arch/arm64/lib/
H A Dmemcmp.S17 #define L(label) .L ## label argument
H A Dmemchr.S20 #define L(label) .L ## label argument
H A Dstrlen.S18 #define L(label) .L ## label argument
/openbmc/linux/arch/powerpc/kernel/
H A Dhead_40x.S182 #define CRITICAL_EXCEPTION(n, label, hdlr) \ argument
H A Dexceptions-64s.S76 #define LOAD_HANDLER(reg, label) \ argument
80 #define __LOAD_HANDLER(reg, label, section) \ argument
88 #define __LOAD_FAR_HANDLER(reg, label, section) \ argument
/openbmc/linux/drivers/hwmon/
H A Dibmpowernv.c78 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
/openbmc/u-boot/scripts/dtc/
H A Dlivetree.c27 void add_label(struct label **labels, char *label) in add_label()
47 struct label *label; in delete_labels() local
428 struct property *get_property_by_label(struct node *tree, const char *label, in get_property_by_label()
454 struct marker *get_marker_label(struct node *tree, const char *label, in get_marker_label()
520 struct node *get_node_by_label(struct node *tree, const char *label) in get_node_by_label()
/openbmc/linux/samples/seccomp/
H A Dbpf-helper.c64 __u32 seccomp_bpf_label(struct bpf_labels *labels, const char *label) in seccomp_bpf_label()
/openbmc/webui-vue/src/env/components/AppNavigation/
H A Dibm.js176 label: this.$t('appNavigation.keyClear'), property in AppNavigationMixin.methods.operationsNavigationItems.pageKeyClear
/openbmc/linux/drivers/gpio/
H A Dgpiolib.h66 const char *label; member
182 const char *label; member
199 static inline int gpiod_request_user(struct gpio_desc *desc, const char *label) in gpiod_request_user()
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c93 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 …]

12345678910>>...19