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

12

/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/
H A Dgeom_aes.c373 .taste = g_aes_taste,
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_fox.c477 .taste = g_fox_taste,
H A Dgeom_map.c403 .taste = g_map_taste,
H A Dgeom_mbr.c380 .taste = g_mbr_taste,
524 .taste = g_mbrext_taste,
H A Dgeom_pc98.c366 .taste = g_pc98_taste,
H A Dgeom_redboot.c254 /* XXX only taste flash providers */
340 .taste = g_redboot_taste,
H A Dgeom_sunlabel.c329 .taste = g_sunlabel_taste,
H A Dgeom_vol_ffs.c161 .taste = g_vol_ffs_taste,
H A Dgeom.h90 * taste and config_geom functions.
96 g_taste_t *taste; member in struct:g_class
H A Dgeom_dev.c99 .taste = g_dev_taste,
H A Dgeom_flashmap.c245 .taste = g_flashmap_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...]
/freebsd-11-stable/sys/geom/journal/
H A Dg_journal.c221 .taste = g_journal_taste,
2439 * and destroy consumer here, I'll get providers for taste, so
2472 gp = g_new_geomf(mp, "journal: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/mirror/
H A Dg_mirror.c97 .taste = g_mirror_taste,
3191 gp = g_new_geomf(mp, "mirror:taste");
/freebsd-11-stable/sys/geom/multipath/
H A Dg_multipath.c99 .taste = g_multipath_taste,
801 gp = g_new_geomf(mp, "multipath:taste");
/freebsd-11-stable/sys/geom/raid/
H A Dg_raid.c57 &g_raid_enable, 0, "Enable on-disk metadata taste");
115 .taste = g_raid_taste,
2225 gp = g_new_geomf(mp, "raid:taste");
/freebsd-11-stable/sys/geom/raid3/
H A Dg_raid3.c110 .taste = g_raid3_taste,
3311 gp = g_new_geomf(mp, "raid3: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/vinum/
H A Dgeom_vinum.c1043 .taste = gv_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/eli/
H A Dg_eli.c164 .taste = g_eli_taste,
632 gp = g_new_geomf(mp, "eli:taste");

Completed in 299 milliseconds

12