Searched refs:ctlreq (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11-stable/sys/geom/part/
H A Dg_part.c161 .ctlreq = g_part_ctlreq,
1579 enum g_part_ctl ctlreq; local
1587 ctlreq = G_PART_CTL_NONE;
1594 ctlreq = G_PART_CTL_ADD;
1602 ctlreq = G_PART_CTL_BOOTCODE;
1608 ctlreq = G_PART_CTL_COMMIT;
1612 ctlreq = G_PART_CTL_CREATE;
1619 ctlreq = G_PART_CTL_DELETE;
1622 ctlreq = G_PART_CTL_DESTROY;
1629 ctlreq
[all...]
/freebsd-11-stable/sys/geom/
H A Dgeom_ctl.c449 if (mp->ctlreq == NULL) {
458 mp->ctlreq(req, mp, verb);
H A Dgeom_pc98.c368 .ctlreq = g_pc98_config,
H A Dgeom_sunlabel.c330 .ctlreq = g_sunlabel_config,
H A Dgeom_map.c405 .ctlreq = g_map_config,
H A Dgeom_redboot.c342 .ctlreq = g_redboot_config,
H A Dgeom_mbr.c382 .ctlreq = g_mbr_config,
H A Dgeom.h98 g_ctl_req_t *ctlreq; member in struct:g_class
H A Dgeom_ccd.c901 .ctlreq = g_ccd_config,
H A Dgeom_bsd.c620 .ctlreq = g_bsd_config,
/freebsd-11-stable/sys/geom/bde/
H A Dg_bde.c285 .ctlreq = g_bde_ctlreq,
/freebsd-11-stable/sys/geom/label/
H A Dg_label.c68 .ctlreq = g_label_config,
/freebsd-11-stable/sys/geom/nop/
H A Dg_nop.c61 .ctlreq = g_nop_config,
/freebsd-11-stable/sys/geom/mountver/
H A Dg_mountver.c77 .ctlreq = g_mountver_config,
/freebsd-11-stable/sys/geom/vinum/
H A Dgeom_vinum.c1044 .ctlreq = gv_config,
/freebsd-11-stable/sys/geom/cache/
H A Dg_cache.c100 .ctlreq = g_cache_config,
/freebsd-11-stable/sys/geom/concat/
H A Dg_concat.c65 .ctlreq = g_concat_config,
/freebsd-11-stable/sys/geom/shsec/
H A Dg_shsec.c63 .ctlreq = g_shsec_config,
/freebsd-11-stable/sys/geom/sched/
H A Dg_sched.c146 .ctlreq = g_sched_config,
/freebsd-11-stable/sys/geom/stripe/
H A Dg_stripe.c63 .ctlreq = g_stripe_config,
/freebsd-11-stable/sys/geom/eli/
H A Dg_eli.c163 .ctlreq = g_eli_config,
/freebsd-11-stable/sys/geom/multipath/
H A Dg_multipath.c98 .ctlreq = g_multipath_config,
/freebsd-11-stable/sys/geom/virstor/
H A Dg_virstor.c75 .ctlreq = g_virstor_config,
/freebsd-11-stable/sys/geom/raid/
H A Dg_raid.c114 .ctlreq = g_raid_ctl,
/freebsd-11-stable/sys/geom/journal/
H A Dg_journal.c222 .ctlreq = g_journal_config,

Completed in 196 milliseconds

12