Searched refs:xbc_init (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/bootconfig/scripts/
H A Dxbc.sh23 xbc_init() { # bootconfig-file function
H A Dbconf2ftrace.sh75 xbc_init $BCONF
/linux-master/tools/bootconfig/
H A Dmain.c233 ret = xbc_init(*buf, size, &msg, NULL);
273 ret = xbc_init(buf, len, &msg, &pos);
386 ret = xbc_init(buf, size, &msg, &pos);
/linux-master/include/linux/
H A Dbootconfig.h285 int __init xbc_init(const char *buf, size_t size, const char **emsg, int *epos);
/linux-master/init/
H A Dmain.c447 ret = xbc_init(data, size, &msg, &pos);

Completed in 131 milliseconds