Searched refs:xbc_init (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/tools/bootconfig/scripts/ |
A D | xbc.sh | 23 xbc_init() { # bootconfig-file function
|
A D | bconf2ftrace.sh | 75 xbc_init $BCONF
|
/linux-6.3-rc2/tools/bootconfig/ |
A D | main.c | 233 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.3-rc2/include/linux/ |
A D | bootconfig.h | 284 int __init xbc_init(const char *buf, size_t size, const char **emsg, int *epos);
|
/linux-6.3-rc2/lib/ |
A D | bootconfig.c | 933 int __init xbc_init(const char *data, size_t size, const char **emsg, int *epos) in xbc_init() function
|
/linux-6.3-rc2/init/ |
A D | main.c | 450 ret = xbc_init(data, size, &msg, &pos); in setup_boot_config()
|
Completed in 9 milliseconds