Searched refs:VT_EINVAL (Results 1 – 2 of 2) sorted by relevance
317 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 …]
366 #define VT_EINVAL (-4) /* illegal value in vtoc or request */ macro