Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dimageboot.c765 imgboot_get_apticket_path(const char *rootpath, size_t *sz) in imgboot_get_apticket_path() argument
767 size_t plen = strlen(rootpath) + sizeof(APTICKET_NAME) + 1; in imgboot_get_apticket_path()
773 strlcpy(path, rootpath, plen); in imgboot_get_apticket_path()
788 authenticate_root_with_img4(const char *rootpath) in authenticate_root_with_img4() argument
804 DBG_TRACE("Check %s\n", rootpath); in authenticate_root_with_img4()
811 ticket_path = imgboot_get_apticket_path(rootpath, &ticket_pathsz); in authenticate_root_with_img4()
825 vp = imgboot_get_image_file(rootpath, NULL, &rv); in authenticate_root_with_img4()