Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/lib/libefi/
H A Drdwr_efi.c316 return (VT_EINVAL); in efi_get_info()
602 return (VT_EINVAL); in check_label()
627 return (VT_EINVAL); in check_label()
676 return (VT_EINVAL); in efi_read()
791 rval = VT_EINVAL; in efi_read()
852 return (VT_EINVAL); in efi_read()
972 return (VT_EINVAL); in write_pmbr()
1001 return (VT_EINVAL); in check_input()
1092 return (VT_EINVAL); in call_blkpg_ioctl()
1228 return (VT_EINVAL); in efi_use_whole_disk()
[all …]
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Defi_partition.h365 #define VT_EINVAL (-4) /* illegal value in vtoc or request */ macro