Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/vfs/
H A Dvfs_syscalls.c1947 #define IMGSRC_DEBUG(args...) printf("imgsrc: " args) macro
1949 #define IMGSRC_DEBUG(args...) do { } while(0) macro
1967 IMGSRC_DEBUG("namei() failed with %d\n", error); in authorize_devpath_and_update_mntfromname()
1974 IMGSRC_DEBUG("Not block device.\n"); in authorize_devpath_and_update_mntfromname()
1981 IMGSRC_DEBUG("No device backs the mount.\n"); in authorize_devpath_and_update_mntfromname()
1988 IMGSRC_DEBUG("Coudn't get iocount on device.\n"); in authorize_devpath_and_update_mntfromname()
1993 IMGSRC_DEBUG("Wrong dev_t.\n"); in authorize_devpath_and_update_mntfromname()
2010 IMGSRC_DEBUG("Access denied.\n"); in authorize_devpath_and_update_mntfromname()
2041 IMGSRC_DEBUG("placing: fsname = %s, vp = %s\n", in place_mount_and_checkdirs()
2189 IMGSRC_DEBUG("looking for root vnode.\n"); in relocate_imageboot_source()
[all …]