Searched refs:e64 (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/dtrace/test/tst/common/types/ |
H A D | tst.struct.d | 76 e64 = (struct D`env_vars_64 *) 79 printf("e1 = \"%s\"\n", stringof(copyinstr(e64->e1))); 80 printf("e2 = \"%s\"\n", stringof(copyinstr(e64->e2))); 81 printf("e3 = \"%s\"\n", stringof(copyinstr(e64->e3)));
|
H A D | tst.typedef.d | 77 e64 = (D`env_vars_64_t *) 80 printf("e1 = \"%s\"\n", stringof(copyinstr(e64->e1))); 81 printf("e2 = \"%s\"\n", stringof(copyinstr(e64->e2))); 82 printf("e3 = \"%s\"\n", stringof(copyinstr(e64->e3)));
|
/titanic_41/usr/src/lib/libctf/common/ |
H A D | ctf_lib.c | 204 GElf_Ehdr e64; in ctf_fdopen() member 275 ehdr_to_gelf(&e32, &hdr.e64); in ctf_fdopen() 278 shnum = hdr.e64.e_shnum; in ctf_fdopen() 279 shstrndx = hdr.e64.e_shstrndx; in ctf_fdopen() 287 hdr.e64.e_shoff) != sizeof (x32)) in ctf_fdopen() 297 hdr.e64.e_shoff) != sizeof (x64)) in ctf_fdopen() 324 sp32, nbytes, hdr.e64.e_shoff) != nbytes) { in ctf_fdopen() 334 } else if (pread64(fd, sp, nbytes, hdr.e64.e_shoff) != nbytes) { in ctf_fdopen()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | Pcore.c | 1589 Elf64_Ehdr e64; in core_elf_fdopen() local 1591 if (pread64(efp->e_fd, &e64, sizeof (e64), 0) != sizeof (e64)) { in core_elf_fdopen() 1597 (void) memcpy(efp->e_hdr.e_ident, e64.e_ident, EI_NIDENT); in core_elf_fdopen() 1598 efp->e_hdr.e_type = e64.e_type; in core_elf_fdopen() 1599 efp->e_hdr.e_machine = e64.e_machine; in core_elf_fdopen() 1600 efp->e_hdr.e_version = e64.e_version; in core_elf_fdopen() 1601 efp->e_hdr.e_entry = e64.e_entry; in core_elf_fdopen() 1602 efp->e_hdr.e_phoff = e64.e_phoff; in core_elf_fdopen() 1603 efp->e_hdr.e_shoff = e64.e_shoff; in core_elf_fdopen() 1604 efp->e_hdr.e_flags = e64.e_flags; in core_elf_fdopen() [all …]
|
/titanic_41/usr/src/data/hwdata/ |
H A D | pci.ids | 1267 4e64 R300 [Radeon 9700 PRO] (Secondary)
|