Searched refs:hardcode (Results 1 - 16 of 16) sorted by path

/freebsd-11-stable/contrib/binutils/binutils/
H A Dconfigure1018 --disable-rpath do not hardcode runtime library paths
4583 # We know the value 262144 and hardcode it with a safety zone (like BSD)
8630 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9291 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
9292 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
9298 # We can hardcode non-existent directories.
9308 # We can link without hardcoding, and we can hardcode nonexisting dirs.
9312 # We cannot hardcode anything, or else we can only hardcode existing
16574 # Whether we should hardcode librar
[all...]
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dconfigure853 --disable-rpath do not hardcode runtime library paths
/freebsd-11-stable/contrib/gdb/
H A Dltmain.sh1987 # Need to hardcode shared library paths
2028 # We need to hardcode the library path
2150 $echo "$modename: configuration error: unsupported hardcode properties"
2181 # Finalize command for both is simple: just hardcode it.
2194 # We cannot seem to hardcode it, guess we'll fake it.
3550 # Now hardcode the library paths
/freebsd-11-stable/sbin/geom/class/concat/
H A Dgeom_concat.c74 { 'h', "hardcode", NULL, G_TYPE_BOOL },
120 int error, i, hardcode, nargs; local
128 hardcode = gctl_get_int(req, "hardcode");
156 if (!hardcode)
/freebsd-11-stable/sbin/geom/class/journal/
H A Dgeom_journal.c68 { 'h', "hardcode", NULL, G_TYPE_BOOL },
145 int error, force, i, nargs, checksum, hardcode; local
161 hardcode = gctl_get_int(req, "hardcode");
272 if (!hardcode)
/freebsd-11-stable/sbin/geom/class/mirror/
H A Dgeom_mirror.c75 { 'h', "hardcode", NULL, G_TYPE_BOOL },
114 { 'h', "hardcode", NULL, G_TYPE_BOOL },
123 { 'h', "hardcode", NULL, G_TYPE_BOOL },
189 int error, i, nargs, bal, hardcode; local
222 hardcode = gctl_get_int(req, "hardcode");
276 if (!hardcode)
/freebsd-11-stable/sbin/geom/class/raid3/
H A Dgeom_raid3.c65 { 'h', "hardcode", NULL, G_TYPE_BOOL },
80 { 'h', "hardcode", NULL, G_TYPE_BOOL },
88 { 'h', "hardcode", NULL, G_TYPE_BOOL },
151 int hardcode, round_robin, verify; local
190 hardcode = gctl_get_int(req, "hardcode");
252 if (!hardcode)
/freebsd-11-stable/sbin/geom/class/shsec/
H A Dgeom_shsec.c65 { 'h', "hardcode", NULL, G_TYPE_BOOL },
113 int error, i, nargs, hardcode; local
121 hardcode = gctl_get_int(req, "hardcode");
175 if (!hardcode)
/freebsd-11-stable/sbin/geom/class/stripe/
H A Dgeom_stripe.c81 { 'h', "hardcode", NULL, G_TYPE_BOOL },
131 int error, i, nargs, hardcode; local
139 hardcode = gctl_get_int(req, "hardcode");
200 if (!hardcode)
/freebsd-11-stable/sbin/geom/class/virstor/
H A Dgeom_virstor.c76 { 'h', "hardcode", NULL, G_TYPE_BOOL},
99 { 'h', "hardcode", NULL, G_TYPE_BOOL},
217 int hardcode, nargs, error; local
233 hardcode = gctl_get_int(req, "hardcode");
455 if (!hardcode)
/freebsd-11-stable/sys/dev/nxge/
H A Dif_nxge.h128 #define XGE_GET_PARAM(str_kenv, to, param, hardcode) { \
134 param##__LINE__ = hardcode; \
139 #define XGE_GET_PARAM_MAC(str_kenv, param, hardcode) \
140 XGE_GET_PARAM(str_kenv, ((*dconfig).mac), param, hardcode);
142 #define XGE_GET_PARAM_FIFO(str_kenv, param, hardcode) \
143 XGE_GET_PARAM(str_kenv, ((*dconfig).fifo), param, hardcode);
145 #define XGE_GET_PARAM_FIFO_QUEUE(str_kenv, param, qindex, hardcode) \
147 hardcode);
149 #define XGE_GET_PARAM_FIFO_QUEUE_TTI(str_kenv, param, qindex, tindex, hardcode)\
151 param, hardcode);
[all...]
/freebsd-11-stable/sys/dev/vxge/
H A Dvxge.h40 #define VXGE_GET_PARAM(str_kenv, to, param, hardcode) { \
46 __CONCAT(param, __LINE__) = hardcode; \
/freebsd-11-stable/sys/geom/mirror/
H A Dg_mirror_ctl.c96 int *autosync, *noautosync, *failsync, *nofailsync, *hardcode, *dynamic; local
138 hardcode = gctl_get_paraml(req, "hardcode", sizeof(*hardcode));
139 if (hardcode == NULL) {
140 gctl_error(req, "No '%s' argument.", "hardcode");
181 if (*hardcode && *dynamic) {
182 gctl_error(req, "'%s' and '%s' specified.", "hardcode",
213 *nofailsync || *hardcode || *dynamic || *slicep != -1 ||
220 !*noautosync && !*failsync && !*nofailsync && !*hardcode
569 int error, *nargs, *hardcode, *inactive; local
[all...]
/freebsd-11-stable/sys/geom/raid3/
H A Dg_raid3_ctl.c407 int *hardcode, *nargs, error, autono; local
418 hardcode = gctl_get_paraml(req, "hardcode", sizeof(*hardcode));
419 if (hardcode == NULL) {
420 gctl_error(req, "No '%s' argument.", "hardcode");
515 if (*hardcode)
/freebsd-11-stable/contrib/tcsh/
H A Dconfigure1326 --disable-rpath do not hardcode runtime library paths
/freebsd-11-stable/sys/geom/virstor/
H A Dg_virstor.c264 int *hardcode, *nargs; local
281 hardcode = gctl_get_paraml(req, "hardcode", sizeof(*hardcode));
282 if (hardcode == NULL) {
283 gctl_error(req, "Error fetching argument '%s'", "hardcode");
403 fill_metadata(sc, &md, nc, *hardcode);
499 u_int nc, u_int hardcode)
514 if (hardcode) {
498 fill_metadata(struct g_virstor_softc *sc, struct g_virstor_metadata *md, u_int nc, u_int hardcode) argument

Completed in 262 milliseconds