Home
last modified time | relevance | path

Searched refs:off (Results 1 – 25 of 1488) sorted by path

12345678910>>...60

/illumos-gate/usr/src/
H A DMakefile.smatch39 SMATCH_off = -_smatch=off
/illumos-gate/usr/src/boot/
H A DMakefile.inc62 SMATCH_off = -_smatch=off
/illumos-gate/usr/src/boot/common/
H A Dbootstrap.h71 int kern_pread(int fd, vm_offset_t dest, size_t len, off_t off);
72 void *alloc_pread(int fd, off_t off, size_t len);
H A Dgfx_fb.c491 off_t off; in gfxfb_blt_fill() local
553 off += bpp; in gfxfb_blt_fill()
572 off_t off; in gfxfb_blt_video_to_buffer() local
674 off_t off; in gfxfb_blt_buffer_to_video() local
739 off = x * bpp; in gfxfb_blt_buffer_to_video()
743 off, (c < NCOLORS) ? in gfxfb_blt_buffer_to_video()
748 off, c); in gfxfb_blt_buffer_to_video()
752 off, (c >> 16) & 0xff); in gfxfb_blt_buffer_to_video()
756 off + 2, c & 0xff); in gfxfb_blt_buffer_to_video()
760 off, c); in gfxfb_blt_buffer_to_video()
[all …]
H A Dhelp.common93 framebuffer on | off | get | list [depth] | set <display or mode number>
95 Switch framebuffer mode on or off, get current mode, list available
H A Dload_elf.c71 uint64_t off; member
342 off = - (off & 0xffffffffff000000ull); in __elfN()
345 off = - (off & 0xff000000u); in __elfN()
356 if (off & 0xf0000000u) { in __elfN()
357 off = -(off & 0xf0000000u); in __elfN()
363 off += 0x01000000; in __elfN()
364 ehdr->e_entry += off; in __elfN()
369 off = 0; in __elfN()
392 ehdr->e_entry += off; in __elfN()
401 ef->off = off; in __elfN()
[all …]
H A Dload_elf_obj.c62 vm_offset_t off; member
189 __elfN(obj_loadimage)(struct preloaded_file *fp, elf_file_t ef, u_int64_t off) in __elfN()
197 firstaddr = lastaddr = (vm_offset_t)off; in __elfN()
199 ef->off = (vm_offset_t)off; in __elfN()
466 Elf_Addr off = p; in __elfN() local
482 if (off < base || off + len > base + in __elfN()
495 &a, ELF_RELOC_RELA, base, off, val, len); in __elfN()
508 &r, ELF_RELOC_REL, base, off, val, len); in __elfN()
H A Dmisc.c121 kern_pread(int fd, vm_offset_t dest, size_t len, off_t off) in kern_pread() argument
124 if (lseek(fd, off, SEEK_SET) == -1) { in kern_pread()
144 alloc_pread(int fd, off_t off, size_t len) in alloc_pread() argument
155 if (lseek(fd, off, SEEK_SET) == -1) { in alloc_pread()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defipart.c1058 uint64_t off, disk_blocks, d_offset = 0; in efipart_realstrategy() local
1080 off = blk * 512; in efipart_realstrategy()
1097 if ((off + size) / blkio->Media->BlockSize > d_offset + disk_blocks) { in efipart_realstrategy()
1099 readstart = off / blkio->Media->BlockSize; in efipart_realstrategy()
1114 (off % blkio->Media->BlockSize == 0)) in efipart_realstrategy()
1144 blk = off / blkio->Media->BlockSize; in efipart_realstrategy()
1145 blkoff = off % blkio->Media->BlockSize; in efipart_realstrategy()
/illumos-gate/usr/src/boot/efi/loader/
H A Dcopy.c117 vm_offset_t off; in efi_physaddr() local
124 off = addr; in efi_physaddr()
126 off = memmap_find(map, count, dsize, off, size); in efi_physaddr()
127 if (off != 0) in efi_physaddr()
128 off = addr_verify(module, off, size); in efi_physaddr()
129 if (off != 0) in efi_physaddr()
142 } while (off == 0); in efi_physaddr()
148 if (off == 0 || off >= UINT32_MAX) in efi_physaddr()
149 off = addr_verify(module, laddr, size); in efi_physaddr()
151 return (off); in efi_physaddr()
/illumos-gate/usr/src/boot/forth/
H A Dmenu-commands.4th235 s" off"
H A Dmenu.4th250 \ off: 2 - acpi is set off
H A Dmenu.rc156 \ In EFI mode the framebuffer cannot be disabled. Although "framebuffer off"
H A Dsupport.4th1488 \ last thing to do is to strip off ".hash" suffix
/illumos-gate/usr/src/boot/i386/common/
H A Ddrv.c60 packet.off = VTOPOFF(buf); in drvread()
84 packet.off = VTOPOFF(buf); in drvwrite()
H A Dedd.h39 uint16_t off; member
47 uint16_t off; member
/illumos-gate/usr/src/boot/i386/isoboot/
H A Dcd9660read.c231 size_t dsize, off; in cd9660_lookup() local
259 off = 0; in cd9660_lookup()
262 while (off < dsize) { in cd9660_lookup()
263 if ((off % ISO_DEFAULT_BLOCK_SIZE) == 0) { in cd9660_lookup()
273 off = boff * ISO_DEFAULT_BLOCK_SIZE; in cd9660_lookup()
293 off = boff * ISO_DEFAULT_BLOCK_SIZE; in cd9660_lookup()
296 off += isonum_711(dp->length); in cd9660_lookup()
298 if (off >= dsize) { in cd9660_lookup()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosdisk.c1133 packet.off = VTOPOFF(dest); in bd_edd_io()
H A Di386_copy.c113 vm_offset_t off; in i386_loadaddr() local
155 off = roundup2(mfp->f_addr + mfp->f_size + 1, in i386_loadaddr()
167 if ((off >= fb_addr && off <= fb_addr + fb_size) || in i386_loadaddr()
168 (off + size >= fb_addr && in i386_loadaddr()
169 off + size <= fb_addr + fb_size)) { in i386_loadaddr()
172 off = roundup2(fb_addr + fb_size + 1, in i386_loadaddr()
176 off = smap_find(smap, smaplen, off, size); in i386_loadaddr()
177 off = addr_verify(fp, off, size); in i386_loadaddr()
178 if (off != 0) in i386_loadaddr()
184 } while (off == 0); in i386_loadaddr()
[all …]
H A Dpxetramp.s26 push %ax # off:data
/illumos-gate/usr/src/boot/include/netinet/
H A Dudp_var.h58 typedef void(*udp_tun_func_t)(struct mbuf *, int off, struct inpcb *,
/illumos-gate/usr/src/boot/libsa/
H A DMakefile.inc124 objs/_inflate.o := SMATCH=off
125 pics/_inflate.o := SMATCH=off
H A Dcd9660.c289 size_t read, dsize, off; in cd9660_open() local
330 off = 0; in cd9660_open()
333 while (off < dsize) { in cd9660_open()
334 if ((off % ISO_DEFAULT_BLOCK_SIZE) == 0) { in cd9660_open()
351 off = boff * ISO_DEFAULT_BLOCK_SIZE; in cd9660_open()
372 off = boff * ISO_DEFAULT_BLOCK_SIZE; in cd9660_open()
375 off += isonum_711(dp->length); in cd9660_open()
377 if (off >= dsize) { in cd9660_open()
H A Ddosfs.c301 off = f->offset; in dos_read()
328 off = 0; in dos_read()
344 off_t off; in dos_seek() local
351 off = 0; in dos_seek()
357 off = size; in dos_seek()
363 off += offset; in dos_seek()
364 if (off < 0 || off > size) { in dos_seek()
370 return (off); in dos_seek()
675 uint_t off; in cp_xdnm() member
833 uint_t off, n; in ioread() local
[all …]
H A Dext2fs.c704 long off; in buf_read_file() local
710 off = blkoff(fs, fp->f_seekp); in buf_read_file()
741 *buf_p = fp->f_buf + off; in buf_read_file()
742 *size_p = block_size - off; in buf_read_file()

12345678910>>...60