Searched defs:EI (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/net/
H A Dether_addr.c80 #define EI(i) (unsigned int)(e->ether_addr_octet[(i)]) macro
93 EI(0), EI(1), EI(2), EI(3), EI(4), EI(5));
/illumos-gate/usr/src/cmd/file/
H A Delf_read.c184 elf_read(int fd, Elf_Info *EI) argument
191 EI->elffd = fd;
194 if (pread64(EI->elffd, (void*)ehdr, size, 0) != size)
201 if (EI->file == NULL)
214 if (get_shdr(EI, 0) == ELF_READ_FAIL)
224 EI->type = ehdr->e_type;
225 EI->machine = ehdr->e_machine;
226 EI->flags = ehdr->e_flags;
230 "read ELF header\n"), File, EI->file);
233 if (process_phdr(EI)
248 get_phdr(Elf_Info *EI, int inx) argument
271 get_shdr(Elf_Info *EI, int inx) argument
307 process_phdr(Elf_Info *EI) argument
416 process_shdr(Elf_Info *EI) argument
[all...]
H A Dfile.c955 print_elf_type(Elf_Info EI) argument
957 switch (EI.type) {
1125 print_elf_flags(Elf_Info EI) argument
1129 flags = EI.flags;
1130 switch (EI.machine) {
/illumos-gate/usr/src/ucblib/libcurses/
H A Dcurses.c54 *DO, *ED, *EI, *K0, *K1, *K2, *K3, *K4, *K5, *K6, *K7, *K8, variable

Completed in 59 milliseconds