Searched refs:xbc_init (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/bootconfig/ |
| H A D | main.c | 238 ret = xbc_init(*buf, size, &msg, NULL); in load_xbc_from_initrd() 278 ret = xbc_init(buf, len, &msg, &pos); in init_xbc_with_error() 395 ret = xbc_init(buf, size, &msg, &pos); in apply_xbc()
|
| /linux/tools/bootconfig/scripts/ |
| H A D | xbc.sh | 23 xbc_init() { # bootconfig-file function
|
| H A D | bconf2ftrace.sh | 75 xbc_init $BCONF
|
| /linux/lib/ |
| H A D | bootconfig.c | 935 int __init xbc_init(const char *data, size_t size, const char **emsg, int *epos) in xbc_init() function
|
| /linux/init/ |
| H A D | main.c | 455 ret = xbc_init(data, size, &msg, &pos); in setup_boot_config()
|