/src/sys/arch/sparc64/sparc64/ |
sunos32_machdep.c | 384 struct firm_event32 e32; local in function:ev_out32 388 e32.id = e->id; 389 e32.value = e->value; 390 e32.time.tv_sec = e->time.tv_sec; 391 e32.time.tv_usec = e->time.tv_usec; 392 error = uiomove((void *)&e32, sizeof(e32), uio);
|
sunos32_machdep.c | 384 struct firm_event32 e32; local in function:ev_out32 388 e32.id = e->id; 389 e32.value = e->value; 390 e32.time.tv_sec = e->time.tv_sec; 391 e32.time.tv_usec = e->time.tv_usec; 392 error = uiomove((void *)&e32, sizeof(e32), uio);
|
sunos32_machdep.c | 384 struct firm_event32 e32; local in function:ev_out32 388 e32.id = e->id; 389 e32.value = e->value; 390 e32.time.tv_sec = e->time.tv_sec; 391 e32.time.tv_usec = e->time.tv_usec; 392 error = uiomove((void *)&e32, sizeof(e32), uio);
|
netbsd32_machdep.c | 587 struct firm_event32 e32; local in function:ev_out32 591 e32.id = e->id; 592 e32.value = e->value; 593 e32.time.tv_sec = e->time.tv_sec; 594 e32.time.tv_usec = e->time.tv_usec; 595 error = uiomove((void *)&e32, sizeof(e32), uio);
|
netbsd32_machdep.c | 587 struct firm_event32 e32; local in function:ev_out32 591 e32.id = e->id; 592 e32.value = e->value; 593 e32.time.tv_sec = e->time.tv_sec; 594 e32.time.tv_usec = e->time.tv_usec; 595 error = uiomove((void *)&e32, sizeof(e32), uio);
|
netbsd32_machdep.c | 587 struct firm_event32 e32; local in function:ev_out32 591 e32.id = e->id; 592 e32.value = e->value; 593 e32.time.tv_sec = e->time.tv_sec; 594 e32.time.tv_usec = e->time.tv_usec; 595 error = uiomove((void *)&e32, sizeof(e32), uio);
|
/src/sys/arch/i386/stand/lib/ |
exec_multiboot2.c | 980 Elf32_Ehdr e32; member in union:mbi_elf_sections::__anon30b88cd6010a 997 if (memcmp(&ehdr.e32.e_ident, ELFMAG, SELFMAG) != 0) 1000 class = ehdr.e32.e_ident[EI_CLASS]; 1004 ehdr32 = &ehdr.e32;
|
exec_multiboot2.c | 980 Elf32_Ehdr e32; member in union:mbi_elf_sections::__anon30b88cd6010a 997 if (memcmp(&ehdr.e32.e_ident, ELFMAG, SELFMAG) != 0) 1000 class = ehdr.e32.e_ident[EI_CLASS]; 1004 ehdr32 = &ehdr.e32;
|
exec_multiboot2.c | 980 Elf32_Ehdr e32; member in union:mbi_elf_sections::__anon30b88cd6010a 997 if (memcmp(&ehdr.e32.e_ident, ELFMAG, SELFMAG) != 0) 1000 class = ehdr.e32.e_ident[EI_CLASS]; 1004 ehdr32 = &ehdr.e32;
|