Home
last modified time | relevance | path

Searched refs:errno (Results 1 – 25 of 3503) sorted by path

12345678910>>...141

/illumos-gate/usr/src/boot/common/
H A Dbcache.c129 errno = ENOMEM; in bcache_allocate()
154 errno = ENOMEM; in bcache_allocate()
220 errno = ENODEV; in read_strategy()
H A Dgfx_fb.c180 errno = 0; in gfx_parse_mode_str()
183 if (*x == 0 || errno != 0) in gfx_parse_mode_str()
189 if (*y == 0 || errno != 0) in gfx_parse_mode_str()
196 if (*depth == 0 || errno != 0 || *end != '\0') in gfx_parse_mode_str()
266 errno = 0; in gfx_set_colors()
268 if (errno != 0 || *end != '\0') { in gfx_set_colors()
H A Dinstall.c114 return (errno); in read_metatags()
290 error = errno; in install()
H A Dinterp.c207 filename, strerror(errno)); in include()
H A Dload_elf.c102 return (errno); in __elfN()
H A Dload_elf_obj.c102 return(errno); in __elfN()
H A Dls.c189 "open '%s' failed: %s", path, strerror(errno)); in ls_getdir()
194 "stat failed: %s", strerror(errno)); in ls_getdir()
H A Dmodule.c666 "can't open '%s': %s", name, strerror(errno)); in file_loadraw()
673 "stat error '%s': %s", name, strerror(errno)); in file_loadraw()
691 "error reading '%s': %s", name, strerror(errno)); in file_loadraw()
H A Dmultiboot2.c156 return (errno); in multiboot2_loadfile()
276 strerror(errno)); in multiboot2_loadfile()
H A Dvdisk.c111 if (errno == ENOSYS) in command_mapvd()
112 errno = ENOENT; in command_mapvd()
114 printf("%s: stat failed: %s\n", argv[0], strerror(errno)); in command_mapvd()
139 printf("%s: open failed: %s\n", argv[0], strerror(errno)); in command_mapvd()
207 errno = 0; in command_unmapvd()
209 if (errno != 0 || (*end != '\0' && strcmp(end, ":") != 0)) { in command_unmapvd()
274 errno = 0; in vdisk_strategy()
286 if (errno == 0 && rsize != NULL) { in vdisk_strategy()
289 return (errno); in vdisk_strategy()
/illumos-gate/usr/src/boot/efi/include/
H A Defilib.h95 EFI_STATUS errno_to_efi_status(int errno);
/illumos-gate/usr/src/boot/efi/libefi/
H A DMakefile.com32 errno.c \
H A Ddevicename.c142 errno = 0; in efi_parsedev()
144 if (errno != 0 || cp == np) { in efi_parsedev()
H A Defipart.c659 errno = 0; in efipart_hdinfo_add_filepath()
661 if (errno != 0) { in efipart_hdinfo_add_filepath()
H A Derrno.c98 int errno; in efi_status_to_errno() local
102 errno = EPERM; 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()
147 errno = 0; in efi_status_to_errno()
[all …]
/illumos-gate/usr/src/boot/efi/loader/
H A Dcopy.c224 errno = EFBIG; in efi_copyin()
236 errno = EFBIG; in efi_copyout()
248 errno = EFBIG; in efi_readin()
H A Defiserialio.c455 errno = 0; in comc_parse_mode()
457 if (errno != 0 || *ep != ',') in comc_parse_mode()
463 if (errno != 0 || *ep != ',') in comc_parse_mode()
H A Dframebuffer.c783 errno = 0; in command_gop()
785 if (errno != 0 || *arg == '\0' || cp[0] != '\0') { in command_gop()
824 errno = 0; in command_gop()
826 if (errno != 0 || *arg == '\0' || cp[0] != '\0') { in command_gop()
H A Dmain.c333 strerror(errno)); in probe_zfs_currdev()
639 errno = 0; in uefi_serial_console()
641 if (errno != 0 || *ep != '\0') in uefi_serial_console()
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dzfsboot.c588 errno = 0; in parse_cmd()
590 if (errno == 0 && in parse_cmd()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dcomconsole.c376 errno = 0; in comc_parse_mode()
378 if (errno != 0 || *ep != ',') in comc_parse_mode()
383 errno = 0; in comc_parse_mode()
385 if (errno != 0 || *ep != ',') in comc_parse_mode()
585 errno = 0; in comc_parse_pcidev()
587 if (errno != 0 || p == string || *p != ':' || pres < 0) in comc_parse_pcidev()
593 if (errno != 0 || p == string || *p != ':' || pres < 0) in comc_parse_pcidev()
599 if (errno != 0 || p == string || (*p != ':' && *p != '\0') || pres < 0) in comc_parse_pcidev()
606 if (errno != 0 || p == string || *p != '\0' || pres <= 0) in comc_parse_pcidev()
H A Di386_copy.c193 errno = EFBIG; in i386_copyin()
205 errno = EFBIG; in i386_copyout()
218 errno = EFBIG; in i386_readin()
H A Dlinux.c112 return (errno); in linux_loadkernel()
116 error = errno; in linux_loadkernel()
209 error = errno; in linux_loadkernel()
320 errno = 0; in linux_exec()
328 if (errno != 0 || mode >> 16 != 0 || mode == 0) { in linux_exec()
H A Dmultiboot.c116 return (errno); in multiboot_loadfile()
176 printf("error reading: %s", strerror(errno)); in multiboot_loadfile()
H A Dvbe.c911 errno = 0; in command_vesa()
913 if (errno != 0 || *arg == '\0' || cp[0] != '\0') { in command_vesa()
967 errno = 0; in command_vesa()
969 if (errno != 0 || *arg == '\0' || cp[0] != '\0') { in command_vesa()

12345678910>>...141