Searched refs:xbc_init (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/bootconfig/ |
| H A D | main.c | 241 ret = xbc_init(*buf, size, &msg, NULL); in load_xbc_from_initrd() 281 ret = xbc_init(buf, len, &msg, &pos); in init_xbc_with_error() 437 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 | 984 * If you need to reuse xbc_init() with new boot config, you can in xbc_init() 999 * xbc_init() - Parse given XBC file and build XBC internal tree in xbc_init() 1013 int __init xbc_init(const char *data, size_t size, const char **emsg, int *epos) 957 int __init xbc_init(const char *data, size_t size, const char **emsg, int *epos) xbc_init() function
|