Home
last modified time | relevance | path

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

/openbmc/linux/tools/bootconfig/scripts/
H A Dxbc.sh23 xbc_init() { # bootconfig-file function
H A Dbconf2ftrace.sh75 xbc_init $BCONF
/openbmc/linux/tools/bootconfig/
H A Dmain.c233 ret = xbc_init(*buf, size, &msg, NULL); in load_xbc_from_initrd()
273 ret = xbc_init(buf, len, &msg, &pos); in init_xbc_with_error()
386 ret = xbc_init(buf, size, &msg, &pos); in apply_xbc()
/openbmc/linux/include/linux/
H A Dbootconfig.h284 int __init xbc_init(const char *buf, size_t size, const char **emsg, int *epos);
/openbmc/linux/lib/
H A Dbootconfig.c936 int __init xbc_init(const char *data, size_t size, const char **emsg, int *epos) in xbc_init() function
/openbmc/linux/init/
H A Dmain.c445 ret = xbc_init(data, size, &msg, &pos); in setup_boot_config()