Searched refs:xbc_path (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/bootconfig/ |
H A D | main.c | 341 static int apply_xbc(const char *path, const char *xbc_path) in apply_xbc() argument 351 ret = load_xbc_file(xbc_path, &buf); in apply_xbc() 353 pr_err("Failed to load %s : %d\n", xbc_path, ret); in apply_xbc() 375 printf("Apply %s to %s\n", xbc_path, path); in apply_xbc()
|
/kernel/linux/linux-6.6/tools/bootconfig/ |
H A D | main.c | 360 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()
|
Completed in 3 milliseconds