Home
last modified time | relevance | path

Searched refs:g_new_geomf (Results 1 – 25 of 42) sorted by relevance

12

/NextBSD/sys/geom/zero/
HDg_zero.c105 gp = g_new_geomf(mp, "gzero"); in g_zero_init()
/NextBSD/sys/dev/ofw/
HDofw_disk.c177 gp = g_new_geomf(&g_ofwd_class, "ofwd0"); in g_ofwd_init()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDvdev_geom.c140 gp = g_new_geomf(&zfs_vdev_class, "zfs::vdev"); in vdev_geom_attach()
436 zgp = g_new_geomf(&zfs_vdev_class, "zfs::vdev::taste"); in vdev_geom_read_pool_label()
503 zgp = g_new_geomf(&zfs_vdev_class, "zfs::vdev::taste"); in vdev_geom_attach_by_guids()
/NextBSD/sys/dev/gxemul/disk/
HDgxemul_disk.c171 sc->sc_geom = g_new_geomf(&g_gxemul_disk_class, "%s", device_get_nameunit(sc->sc_dev)); in gxemul_disk_attach_geom()
/NextBSD/sys/geom/bde/
HDg_bde.c131 gp = g_new_geomf(mp, "%s.bde", pp->name); in g_bde_create_geom()
/NextBSD/sys/geom/
HDgeom_vfs.c244 gp = g_new_geomf(&g_vfs_class, "%s.%s", fsname, pp->name); in g_vfs_open()
HDgeom_aes.c283 gp = g_new_geomf(mp, "%s.aes", pp->name); in g_aes_taste()
HDgeom.h280 struct g_geom * g_new_geomf(struct g_class *mp, const char *fmt, ...)
HDgeom_fox.c360 gp = g_new_geomf(mp, "%s.fox", pp->name); in g_fox_taste()
HDgeom_slice.c507 gp = g_new_geomf(mp, "%s", pp->name); in g_slice_new()
HDgeom_dev.c303 gp = g_new_geomf(mp, "%s", pp->name); in g_dev_taste()
HDgeom_ccd.c750 gp = g_new_geomf(mp, "ccd%d", *unit); in g_ccd_create()
/NextBSD/sys/geom/shsec/
HDg_shsec.c548 gp = g_new_geomf(mp, "%s", md->md_name); in g_shsec_create()
646 gp = g_new_geomf(mp, "shsec:taste"); in g_shsec_taste()
/NextBSD/sys/geom/concat/
HDg_concat.c578 gp = g_new_geomf(mp, "%s", md->md_name); in g_concat_create()
678 gp = g_new_geomf(mp, "concat:taste"); in g_concat_taste()
/NextBSD/sys/geom/label/
HDg_label.c337 gp = g_new_geomf(mp, "label:taste"); in g_label_taste()
/NextBSD/sys/geom/eli/
HDg_eli.c585 gp = g_new_geomf(mp, "eli:taste"); in g_eli_read_metadata()
701 gp = g_new_geomf(mp, "%s%s", bpp->name, G_ELI_SUFFIX); in g_eli_create()
/NextBSD/sys/geom/cache/
HDg_cache.c505 gp = g_new_geomf(mp, "%s", md->md_name); in g_cache_create()
666 gp = g_new_geomf(mp, "cache:taste"); in g_cache_taste()
/NextBSD/sys/mips/cavium/
HDocteon_ebt3000_cf.c682 cf_priv->cf_geom = g_new_geomf(&g_cf_class, "cf%d", device_get_unit(cf_priv->dev)); in cf_attach_geom()
/NextBSD/sys/geom/linux_lvm/
HDg_linux_lvm.c535 gp = g_new_geomf(mp, "linux_lvm:taste"); in g_llvm_taste()
552 gp = g_new_geomf(mp, "%s", vg->vg_name); in g_llvm_taste()
/NextBSD/sys/geom/stripe/
HDg_stripe.c852 gp = g_new_geomf(mp, "%s", md->md_name); in g_stripe_create()
953 gp = g_new_geomf(mp, "stripe:taste"); in g_stripe_taste()
/NextBSD/sys/geom/raid3/
HDg_raid3_ctl.c441 gp = g_new_geomf(mp, "raid3:insert"); in g_raid3_ctl_insert()
/NextBSD/sys/geom/mountver/
HDg_mountver.c253 gp = g_new_geomf(mp, "%s", name); in g_mountver_create()
/NextBSD/sys/geom/uzip/
HDg_uzip.c419 gp = g_new_geomf(mp, "%s.uzip", pp->name); in g_uzip_taste()
/NextBSD/sys/geom/multipath/
HDg_multipath.c528 gp = g_new_geomf(mp, "%s", md->md_name); in g_multipath_create()
801 gp = g_new_geomf(mp, "multipath:taste"); in g_multipath_taste()
/NextBSD/sys/geom/uncompress/
HDg_uncompress.c484 gp = g_new_geomf(mp, "%s.uncompress", pp->name); in g_uncompress_taste()

12