Searched refs:sp32 (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_compat_12.c | 62 netbsd32_stat12_to_netbsd32(struct stat12 *sp12, struct netbsd32_stat12 *sp32) in netbsd32_stat12_to_netbsd32() argument 65 memset(sp32, 0, sizeof(*sp32)); in netbsd32_stat12_to_netbsd32() 66 sp32->st_dev = sp12->st_dev; in netbsd32_stat12_to_netbsd32() 67 sp32->st_ino = sp12->st_ino; in netbsd32_stat12_to_netbsd32() 68 sp32->st_mode = sp12->st_mode; in netbsd32_stat12_to_netbsd32() 69 sp32->st_nlink = sp12->st_nlink; in netbsd32_stat12_to_netbsd32() 70 sp32->st_uid = sp12->st_uid; in netbsd32_stat12_to_netbsd32() 71 sp32->st_gid = sp12->st_gid; in netbsd32_stat12_to_netbsd32() 72 sp32->st_rdev = sp12->st_rdev; in netbsd32_stat12_to_netbsd32() 74 sp32->st_size = sp12->st_size; in netbsd32_stat12_to_netbsd32() [all …]
|
H A D | netbsd32_compat_43.c | 77 netbsd32_from_stat(const struct stat *sb, struct netbsd32_stat43 *sp32) in netbsd32_from_stat() argument 80 memset(sp32, 0, sizeof(*sp32)); in netbsd32_from_stat() 81 sp32->st_dev = sb->st_dev; in netbsd32_from_stat() 82 sp32->st_ino = sb->st_ino; in netbsd32_from_stat() 83 sp32->st_mode = sb->st_mode; in netbsd32_from_stat() 84 sp32->st_nlink = sb->st_nlink; in netbsd32_from_stat() 85 sp32->st_uid = sb->st_uid; in netbsd32_from_stat() 86 sp32->st_gid = sb->st_gid; in netbsd32_from_stat() 87 sp32 in netbsd32_from_stat() [all...] |
/netbsd-src/external/cddl/osnet/dist/lib/libctf/common/ |
H A D | ctf_lib.c | 346 Elf32_Shdr *sp32; in ctf_fdopen() local 350 if ((sp32 = malloc(nbytes)) == NULL || pread64(fd, in ctf_fdopen() 351 sp32, nbytes, hdr.e64.e_shoff) != nbytes) { in ctf_fdopen() 353 free(sp32); in ctf_fdopen() 358 shdr_to_gelf(&sp32[i], &sp[i]); in ctf_fdopen() 360 free(sp32); in ctf_fdopen()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-1998 | 7842 (define_insn cmpsi_insn_sp64): New, same as sp32 variant except it
|
/netbsd-src/etc/ |
H A D | services | 22692 … Mike Rieker mailto:mikea&sp32.com
|