Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libefi/
H A Drdwr_efi.c316 return (VT_EINVAL); in efi_get_info()
422 if ((rval == VT_EINVAL) && vptr->efi_nparts > nparts) { in efi_alloc_and_read()
602 return (VT_EINVAL); in check_label()
627 return (VT_EINVAL); in check_label()
676 return (VT_EINVAL); in efi_read()
724 } else if ((rval = check_label(fd, &dk_ioc)) == VT_EINVAL) { in efi_read()
743 if (rval == 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()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Defi_partition.h365 #define VT_EINVAL (-4) /* illegal value in vtoc or request */ macro