Searched refs:e32 (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | eui64.h | 35 uint32_t e32[2]; /* lower 64-bit IPv6 address */ member 56 u_int32_t e32[2]; member 61 #define eui64_iszero(e) (((e).e32[0] | (e).e32[1]) == 0) 62 #define eui64_equals(e, o) (((e).e32[0] == (o).e32[0]) && \ 63 ((e).e32[1] == (o).e32[1])) 64 #define eui64_zero(e) ((e).e32[0] = (e).e32[1] = 0) 69 (e).e32[0] = magic(), \ 70 (e).e32[1] = magic(), \ 91 (e).e32[0] = 0, \ 92 (e).e32[1] = htonl(l) \
|
/titanic_50/usr/src/test/libc-tests/tests/ |
H A D | endian.c | 82 uint32_t e32, test32; in endian_frombig() local 87 e32 = 0x44332211UL; in endian_frombig() 91 e32 = 0x11223344UL; in endian_frombig() 103 VERIFY3U(test32, ==, e32); in endian_frombig() 105 VERIFY3U(test32, ==, e32); in endian_frombig() 120 uint32_t e32, test32; in endian_fromlittle() local 125 e32 = 0x11223344UL; in endian_fromlittle() 129 e32 = 0x44332211UL; in endian_fromlittle() 141 VERIFY3U(test32, ==, e32); in endian_fromlittle() 143 VERIFY3U(test32, ==, e32); in endian_fromlittle()
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/types/ |
H A D | tst.struct.d | 63 e32 = (struct D`env_vars_32 *) 66 printf("e1 = \"%s\"\n", stringof(copyinstr(e32->e1))); 67 printf("e2 = \"%s\"\n", stringof(copyinstr(e32->e2))); 68 printf("e3 = \"%s\"\n", stringof(copyinstr(e32->e3)));
|
H A D | tst.typedef.d | 64 e32 = (D`env_vars_32_t *) 67 printf("e1 = \"%s\"\n", stringof(copyinstr(e32->e1))); 68 printf("e2 = \"%s\"\n", stringof(copyinstr(e32->e2))); 69 printf("e3 = \"%s\"\n", stringof(copyinstr(e32->e3)));
|
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_lib.c | 428 Elf32_Ehdr e32; in ctf_fdcreate_int() member 481 bcmp(&hdr.e32.e_ident[EI_MAG0], ELFMAG, SELFMAG) == 0) { in ctf_fdcreate_int() 493 if (hdr.e32.e_ident[EI_DATA] != order) in ctf_fdcreate_int() 495 if (hdr.e32.e_version != EV_CURRENT) in ctf_fdcreate_int() 498 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS64) { in ctf_fdcreate_int() 502 Elf32_Ehdr e32 = hdr.e32; in ctf_fdcreate_int() local 503 ehdr_to_gelf(&e32, &hdr.e64); in ctf_fdcreate_int() 511 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS32) { in ctf_fdcreate_int() 546 if (hdr.e32.e_ident[EI_CLASS] == ELFCLASS32) { in ctf_fdcreate_int()
|
/titanic_50/usr/src/lib/libproc/common/ |
H A D | Pcore.c | 1555 Elf32_Ehdr e32; in core_elf_fdopen() local 1563 if (pread64(efp->e_fd, &e32, sizeof (e32), 0) != sizeof (e32)) { in core_elf_fdopen() 1568 if ((is_noelf = memcmp(&e32.e_ident[EI_MAG0], ELFMAG, SELFMAG)) != 0 || in core_elf_fdopen() 1569 e32.e_type != type || (isa_err = (e32.e_ident[EI_DATA] != order)) || in core_elf_fdopen() 1570 e32.e_version != EV_CURRENT) { in core_elf_fdopen() 1587 if (e32.e_ident[EI_CLASS] == ELFCLASS64) { in core_elf_fdopen() 1617 (void) memcpy(efp->e_hdr.e_ident, e32.e_ident, EI_NIDENT); in core_elf_fdopen() 1618 efp->e_hdr.e_type = e32.e_type; in core_elf_fdopen() 1619 efp->e_hdr.e_machine = e32.e_machine; in core_elf_fdopen() 1620 efp->e_hdr.e_version = e32.e_version; in core_elf_fdopen() [all …]
|
H A D | Psymtab.c | 3103 uint32_t e32[NARG]; in Penv_iter() local 3106 (void) memset(e32, 0, sizeof (e32)); in Penv_iter() 3107 if (Pread(P, e32, sizeof (e32), envpoff) <= 0) { in Penv_iter() 3112 envp[i] = e32[i]; in Penv_iter()
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | driver-graphics-drm.mf | 67 alias=pci8086,2e32 \
|
/titanic_50/usr/src/lib/iconv_modules/utf-8/common/binarytables/srcs/ |
H A D | UTF-8+CP874.src | 244 0xE0B8B2 0xD2 // U+0e32
|
/titanic_50/usr/src/data/hwdata/ |
H A D | pci.ids | 24137 0e32 Xeon E7 v2/Xeon E5 v2/Core i7 QPI Link 0 28575 2e32 4 Series Chipset Integrated Graphics Controller
|