Searched refs:taste (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-11-stable/sys/geom/
H A Dgeom_vol_ffs.c161 .taste = g_vol_ffs_taste,
H A Dgeom_subr.c79 * This event offers a new class a chance to taste all preexisting providers.
125 if (mp->taste == NULL)
132 mp->taste(mp, pp, 0);
180 mp->taste = NULL;
298 mp->taste(mp, pp, 0);
311 if (mp->taste == NULL)
544 if (mp->taste == NULL)
552 mp->taste(mp, pp, 0);
656 if (mp->taste == NULL)
664 mp->taste(m
[all...]
H A Dgeom_mbr.c380 .taste = g_mbr_taste,
524 .taste = g_mbrext_taste,
H A Dgeom_flashmap.c245 .taste = g_flashmap_taste,
H A Dgeom_pc98.c366 .taste = g_pc98_taste,
H A Dgeom_sunlabel.c329 .taste = g_sunlabel_taste,
H A Dgeom_map.c403 .taste = g_map_taste,
H A Dgeom_redboot.c254 /* XXX only taste flash providers */
340 .taste = g_redboot_taste,
H A Dgeom_aes.c373 .taste = g_aes_taste,
H A Dgeom_fox.c477 .taste = g_fox_taste,
H A Dgeom.h90 * taste and config_geom functions.
96 g_taste_t *taste; member in struct:g_class
H A Dgeom_bsd.c200 * This is an internal helper function, called multiple times from the taste
370 * The taste function is called from the event-handler, with the topology
619 .taste = g_bsd_taste,
H A Dgeom_dev.c99 .taste = g_dev_taste,
/freebsd-11-stable/sys/geom/label/
H A Dg_label.c69 .taste = g_label_taste,
338 gp = g_new_geomf(mp, "label:taste");
/freebsd-11-stable/sys/geom/mountver/
H A Dg_mountver.c78 .taste = g_mountver_taste,
/freebsd-11-stable/sys/geom/vinum/
H A Dgeom_vinum.c1043 .taste = gv_taste,
/freebsd-11-stable/sys/geom/linux_lvm/
H A Dg_linux_lvm.c535 gp = g_new_geomf(mp, "linux_lvm:taste");
1186 .taste = g_llvm_taste,
/freebsd-11-stable/sys/geom/cache/
H A Dg_cache.c101 .taste = g_cache_taste,
666 gp = g_new_geomf(mp, "cache:taste");
/freebsd-11-stable/sys/geom/concat/
H A Dg_concat.c66 .taste = g_concat_taste,
679 gp = g_new_geomf(mp, "concat:taste");
/freebsd-11-stable/sys/geom/uzip/
H A Dg_uzip.c839 DPRINTF(GUZ_DBG_INFO, ("%s: taste ok (%d, %jd), (%d, %d), %x\n",
899 .taste = g_uzip_taste,
/freebsd-11-stable/sys/geom/shsec/
H A Dg_shsec.c64 .taste = g_shsec_taste,
640 gp = g_new_geomf(mp, "shsec:taste");
/freebsd-11-stable/sys/geom/sched/
H A Dg_sched.c147 .taste = g_sched_taste,
559 * Support function for create/taste -- locate the desired
929 g_cancel_event(newpp); /* prevent taste() */
1497 /* do not taste on ourselves */
1501 taste_names = kern_getenv("geom.sched.taste");
/freebsd-11-stable/sys/geom/stripe/
H A Dg_stripe.c64 .taste = g_stripe_taste,
952 gp = g_new_geomf(mp, "stripe:taste");
/freebsd-11-stable/sys/geom/eli/
H A Dg_eli.c164 .taste = g_eli_taste,
632 gp = g_new_geomf(mp, "eli:taste");
/freebsd-11-stable/sys/geom/multipath/
H A Dg_multipath.c99 .taste = g_multipath_taste,
801 gp = g_new_geomf(mp, "multipath:taste");

Completed in 308 milliseconds

12