Searched refs:xbc_init (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/tools/bootconfig/scripts/ |
| D | xbc.sh | 23 xbc_init() { # bootconfig-file function
|
| D | bconf2ftrace.sh | 75 xbc_init $BCONF
|
| /Linux-v5.15/tools/bootconfig/ |
| D | main.c | 232 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/ |
| D | bootconfig.h | 274 int __init xbc_init(char *buf, const char **emsg, int *epos);
|
| /Linux-v5.15/lib/ |
| D | bootconfig.c | 814 int __init xbc_init(char *buf, const char **emsg, int *epos) in xbc_init() function
|
| /Linux-v5.15/init/ |
| D | main.c | 455 ret = xbc_init(copy, &msg, &pos); in setup_boot_config()
|