/freebsd-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.
|
/freebsd-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.
|
/freebsd-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 …]
|
/freebsd-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 | 99 Hardcode providers' names in metadata.
|
/freebsd-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.
|
/freebsd-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()
|
/freebsd-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.
|
/freebsd-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()
|
/freebsd-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()
|
/freebsd-src/sys/contrib/openzfs/config/ |
H A D | lib-link.m4 | 151 [ --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-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/userquota/ |
H A D | userspace_encrypted_13709.ksh | 20 # So we hardcode a copy of a pool with this bug, try unlocking it,
|
/freebsd-src/sys/geom/concat/ |
H A D | g_concat.c | 1060 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-src/crypto/heimdal/lib/vers/ |
H A D | ChangeLog | 42 * Makefile.am (make_print_version_LDADD): do not hardcode -ldes,
|
/freebsd-src/contrib/atf/atf-sh/ |
H A D | atf-sh.1 | 94 Instead, you have to hardcode the path to
|
/freebsd-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()
|
/freebsd-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()
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | SPIRVObjectWriter.cpp |
|
/freebsd-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()
|
/freebsd-src/sys/i386/include/ |
H A D | param.h | 121 * in scope for struct swblock, so we have to hardcode it. Each struct
|
/freebsd-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
|