/illumos-gate/usr/src/tools/scripts/ |
H A D | find_elf.pl | 233 my($NewFull, $NewRel, $Entry); 238 foreach $Entry ($Dir->read()) { 245 next if ($Entry =~ /^\./); 247 next if ($Entry =~ /^\.\.?$/); 250 $NewFull = join('/', $FullDir, $Entry); 272 $NewRel = join('/', $RelDir, $Entry); 290 if ($opt{f} && !($Entry =~ /\.so$/) && 291 !($Entry =~ /\.so\./) &&
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | boot.s | 96 ! Entry vector
|
/illumos-gate/usr/src/cmd/file/ |
H A D | magicutils.c | 99 typedef struct entry Entry; typedef in typeref:struct:entry 101 static Entry *mtab1; /* 1st magic table, applied before default tests */ 107 static Entry *mtab2; 109 static Entry *mend1; /* one past last-allocated entry in mtab1 */ 110 static Entry *mend2; /* one past last-allocated entry in mtab2 */ 112 static Entry *ep1; /* current entry in mtab1 */ 113 static Entry *ep2; /* current entry in mtab2 */ 225 Entry *mtab; /* generic magic table pointer */ 226 Entry *ep; /* current magic table entry */ 227 Entry *men [all...] |
/illumos-gate/usr/src/boot/sys/boot/i386/pxeldr/ |
H A D | pxeldr.S | 271 pushl MEM_ARG_BTX-MEM_BTX_CLIENT+MEM_ARG_SIZE # Entry point of
|
/illumos-gate/usr/src/cmd/sgs/lari/ |
H A D | lari.pl | 352 foreach my $Entry (sort(readdir(DIR))) { 353 if (($Entry eq '.') || ($Entry eq '..')) { 365 ($Entry !~ /^$Platform$/)) { 369 $File = "$Dir/$Entry";
|
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/ |
H A D | boot.s | 34 * as its interpreter, or from the "a.out compatibility ld.so". Entry 104 ! Entry vector
|
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | magic.c | 65 struct Entry; 69 struct Entry* lab; /* call this function */ 76 typedef struct Entry /* magic file entry */ struct 78 struct Entry* next; /* next in list */ 84 struct Entry* lab;
|
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/ |
H A D | boot0.S | 167 .globl start # Entry point 269 btw %dx,_FLAGS(%bp) # Entry enabled?
|
/illumos-gate/usr/src/uts/sun4/ml/ |
H A D | ip_ocsum.s | 107 ! Entry point for checksum-only.
|
/illumos-gate/usr/src/boot/sys/boot/i386/cdboot/ |
H A D | cdboot.S | 542 pushl MEM_ARG_BTX-MEM_BTX_CLIENT+MEM_ARG_SIZE # Entry point of
|
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/ |
H A D | pmbr.s | 49 .globl start # Entry point
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | actbl1.h | 1369 UINT8 Entry[1]; /* Real size = localities^2 */ member in struct:acpi_table_slit
|
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/ |
H A D | mpi2_history.txt | 353 * Added Log Entry Added Event and related structure.
|
H A D | mpi2_cnfg.h | 3013 MPI2_CONFIG_PAGE_DRIVER_MAP0_ENTRY Entry; /* 0x08 */ member in struct:_MPI2_CONFIG_PAGE_DRIVER_MAPPING_0
|
/illumos-gate/usr/src/uts/common/sys/mpt/ |
H A D | mpi_cnfg.h | 858 fc_port_persistent_t Entry[MPI_FC_PORT_PAGE_3_ENTRY_MAX]; member in struct:config_page_fc_port_3
|
/illumos-gate/usr/src/boot/sys/boot/i386/btx/btx/ |
H A D | btx.S | 128 .long 0x0 # Entry address
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | fakebop.c | 2393 bsetprop(SLIT_PROPNAME, strlen(SLIT_PROPNAME), &tp->Entry,
|
H A D | lgrpplat.c | 2177 * Entry doesn't exist yet, so create one for this proximity 2188 * Entry exists for this proximity domain already, so just 2278 * Entry already exists for this proximity domain 2661 slit_entries = tp->Entry; 3189 * Entry exists where proximity domain hashed, but for
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_hw.h | 1985 * HBA Attribute Entry (8 - 260 bytes) 2019 ATTRIBUTE_ENTRY Entry; /* Variable-length array */ member in struct:__anon7349 2024 * Port Entry
|
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/ |
H A D | acpidev_dr.c | 2557 ep = acpidev_slit_tbl_ptr->Entry;
|