Home
last modified time | relevance | path

Searched refs:xbc_init (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/tools/bootconfig/
H A Dmain.c232 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()
/OK3568_Linux_fs/kernel/tools/bootconfig/scripts/
H A Dxbc.sh23 xbc_init() { # bootconfig-file function
H A Dbconf2ftrace.sh75 xbc_init $BCONF
/OK3568_Linux_fs/kernel/include/linux/
H A Dbootconfig.h274 int __init xbc_init(char *buf, const char **emsg, int *epos);
/OK3568_Linux_fs/kernel/lib/
H A Dbootconfig.c814 int __init xbc_init(char *buf, const char **emsg, int *epos) in xbc_init() function
/OK3568_Linux_fs/kernel/init/
H A Dmain.c449 ret = xbc_init(copy, &msg, &pos); in setup_boot_config()