Home
last modified time | relevance | path

Searched defs:setup_header (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Dbootparam.h28 __u8 setup_sects;
30 __u32 syssize;
31 __u16 ram_size;
35 __u16 vid_mode;
36 __u16 root_dev;
37 __u16 boot_flag;
38 __u16 jump;
39 __u32 header;
40 __u16 version;
45 __u8 loadflags;
[all …]
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dbootparam.h69 __u8 setup_sects;
71 __u32 syssize;
72 __u16 ram_size;
73 __u16 vid_mode;
74 __u16 root_dev;
75 __u16 boot_flag;
76 __u16 jump;
77 __u32 header;
78 __u16 version;
83 __u8 loadflags;
[all …]
/openbmc/linux/net/bluetooth/
H A D6lowpan.c367 static int setup_header(struct sk_buff *skb, struct net_device *netdev, in setup_header() function