Home
last modified time | relevance | path

Searched full:hardcode (Results 1 – 25 of 118) sorted by relevance

12345

/freebsd/lib/geom/raid3/
H A Dgeom_raid3.c62 { 'h', "hardcode", NULL, G_TYPE_BOOL },
77 { 'h', "hardcode", NULL, G_TYPE_BOOL },
85 { 'h', "hardcode", NULL, G_TYPE_BOOL },
148 int hardcode, round_robin, verify; in raid3_label() local
187 hardcode = gctl_get_int(req, "hardcode"); in raid3_label()
249 if (!hardcode) in raid3_label()
H A Dgraid3.8103 Hardcode providers' names in metadata.
144 Do not hardcode providers' names in metadata.
151 Hardcode providers' names in metadata.
178 Hardcode providers' names in metadata.
/freebsd/lib/geom/concat/
H A Dgeom_concat.c55 { 'h', "hardcode", NULL, G_TYPE_BOOL },
78 { 'h', "hardcode", NULL, G_TYPE_BOOL },
124 int error, i, hardcode, nargs; in concat_label() local
132 hardcode = gctl_get_int(req, "hardcode"); in concat_label()
160 if (!hardcode) in concat_label()
H A Dgconcat.8114 Hardcode providers' names in metadata.
136 Hardcode providers' names in metadata.
/freebsd/sys/geom/mirror/
H A Dg_mirror_ctl.c153 int *autosync, *noautosync, *failsync, *nofailsync, *hardcode, *dynamic; in g_mirror_ctl_configure() local
195 hardcode = gctl_get_paraml(req, "hardcode", sizeof(*hardcode)); in g_mirror_ctl_configure()
196 if (hardcode == NULL) { in g_mirror_ctl_configure()
197 gctl_error(req, "No '%s' argument.", "hardcode"); in g_mirror_ctl_configure()
238 if (*hardcode && *dynamic) { in g_mirror_ctl_configure()
239 gctl_error(req, "'%s' and '%s' specified.", "hardcode", in g_mirror_ctl_configure()
270 *nofailsync || *hardcode || *dynamic || *slicep != -1 || in g_mirror_ctl_configure()
277 !*noautosync && !*failsync && !*nofailsync && !*hardcode && in g_mirror_ctl_configure()
336 if (*hardcode) in g_mirror_ctl_configure()
619 int error, *nargs, *hardcode, *inactive; in g_mirror_ctl_insert() local
[all …]
/freebsd/lib/geom/shsec/
H A Dgeom_shsec.c62 { 'h', "hardcode", NULL, G_TYPE_BOOL },
110 int error, i, nargs, hardcode; in shsec_label() local
118 hardcode = gctl_get_int(req, "hardcode"); in shsec_label()
172 if (!hardcode) in shsec_label()
H A Dgshsec.899 Hardcode providers' names in metadata.
/freebsd/lib/geom/stripe/
H A Dgeom_stripe.c78 { 'h', "hardcode", NULL, G_TYPE_BOOL },
128 int error, i, nargs, hardcode; in stripe_label() local
136 hardcode = gctl_get_int(req, "hardcode"); in stripe_label()
197 if (!hardcode) in stripe_label()
H A Dgstripe.8139 Hardcode providers' names in metadata.
/freebsd/lib/geom/journal/
H A Dgeom_journal.c65 { 'h', "hardcode", NULL, G_TYPE_BOOL },
142 int error, force, i, nargs, checksum, hardcode; in journal_label() local
158 hardcode = gctl_get_int(req, "hardcode"); in journal_label()
269 if (!hardcode) in journal_label()
/freebsd/lib/geom/mirror/
H A Dgeom_mirror.c72 { 'h', "hardcode", NULL, G_TYPE_BOOL },
111 { 'h', "hardcode", NULL, G_TYPE_BOOL },
120 { 'h', "hardcode", NULL, G_TYPE_BOOL },
186 int error, i, nargs, bal, hardcode; in mirror_label() local
219 hardcode = gctl_get_int(req, "hardcode"); in mirror_label()
273 if (!hardcode) in mirror_label()
H A Dgmirror.8181 Hardcode providers' names in metadata.
210 Do not hardcode providers' names in metadata.
217 Hardcode providers' names in metadata.
248 Hardcode providers' names in metadata.
/freebsd/sys/geom/raid3/
H A Dg_raid3_ctl.c405 int *hardcode, *nargs, error, autono; in g_raid3_ctl_insert() local
416 hardcode = gctl_get_paraml(req, "hardcode", sizeof(*hardcode)); in g_raid3_ctl_insert()
417 if (hardcode == NULL) { in g_raid3_ctl_insert()
418 gctl_error(req, "No '%s' argument.", "hardcode"); in g_raid3_ctl_insert()
502 if (*hardcode) in g_raid3_ctl_insert()
/freebsd/lib/geom/virstor/
H A Dgeom_virstor.c73 { 'h', "hardcode", NULL, G_TYPE_BOOL},
96 { 'h', "hardcode", NULL, G_TYPE_BOOL},
158 int hardcode, nargs, error; in virstor_label() local
173 hardcode = gctl_get_int(req, "hardcode"); in virstor_label()
411 if (!hardcode) in virstor_label()
H A Dgvirstor.8149 Hardcode providers' names in metadata.
/freebsd/sys/contrib/openzfs/config/
H A Dlib-link.m4151 [ --disable-rpath do not hardcode runtime library paths],
373 dnl Linking with a shared library. We attempt to hardcode its
382 dnl Use an explicit option to hardcode DIR into the resulting
403 dnl Use an explicit option to hardcode DIR into the resulting
712 dnl Use an explicit option to hardcode directories into the resulting
719 dnl No need to hardcode the standard /usr/lib.
729 dnl No need to hardcode the standard /usr/lib.
/freebsd/sys/geom/concat/
H A Dg_concat.c1060 int *nargs, *hardcode; in g_concat_ctl_append() local
1075 hardcode = gctl_get_paraml(req, "hardcode", sizeof(*hardcode)); in g_concat_ctl_append()
1076 if (hardcode == NULL) { in g_concat_ctl_append()
1077 gctl_error(req, "No '%s' argument.", "hardcode"); in g_concat_ctl_append()
1167 disk->d_hardcoded = *hardcode; in g_concat_ctl_append()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/
H A Duserspace_encrypted_13709.ksh20 # So we hardcode a copy of a pool with this bug, try unlocking it,
/freebsd/contrib/atf/atf-sh/
H A Datf-sh.194 Instead, you have to hardcode the path to
/freebsd/crypto/heimdal/lib/vers/
H A DChangeLog42 * Makefile.am (make_print_version_LDADD): do not hardcode -ldes,
/freebsd/sys/geom/virstor/
H A Dg_virstor.c265 int *hardcode, *nargs; in virstor_ctl_add() local
282 hardcode = gctl_get_paraml(req, "hardcode", sizeof(*hardcode)); in virstor_ctl_add()
283 if (hardcode == NULL) { in virstor_ctl_add()
284 gctl_error(req, "Error fetching argument '%s'", "hardcode"); in virstor_ctl_add()
391 fill_metadata(sc, &md, nc, *hardcode); in virstor_ctl_add()
486 u_int nc, u_int hardcode) in fill_metadata() argument
501 if (hardcode) { in fill_metadata()
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdsmp.c224 /* temp, hardcode smp discover response */ in ttdsaDiscoverRespSend()
334 /* temp, hardcode smp general response */ in ttdsaReportGeneralRespSend()
/freebsd/sys/contrib/device-tree/Bindings/display/panel/
H A Dpanel-common.yaml85 hardcode the max delay from the panel spec when powering up the panel.
/freebsd/tests/sys/geom/class/mirror/
H A Dcomponent_selection.sh40 # Hardcode component names so that the non-.nop device isn't tasted
/freebsd/sys/i386/include/
H A Dparam.h121 * in scope for struct swblock, so we have to hardcode it. Each struct

12345