Home
last modified time | relevance | path

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

/linux/tools/bootconfig/
H A Dmain.c238 ret = xbc_init(*buf, size, &msg, NULL); in load_xbc_from_initrd()
278 ret = xbc_init(buf, len, &msg, &pos); in init_xbc_with_error()
395 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.c935 int __init xbc_init(const char *data, size_t size, const char **emsg, int *epos) in xbc_init() function
/linux/init/
H A Dmain.c455 ret = xbc_init(data, size, &msg, &pos); in setup_boot_config()