Home
last modified time | relevance | path

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

/linux-6.1.9/tools/bootconfig/scripts/
Dxbc.sh23 xbc_init() { # bootconfig-file function
Dbconf2ftrace.sh75 xbc_init $BCONF
/linux-6.1.9/tools/bootconfig/
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()
/linux-6.1.9/include/linux/
Dbootconfig.h284 int __init xbc_init(const char *buf, size_t size, const char **emsg, int *epos);
/linux-6.1.9/lib/
Dbootconfig.c933 int __init xbc_init(const char *data, size_t size, const char **emsg, int *epos) in xbc_init() function
/linux-6.1.9/init/
Dmain.c449 ret = xbc_init(data, size, &msg, &pos); in setup_boot_config()