Home
last modified time | relevance | path

Searched defs:hardcode (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/lib/geom/concat/
H A Dgeom_concat.c120 int error, i, hardcode, nargs; in concat_label() local
/freebsd-12.1/lib/geom/shsec/
H A Dgeom_shsec.c113 int error, i, nargs, hardcode; in shsec_label() local
/freebsd-12.1/lib/geom/raid3/
H A Dgeom_raid3.c151 int hardcode, round_robin, verify; in raid3_label() local
/freebsd-12.1/lib/geom/stripe/
H A Dgeom_stripe.c131 int error, i, nargs, hardcode; in stripe_label() local
/freebsd-12.1/lib/geom/journal/
H A Dgeom_journal.c145 int error, force, i, nargs, checksum, hardcode; in journal_label() local
/freebsd-12.1/lib/geom/virstor/
H A Dgeom_virstor.c161 int hardcode, nargs, error; in virstor_label() local
/freebsd-12.1/sys/geom/mirror/
H A Dg_mirror_ctl.c98 int *autosync, *noautosync, *failsync, *nofailsync, *hardcode, *dynamic; in g_mirror_ctl_configure() local
571 int error, *nargs, *hardcode, *inactive; in g_mirror_ctl_insert() local
/freebsd-12.1/lib/geom/mirror/
H A Dgeom_mirror.c189 int error, i, nargs, bal, hardcode; in mirror_label() local
/freebsd-12.1/sys/geom/raid3/
H A Dg_raid3_ctl.c409 int *hardcode, *nargs, error, autono; in g_raid3_ctl_insert() local
/freebsd-12.1/sys/geom/virstor/
H A Dg_virstor.c266 int *hardcode, *nargs; in virstor_ctl_add() local
501 u_int nc, u_int hardcode) in fill_metadata()