Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libefi/
H A Drdwr_efi.c318 return (VT_ERROR); in efi_get_info()
417 return (VT_ERROR); in efi_alloc_and_read()
430 return (VT_ERROR); in efi_alloc_and_read()
592 return (VT_ERROR); in check_label()
708 return (VT_ERROR); in efi_read()
721 return (VT_ERROR); in efi_read()
809 } else if (vdc_flag && rval == VT_ERROR && errno == EINVAL) { in efi_read()
906 return (VT_ERROR); in write_pmbr()
974 return (VT_ERROR); in write_pmbr()
1383 return (VT_ERROR); in efi_write()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Defi_partition.h363 #define VT_ERROR (-2) /* errno supplies specific error */ macro