Searched refs:Entry (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/tools/scripts/
H A Dfind_elf.pl233 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 Dboot.s96 ! Entry vector
/illumos-gate/usr/src/cmd/file/
H A Dmagicutils.c99 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 Dpxeldr.S271 pushl MEM_ARG_BTX-MEM_BTX_CLIENT+MEM_ARG_SIZE # Entry point of
/illumos-gate/usr/src/cmd/sgs/lari/
H A Dlari.pl352 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 Dboot.s34 * 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 Dmagic.c65 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 Dboot0.S167 .globl start # Entry point
269 btw %dx,_FLAGS(%bp) # Entry enabled?
/illumos-gate/usr/src/uts/sun4/ml/
H A Dip_ocsum.s107 ! Entry point for checksum-only.
/illumos-gate/usr/src/boot/sys/boot/i386/cdboot/
H A Dcdboot.S542 pushl MEM_ARG_BTX-MEM_BTX_CLIENT+MEM_ARG_SIZE # Entry point of
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s49 .globl start # Entry point
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dactbl1.h1369 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 Dmpi2_history.txt353 * Added Log Entry Added Event and related structure.
H A Dmpi2_cnfg.h3013 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 Dmpi_cnfg.h858 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 Dbtx.S128 .long 0x0 # Entry address
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c2393 bsetprop(SLIT_PROPNAME, strlen(SLIT_PROPNAME), &tp->Entry,
H A Dlgrpplat.c2177 * 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 Demlxs_hw.h1985 * 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 Dacpidev_dr.c2557 ep = acpidev_slit_tbl_ptr->Entry;

Completed in 144 milliseconds