Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libefi/
H A Drdwr_efi.c361 return (VT_ERROR); in efi_get_info()
460 return (VT_ERROR); in efi_alloc_and_read()
473 return (VT_ERROR); in efi_alloc_and_read()
636 return (VT_ERROR); in check_label()
752 return (VT_ERROR); in efi_read()
765 return (VT_ERROR); in efi_read()
853 } else if (vdc_flag && rval == VT_ERROR && errno == EINVAL) { in efi_read()
951 return (VT_ERROR); in write_pmbr()
1020 return (VT_ERROR); in write_pmbr()
1429 return (VT_ERROR); in efi_write()
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dvtoc.h92 #define VT_ERROR (-2) /* errno supplies specific error */ macro