Searched refs:xbc_init (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/bootconfig/scripts/ |
D | xbc.sh | 23 xbc_init() { # bootconfig-file function
|
D | bconf2ftrace.sh | 75 xbc_init $BCONF
|
/kernel/linux/linux-5.10/tools/bootconfig/ |
D | main.c | 214 ret = xbc_init(*buf, &msg, NULL); in load_xbc_from_initrd() 254 ret = xbc_init(buf, &msg, &pos); in init_xbc_with_error() 367 ret = xbc_init(buf, &msg, &pos); in apply_xbc()
|
/kernel/linux/linux-5.10/include/linux/ |
D | bootconfig.h | 222 int __init xbc_init(char *buf, const char **emsg, int *epos);
|
/kernel/linux/linux-5.10/lib/ |
D | bootconfig.c | 774 int __init xbc_init(char *buf, const char **emsg, int *epos) in xbc_init() function
|
/kernel/linux/linux-5.10/init/ |
D | main.c | 460 ret = xbc_init(copy, &msg, &pos); in setup_boot_config()
|