Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dimageboot.c769 imgboot_get_apticket_path(const char *rootpath, size_t *sz) in imgboot_get_apticket_path() argument
771 size_t plen = strlen(rootpath) + sizeof(APTICKET_NAME) + 1; in imgboot_get_apticket_path()
777 strlcpy(path, rootpath, plen); in imgboot_get_apticket_path()
792 authenticate_root_with_img4(const char *rootpath) in authenticate_root_with_img4() argument
808 DBG_TRACE("Check %s\n", rootpath); in authenticate_root_with_img4()
815 ticket_path = imgboot_get_apticket_path(rootpath, &ticket_pathsz); in authenticate_root_with_img4()
829 vp = imgboot_get_image_file(rootpath, NULL, &rv); in authenticate_root_with_img4()