Home
last modified time | relevance | path

Searched refs:API_GET_SYS_INFO (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dapi_public.h38 API_GET_SYS_INFO, enumerator
/openbmc/u-boot/examples/api/
H A Dglue.c128 if (!syscall(API_GET_SYS_INFO, &err, &si)) in ub_get_sys_info()
/openbmc/u-boot/api/
H A Dapi.c636 calls_table[API_GET_SYS_INFO] = &API_get_sys_info; in api_init()