Searched defs:Entry (Results 1 - 6 of 6) sorted by relevance

/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/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/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/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/uts/common/sys/scsi/adapters/mpt_sas/mpi/
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/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

Completed in 95 milliseconds