Home
last modified time | relevance | path

Searched refs:os_type (Results 1 – 24 of 24) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Ddmu_objset.h37 uint64_t os_type; member
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A D_elfwrap.h53 Word os_type; /* section type */ member
H A Delfwrap.c95 outsec.os_type = SHT_PROGBITS; in input()
174 outsec.os_type = stdsecs->ss_type; in input()
305 shdr->sh_type = outsec->os_type; in output()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_vfpf_if.h139 u8 os_type; /* VFPF_ACQUIRE_OS_* value */ member
215 u8 os_type; member
H A Decore_iov_api.h97 u8 os_type; member
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.h91 if (type && (osp)->os_type != type) { \
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c136 return (os->os_phys->os_type); in dmu_objset_type()
359 osp->os_type = BSWAP_64(osp->os_type); in dmu_objset_byteswap()
724 } else if (type != DMU_OST_ANY && type != (*osp)->os_phys->os_type) { in dmu_objset_own_impl()
1071 os->os_phys->os_type = type; in dmu_objset_create_impl_dnstats()
1813 used_cbs[os->os_phys->os_type] != NULL && in dmu_objset_userused_enabled()
1827 return (used_cbs[os->os_phys->os_type] != NULL && in dmu_objset_projectquota_enabled()
2230 error = used_cbs[os->os_phys->os_type](dn->dn_bonustype, data, in dmu_objset_userquota_get_ids()
2444 stat->dds_type = os->os_phys->os_type; in dmu_objset_fast_stat()
2453 os->os_phys->os_type == DMU_OST_META); in dmu_objset_stats()
2459 os->os_phys->os_type); in dmu_objset_stats()
H A Dzcp_get.c56 switch (os->os_phys->os_type) { in get_objset_type()
H A Dzio_crypt.c1165 intval = (le_bswap) ? osp->os_type : BSWAP_64(osp->os_type); in zio_crypt_do_objset_hmacs()
H A Ddsl_scan.c1829 dsl_scan_visitdnode(scn, ds, osp->os_type, in dsl_scan_recurse()
1840 dsl_scan_visitdnode(scn, ds, osp->os_type, in dsl_scan_recurse()
1843 dsl_scan_visitdnode(scn, ds, osp->os_type, in dsl_scan_recurse()
1846 dsl_scan_visitdnode(scn, ds, osp->os_type, in dsl_scan_recurse()
H A Ddmu_send.c1399 } else if (os->os_phys->os_type == DMU_OST_ZVOL) { in dmu_adjust_send_estimate_for_indirects()
H A Dzfs_vfsops.c2742 ASSERT3U(os->os_phys->os_type, ==, DMU_OST_ZFS); in zfs_get_zplprop()
H A Dzfs_ioctl.c3155 if (os != NULL && os->os_phys->os_type != DMU_OST_ZFS) in zfs_fill_zplprops_impl()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h73 uint64_t os_type; member
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg.h364 u8 os_type; member
H A Dcudbg_entity.h810 u8 os_type; member
H A Dcudbg_lib.c697 swstate->os_type = 0; in collect_sw_state()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_config.c121 reply.os_type = uts.sysname; in ndmpd_config_get_host_info_v2()
305 reply.os_type = uts.sysname; in ndmpd_config_get_host_info_v3()
H A Dndmp.x370 string os_type<>; /* The operating system type (i.e. SOLARIS) */
436 string os_type<>; /* The operating system type (i.e. SOLARIS) */
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfs.c1515 if (mount->objset.os_type != DMU_OST_ZFS) { in zfs_dev_open()
1517 (uintmax_t)mount->objset.os_type); in zfs_dev_open()
H A Dzfsimpl.c3485 if (spa->spa_mos.os_type != DMU_OST_META) { in zfs_spa_init()
3657 if (mnt->objset.os_type != DMU_OST_ZFS) { in zfs_lookup()
3659 (uintmax_t)mnt->objset.os_type); in zfs_lookup()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c849 u8 os_type, *caller_string; in view_sw_state() local
862 os_type = swstate->os_type; in view_sw_state()
871 switch (os_type) { in view_sw_state()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1285 uint64_t os_type; member
/illumos-gate/usr/src/uts/common/io/bnx/570x/driver/common/lmdev/
H A Dlm5706.h994 lm_os_type_t os_type; member