Searched defs:setup_header (Results 1 – 2 of 2) sorted by relevance
48 struct setup_header { struct49 __u8 setup_sects;50 __u16 root_flags;51 __u32 syssize;52 __u16 ram_size;53 __u16 vid_mode;54 __u16 root_dev;55 __u16 boot_flag;56 __u16 jump;57 __u32 header;[all …]
430 static int setup_header(struct sk_buff *skb, struct net_device *netdev, in setup_header() function