Home
last modified time | relevance | path

Searched refs:where (Results 1 – 25 of 704) sorted by path

12345678910>>...29

/illumos-gate/usr/src/
H A DOPENSOLARIS.LICENSE286 the Participant Software (meaning the Contributor Version where
287 the Participant is a Contributor or the Original Software where
H A DREADME.license-files48 create multiple "THIRDPARTYLICENSE.foo" files, where "foo"
101 actions may be preceded by $(blah_ONLY), where "blah" corresponds
/illumos-gate/usr/src/boot/
H A DREADME.loader110 root filesystem, so be careful where you tell it to read
/illumos-gate/usr/src/boot/common/
H A Dreloc_elf.c81 Elf64_Addr *where, val; in __elfN()
90 where = (Elf_Addr *)((char *)data + relbase + rel->r_offset - in __elfN()
109 if ((char *)where < (char *)data || (char *)where >= (char *)data + len) in __elfN()
113 addend = *where; in __elfN()
125 *where = val; in __elfN()
130 *where = val; in __elfN()
139 Elf_Addr addend, addr, *where, val; in __elfN()
166 if ((char *)where < (char *)data || (char *)where >= (char *)data + len) in __elfN()
170 addend = *where; in __elfN()
180 *where = addr; in __elfN()
[all …]
/illumos-gate/usr/src/boot/forth/
H A Dmenusets.4th385 \ otherwise, the following variables are referenced (where {name}
H A Dsupport.4th32 \ print_syntax_error ( -- ) print line and marker of where a syntax
/illumos-gate/usr/src/boot/i386/cdboot/
H A Dcdboot.S50 .set MEM_BTX_ADDRESS,0x9000 # where BTX lives
51 .set MEM_BTX_ENTRY,0x9010 # where BTX starts to execute
53 .set MEM_BTX_CLIENT,0xa000 # where BTX clients live
/illumos-gate/usr/src/boot/i386/loader/
H A Dhelp.i38624 and where the IDE disks are the default boot device, it is necessary
/illumos-gate/usr/src/boot/i386/pxeldr/
H A Dpxeldr.S50 .set MEM_BTX_ADDRESS,0x9000 # where BTX lives
51 .set MEM_BTX_ENTRY,0x9010 # where BTX starts to execute
53 .set MEM_BTX_CLIENT,0xa000 # where BTX clients live
/illumos-gate/usr/src/boot/libsa/
H A Dbzipfs.c324 bzf_seek(struct open_file *f, off_t offset, int where) in bzf_seek() argument
330 switch (where) { in bzf_seek()
H A Dcd9660.c69 static off_t cd9660_seek(struct open_file *f, off_t offset, int where);
589 cd9660_seek(struct open_file *f, off_t offset, int where) in cd9660_seek() argument
593 switch (where) { in cd9660_seek()
H A Dext2fs.c101 static off_t ext2fs_seek(struct open_file *f, off_t offset, int where);
848 ext2fs_seek(struct open_file *f, off_t offset, int where) in ext2fs_seek() argument
852 switch (where) { in ext2fs_seek()
H A Dgzipfs.c50 static off_t zf_seek(struct open_file *f, off_t offset, int where);
298 zf_seek(struct open_file *f, off_t offset, int where) in zf_seek() argument
304 switch (where) { in zf_seek()
H A Dlseek.c67 lseek(int fd, off_t offset, int where) in lseek() argument
82 switch (where) { in lseek()
104 if (f->f_ralen != 0 && where != SEEK_END) { in lseek()
109 switch (where) { in lseek()
132 if (where == SEEK_CUR) in lseek()
140 return (f->f_ops->fo_seek)(f, offset, where); in lseek()
H A Dnfs.c128 static off_t nfs_seek(struct open_file *f, off_t offset, int where);
708 nfs_seek(struct open_file *f, off_t offset, int where) in nfs_seek() argument
713 switch (where) { in nfs_seek()
H A Dnullfs.c98 int where __unused) in null_seek()
H A Dsplitfs.c51 static off_t splitfs_seek(struct open_file *f, off_t offset, int where);
235 splitfs_seek(struct open_file *f, off_t offset, int where) in splitfs_seek() argument
245 switch (where) { in splitfs_seek()
H A Dstand.h113 off_t (*fo_seek)(struct open_file *f, off_t offset, int where);
H A Dtftp.c609 tftp_seek(struct open_file *f, off_t offset, int where) in tftp_seek() argument
614 switch (where) { in tftp_seek()
H A Dufs.c771 ufs_seek(struct open_file *f, off_t offset, int where) in ufs_seek() argument
775 switch (where) { in ufs_seek()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfs.c165 zfs_seek(struct open_file *f, off_t offset, int where) in zfs_seek() argument
171 switch (where) { in zfs_seek()
/illumos-gate/usr/src/cmd/abi/appcert/etc/
H A Detc.alt.in37 # file =~ -> $file =~ where $file is `/bin/file /path/to/object`
38 # dump =~ -> $dump =~ where $dump is `/usr/ccs/bin/dump /path/to/object`
39 # needed =~ -> $needed =~ where $needed is a list of all needed libs.
H A Detc.warn.in36 # file =~ -> $file =~ where $file is `/bin/file /path/to/object`
37 # dump =~ -> $dump =~ where $dump is `/usr/ccs/bin/dump /path/to/object`
38 # needed =~ -> $needed =~ where $needed is a list of all ldd needed libs.
39 # syms =~ -> $syms =~ where $syms is a string of the direct symbols.
/illumos-gate/usr/src/cmd/acpi/common/
H A Dosunixxf.c713 ACPI_PHYSICAL_ADDRESS where, in AcpiOsMapMemory() argument
717 return (ACPI_TO_POINTER ((ACPI_SIZE) where)); in AcpiOsMapMemory()
737 void *where, in AcpiOsUnmapMemory() argument
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dnew_table.txt28 For tables not defined in the ACPI spec, add a comment to indicate where

12345678910>>...29