| /src/lib/geom/raid3/ |
| H A D | geom_raid3.c | 62 { '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 D | graid3.8 | 103 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.
|
| /src/lib/geom/concat/ |
| H A D | geom_concat.c | 55 { '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 D | gconcat.8 | 114 Hardcode providers' names in metadata. 136 Hardcode providers' names in metadata.
|
| /src/sys/geom/mirror/ |
| H A D | g_mirror_ctl.c | 153 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 …]
|
| /src/lib/geom/shsec/ |
| H A D | geom_shsec.c | 62 { '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 D | gshsec.8 | 102 Hardcode providers' names in metadata.
|
| /src/lib/geom/stripe/ |
| H A D | geom_stripe.c | 78 { '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 D | gstripe.8 | 139 Hardcode providers' names in metadata.
|
| /src/lib/geom/journal/ |
| H A D | geom_journal.c | 65 { '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()
|
| /src/lib/geom/mirror/ |
| H A D | geom_mirror.c | 72 { '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 D | gmirror.8 | 181 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.
|
| /src/sys/geom/raid3/ |
| H A D | g_raid3_ctl.c | 405 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()
|
| /src/lib/geom/virstor/ |
| H A D | geom_virstor.c | 73 { '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()
|
| /src/sys/contrib/openzfs/config/ |
| H A D | lib-link.m4 | 152 [ --disable-rpath do not hardcode runtime library paths], 374 dnl Linking with a shared library. We attempt to hardcode its 383 dnl Use an explicit option to hardcode DIR into the resulting 404 dnl Use an explicit option to hardcode DIR into the resulting 713 dnl Use an explicit option to hardcode directories into the resulting 720 dnl No need to hardcode the standard /usr/lib. 730 dnl No need to hardcode the standard /usr/lib.
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/ |
| H A D | userspace_encrypted_13709.ksh | 21 # So we hardcode a copy of a pool with this bug, try unlocking it,
|
| /src/sys/geom/concat/ |
| H A D | g_concat.c | 1061 int *nargs, *hardcode; in g_concat_ctl_append() local 1076 hardcode = gctl_get_paraml(req, "hardcode", sizeof(*hardcode)); in g_concat_ctl_append() 1077 if (hardcode == NULL) { in g_concat_ctl_append() 1078 gctl_error(req, "No '%s' argument.", "hardcode"); in g_concat_ctl_append() 1166 disk->d_hardcoded = *hardcode; in g_concat_ctl_append()
|
| /src/usr.sbin/bhyve/amd64/ |
| H A D | mptbl.c | 146 /* Hardcode LINT0 as ExtINT on all CPUs. */ in mpt_build_localint_entries() 156 /* Hardcode LINT1 as NMI on all CPUs. */ in mpt_build_localint_entries()
|
| /src/contrib/atf/atf-sh/ |
| H A D | atf-sh.1 | 94 Instead, you have to hardcode the path to
|
| /src/crypto/heimdal/lib/vers/ |
| H A D | ChangeLog | 42 * Makefile.am (make_print_version_LDADD): do not hardcode -ldes,
|
| /src/sys/geom/virstor/ |
| H A D | g_virstor.c | 265 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()
|
| /src/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ |
| H A D | ttdsmp.c | 224 /* temp, hardcode smp discover response */ in ttdsaDiscoverRespSend() 334 /* temp, hardcode smp general response */ in ttdsaReportGeneralRespSend()
|
| /src/sys/contrib/device-tree/Bindings/display/panel/ |
| H A D | panel-common.yaml | 93 hardcode the max delay from the panel spec when powering up the panel.
|
| /src/tests/sys/geom/class/mirror/ |
| H A D | component_selection.sh | 40 # Hardcode component names so that the non-.nop device isn't tasted
|
| /src/sys/i386/include/ |
| H A D | param.h | 121 * in scope for struct swblock, so we have to hardcode it. Each struct
|