Home
last modified time | relevance | path

Searched refs:sysinfo_t (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/arch/x86/cpu/coreboot/
Dtables.c19 struct sysinfo_t lib_sysinfo __attribute__((section(".data")));
31 static void cb_parse_memory(unsigned char *ptr, struct sysinfo_t *info) in cb_parse_memory()
58 static void cb_parse_serial(unsigned char *ptr, struct sysinfo_t *info) in cb_parse_serial()
64 static void cb_parse_vbnv(unsigned char *ptr, struct sysinfo_t *info) in cb_parse_vbnv()
72 static void cb_parse_gpios(unsigned char *ptr, struct sysinfo_t *info) in cb_parse_gpios()
84 static void cb_parse_vdat(unsigned char *ptr, struct sysinfo_t *info) in cb_parse_vdat()
92 static void cb_parse_tstamp(unsigned char *ptr, struct sysinfo_t *info) in cb_parse_tstamp()
97 static void cb_parse_cbmem_cons(unsigned char *ptr, struct sysinfo_t *info) in cb_parse_cbmem_cons()
102 static void cb_parse_framebuffer(unsigned char *ptr, struct sysinfo_t *info) in cb_parse_framebuffer()
112 static int cb_parse_header(void *addr, int len, struct sysinfo_t *info) in cb_parse_header()
[all …]
/external/u-boot/arch/x86/include/asm/arch-coreboot/
Dsysinfo.h18 struct sysinfo_t { struct
56 extern struct sysinfo_t lib_sysinfo; argument
58 int get_coreboot_info(struct sysinfo_t *info);
/external/strace/
Dsysinfo.c37 #include DEF_MPERS_TYPE(sysinfo_t)
39 typedef struct sysinfo sysinfo_t; typedef
44 sysinfo_t si; in SYS_FUNC()
Dmx32_type_defs.h131 # define sysinfo_t MPERS_mx32_sysinfo_t macro
Dm32_type_defs.h131 # define sysinfo_t MPERS_m32_sysinfo_t macro
DChangeLog36308 * sysinfo.c (sysinfo_t): New typedef. Mpersify it.