Home
last modified time | relevance | path

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

/Linux-v5.15/tools/bootconfig/scripts/
Dxbc.sh23 xbc_init() { # bootconfig-file function
Dbconf2ftrace.sh75 xbc_init $BCONF
/Linux-v5.15/tools/bootconfig/
Dmain.c232 ret = xbc_init(*buf, &msg, NULL); in load_xbc_from_initrd()
272 ret = xbc_init(buf, &msg, &pos); in init_xbc_with_error()
385 ret = xbc_init(buf, &msg, &pos); in apply_xbc()
/Linux-v5.15/include/linux/
Dbootconfig.h274 int __init xbc_init(char *buf, const char **emsg, int *epos);
/Linux-v5.15/lib/
Dbootconfig.c814 int __init xbc_init(char *buf, const char **emsg, int *epos) in xbc_init() function
/Linux-v5.15/init/
Dmain.c455 ret = xbc_init(copy, &msg, &pos); in setup_boot_config()