Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libefi/
H A Drdwr_efi.c359 return (VT_EINVAL); in efi_get_info()
646 return (VT_EINVAL); in check_label()
671 return (VT_EINVAL); in check_label()
720 return (VT_EINVAL); in efi_read()
835 rval = VT_EINVAL; in efi_read()
896 return (VT_EINVAL); in efi_read()
1018 return (VT_EINVAL); in write_pmbr()
1047 return (VT_EINVAL); in check_input()
1138 return (VT_EINVAL); in call_blkpg_ioctl()
1274 return (VT_EINVAL); in efi_use_whole_disk()
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dvtoc.h94 #define VT_EINVAL (-4) /* illegal value in vtoc or request */ macro