Searched refs:sysinfo_t (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/arch/x86/cpu/coreboot/ |
D | tables.c | 19 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/ |
D | sysinfo.h | 18 struct sysinfo_t { struct 56 extern struct sysinfo_t lib_sysinfo; argument 58 int get_coreboot_info(struct sysinfo_t *info);
|
/external/strace/ |
D | sysinfo.c | 37 #include DEF_MPERS_TYPE(sysinfo_t) 39 typedef struct sysinfo sysinfo_t; typedef 44 sysinfo_t si; in SYS_FUNC()
|
D | mx32_type_defs.h | 131 # define sysinfo_t MPERS_mx32_sysinfo_t macro
|
D | m32_type_defs.h | 131 # define sysinfo_t MPERS_m32_sysinfo_t macro
|
D | ChangeLog | 36308 * sysinfo.c (sysinfo_t): New typedef. Mpersify it.
|