Home
last modified time | relevance | path

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

/linux/tools/bootconfig/
H A Dmain.c241 ret = xbc_init(*buf, size, &msg, NULL); in load_xbc_from_initrd()
281 ret = xbc_init(buf, len, &msg, &pos); in init_xbc_with_error()
437 ret = xbc_init(buf, size, &msg, &pos); in apply_xbc()
/linux/tools/bootconfig/scripts/
H A Dxbc.sh23 xbc_init() { # bootconfig-file function
H A Dbconf2ftrace.sh75 xbc_init $BCONF
/linux/lib/
H A Dbootconfig.c984 * If you need to reuse xbc_init() with new boot config, you can in xbc_init()
999 * xbc_init() - Parse given XBC file and build XBC internal tree in xbc_init()
1013 int __init xbc_init(const char *data, size_t size, const char **emsg, int *epos)
957 int __init xbc_init(const char *data, size_t size, const char **emsg, int *epos) xbc_init() function