Home
last modified time | relevance | path

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

/dflybsd-src/stand/boot/efi/boot1/
H A Dboot_module.h107 extern char *devpath_str(EFI_DEVICE_PATH *devpath);
H A Dboot1.c310 devpath_str(EFI_DEVICE_PATH *devpath) in devpath_str() function
510 DPRINTF("probing: %s\n", devpath_str(devpath)); in probe_handle()
699 DPRINTF("boot1 imagepath: %s\n", devpath_str(imgpath)); in efi_main()
H A Dufs_module.c132 DPRINTF("Loading '%s' from %s\n", filepath, devpath_str(dev->devpath)); in load()