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