HomeSort by: relevance | last modified time | path
    Searched refs:os_type (Results 1 - 7 of 7) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dmu_objset.h 64 uint64_t os_type; member in struct:objset_phys
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dmu_objset.c 116 return (os->os_phys->os_type);
290 osp->os_type = BSWAP_64(osp->os_type);
547 } else if (type != DMU_OST_ANY && type != (*osp)->os_phys->os_type) {
812 os->os_phys->os_type = type;
1206 used_cbs[os->os_phys->os_type] != NULL &&
1458 error = used_cbs[os->os_phys->os_type](dn->dn_bonustype, data,
1571 stat->dds_type = os->os_phys->os_type;
1580 os->os_phys->os_type == DMU_OST_META);
1586 os->os_phys->os_type);
    [all...]
dsl_scan.c 729 dsl_scan_visitdnode(scn, ds, osp->os_type,
739 dsl_scan_visitdnode(scn, ds, osp->os_type,
742 dsl_scan_visitdnode(scn, ds, osp->os_type,
  /src/external/bsd/kyua-testers/dist/
fs_test.c 54 enum os_type { enum
64 static enum os_type current_os =
  /src/sys/external/bsd/ena-com/
ena_admin_defs.h 711 uint32_t os_type; member in struct:ena_admin_host_info
  /src/sys/external/bsd/ena-com/ena_defs/
ena_admin_defs.h 781 uint32_t os_type; member in struct:ena_admin_host_info
  /src/sys/dev/pci/
if_ena.c 3204 host_info->os_type = ENA_ADMIN_OS_FREEBSD;

Completed in 23 milliseconds