Searched refs:imgpath (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/boot/efi/boot1/
H A Dboot1.c84 * nodes_match returns TRUE if the imgpath isn't NULL and the nodes match,
88 nodes_match(EFI_DEVICE_PATH *imgpath, EFI_DEVICE_PATH *devpath) argument
92 if (imgpath == NULL || imgpath->Type != devpath->Type ||
93 imgpath->SubType != devpath->SubType)
96 len = DevicePathNodeLength(imgpath);
100 return (memcmp(imgpath, devpath, (size_t)len) == 0);
104 * device_paths_match returns TRUE if the imgpath isn't NULL and all nodes
105 * in imgpath and devpath match up to their respect occurances of a media
109 device_paths_match(EFI_DEVICE_PATH *imgpath, EFI_DEVICE_PAT argument
462 probe_handle(EFI_HANDLE h, EFI_DEVICE_PATH *imgpath, BOOLEAN *preferred) argument
531 probe_handle_status(EFI_HANDLE h, EFI_DEVICE_PATH *imgpath) argument
566 EFI_DEVICE_PATH *imgpath; local
[all...]
/freebsd-10-stable/contrib/netbsd-tests/dev/cgd/
H A Dt_cgd_3des.c696 open_disk(const char *devpath, const char *imgpath, size_t size) argument
700 fd = open(imgpath, O_CREAT | O_RDWR | O_TRUNC, 0600);
708 imgpath, RUMP_ETFS_BLK, 0, size) < 0) {
712 unlink(imgpath);
716 unlink(imgpath);
821 const char imgpath[] = "3des-cbc-192-encblkno1.img"; local
828 RL(dkfd = open_disk(dkpath, imgpath, dksize));
868 const char imgpath[] = "3des-cbc-192-encblkno8.img"; local
875 RL(dkfd = open_disk(dkpath, imgpath, dksize));
H A Dt_cgd_blowfish.c1932 open_disk(const char *devpath, const char *imgpath, size_t size) argument
1936 fd = open(imgpath, O_CREAT | O_RDWR | O_TRUNC, 0600);
1944 imgpath, RUMP_ETFS_BLK, 0, size) < 0) {
1948 unlink(imgpath);
1952 unlink(imgpath);
2057 const char imgpath[] = "blowfish-cbc-128-encblkno1.img"; local
2064 RL(dkfd = open_disk(dkpath, imgpath, dksize));
2104 const char imgpath[] = "blowfish-cbc-128-encblkno8.img"; local
2111 RL(dkfd = open_disk(dkpath, imgpath, dksize));
2151 const char imgpath[] local
2198 const char imgpath[] = "blowfish-cbc-256-encblkno8.img"; local
2245 const char imgpath[] = "blowfish-cbc-448-encblkno1.img"; local
2292 const char imgpath[] = "blowfish-cbc-448-encblkno8.img"; local
[all...]
H A Dt_cgd_aes.c3097 open_disk(const char *devpath, const char *imgpath, size_t size) argument
3101 fd = open(imgpath, O_CREAT | O_RDWR | O_TRUNC, 0600);
3109 imgpath, RUMP_ETFS_BLK, 0, size) < 0) {
3113 unlink(imgpath);
3117 unlink(imgpath);
3228 const char imgpath[] = "aes-cbc-128-encblkno1.img"; local
3235 RL(dkfd = open_disk(dkpath, imgpath, dksize));
3275 const char imgpath[] = "aes-cbc-128-encblkno8.img"; local
3282 RL(dkfd = open_disk(dkpath, imgpath, dksize));
3322 const char imgpath[] local
3369 const char imgpath[] = "aes-cbc-192-encblkno8.img"; local
3416 const char imgpath[] = "aes-cbc-256-encblkno1.img"; local
3463 const char imgpath[] = "aes-cbc-256-encblkno8.img"; local
3509 const char imgpath[] = "aes-xts-256.img"; local
3561 const char imgpath[] = "aes-xts-512.img"; local
[all...]

Completed in 116 milliseconds