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