Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/lib/libefi/
H A Drdwr_efi.c317 return (VT_EINVAL); in efi_get_info()
423 if ((rval == VT_EINVAL) && vptr->efi_nparts > nparts) { in efi_alloc_and_read()
603 return (VT_EINVAL); in check_label()
628 return (VT_EINVAL); in check_label()
677 return (VT_EINVAL); in efi_read()
725 } else if ((rval = check_label(fd, &dk_ioc)) == VT_EINVAL) { in efi_read()
744 if (rval == VT_EINVAL) { in efi_read()
792 rval = VT_EINVAL; in efi_read()
853 return (VT_EINVAL); in efi_read()
973 return (VT_EINVAL); in write_pmbr()
[all …]
/src/sys/contrib/openzfs/include/sys/
H A Defi_partition.h366 #define VT_EINVAL (-4) /* illegal value in vtoc or request */ macro