Lines Matching refs:errno
33 errno_to_efi_status(int errno) in errno_to_efi_status() argument
37 switch (errno) { in errno_to_efi_status()
98 int errno; in efi_status_to_errno() local
102 errno = EPERM; in efi_status_to_errno()
106 errno = EOVERFLOW; in efi_status_to_errno()
111 errno = EIO; in efi_status_to_errno()
115 errno = EINVAL; in efi_status_to_errno()
119 errno = ESTALE; in efi_status_to_errno()
123 errno = ENXIO; in efi_status_to_errno()
127 errno = ENOENT; in efi_status_to_errno()
131 errno = ENOMEM; in efi_status_to_errno()
135 errno = ENODEV; in efi_status_to_errno()
139 errno = ENOSPC; in efi_status_to_errno()
143 errno = EACCES; in efi_status_to_errno()
147 errno = 0; in efi_status_to_errno()
151 errno = EDOOFUS; in efi_status_to_errno()
155 return (errno); in efi_status_to_errno()