Searched refs:type32 (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/sys/ufs/lfs/ |
| H A D | lfs_accessors.h | 465 #define LFS_DEF_DINO_ACCESSOR(type, type32, field) \ argument 472 return LFS_SWAP_##type32(fs, dip->u_32.di_##field); \ 483 type32 *p = &dip->u_32.di_##field; \ 485 dip->u_32.di_##field = LFS_SWAP_##type32(fs, val); \ 726 #define LFS_DEF_FI_ACCESSOR(type, type32, field) \ argument 744 type32 *p = &fip->u_32.fi_##field; \ 861 #define LFS_DEF_IF_ACCESSOR(type, type32, field) \ argument 879 type32 *p = &ifp->u_32.if_##field; \ 900 #define LFS_DEF_CI_ACCESSOR(type, type32, field) \ in LFS_DEF_IF_ACCESSOR() argument 918 type32 *p = &cip->u_32.field; \ [all …]
|
| /netbsd-src/external/cddl/osnet/dist/lib/libzfs_core/common/ |
| H A D | libzfs_core_compat.c | 39 uint32_t type32; in lzc_compat_pre() local 51 type32 = fnvlist_lookup_int32(*source, "type"); in lzc_compat_pre() 52 zc->zc_objset_type = (uint64_t)type32; in lzc_compat_pre()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | zfs_ioctl.c | 3277 int32_t type32; in zfs_ioc_create() local 3281 if (nvlist_lookup_int32(innvl, "type", &type32) != 0) in zfs_ioc_create() 3283 type = type32; in zfs_ioc_create()
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.stabs/ |
| H A D | weird.def | 14 .stabs "type32:t32= !#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnop…
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.stabs/ |
| H A D | weird.def | 14 .stabs "type32:t32= !#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnop…
|