Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Dchunklist.c66 static const char *bootkc_path = "/System/Library/KernelCollections/BootKernelExtensions.kc.debug"; variable
68 static const char *bootkc_path = "/System/Library/KernelCollections/BootKernelExtensions.kc.kasan"; variable
70 static const char *bootkc_path = "/System/Library/KernelCollections/BootKernelExtensions.kc.develop… variable
72 static const char *bootkc_path = "/System/Library/KernelCollections/BootKernelExtensions.kc"; variable
659 err = imageboot_read_file(bootkc_path, &buf, &bufsz, NULL); in authenticate_bootkc_uuid()
680 AUTHPRNT("UUID of running bootkc does not match %s", bootkc_path); in authenticate_bootkc_uuid()