Home
last modified time | relevance | path

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

/Linux-v6.6/tools/bootconfig/
Dmain.c360 static int apply_xbc(const char *path, const char *xbc_path) in apply_xbc() argument
370 ret = load_xbc_file(xbc_path, &buf); in apply_xbc()
372 pr_err("Failed to load %s : %d\n", xbc_path, ret); in apply_xbc()
394 printf("Apply %s to %s\n", xbc_path, path); in apply_xbc()