Searched defs:systemcfg (Results 1 – 2 of 2) sorted by relevance
22 struct systemcfg { struct23 __u8 eye_catcher[16]; /* Eyecatcher: SYSTEMCFG:PPC64 0x00 */24 struct { /* Systemcfg version numbers */49 extern struct systemcfg *systemcfg; argument
53 struct systemcfg *systemcfg = &systemcfg_data_store.data; variable