Searched refs:required (Results 126 - 150 of 170) sorted by relevance

1234567

/freebsd-current/usr.sbin/ppp/
H A Dccp.c218 ccp->cfg.mppe.required ? ", required" : "");
263 ccp->cfg.mppe.required = 0;
288 * We ask each of the configured ccp protocols if they're required and
291 * It's not possible for the peer to reject a required ccp protocol
294 * If ccp is required but not open, the NCP layer should not push
509 /* Blow it all away - we haven't negotiated a required algorithm */
510 log_Printf(LogWARN, "%s: Failed to negotiate (required) %s\n",
641 log_Printf(LogWARN, "%s: Cannot understand peers (required)"
653 log_Printf(LogWARN, "%s: Peer rejected (required)
[all...]
H A Dmppe.c469 return fp->link->ccp.cfg.mppe.required;
/freebsd-current/stand/
H A Ddefs.mk169 # translate to the -Bsymbolic -pie format required by self_reloc() in loader(8).
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc241 // could use InitializeContext + CopyContext, but that's only required to get
/freebsd-current/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in466 The following perl modules are required:
/freebsd-current/sys/contrib/openzfs/scripts/
H A Dkmodtool294 This package provides objects and symbols required to build kernel modules
385 # and print it and some other required stuff as macro
418 echo " --kmodname <file> -- name of the kmod (required)"
422 echo " --target <arch> -- target-arch (required)"
/freebsd-current/crypto/openssh/regress/misc/sk-dummy/
H A Dsk-dummy.c225 if (options[i]->required) {
226 skdebug(__func__, "unknown required option");
/freebsd-current/sys/i386/i386/
H A Dmp_machdep.c43 #error The apic device is required for SMP, add "device apic" to your config file.
/freebsd-current/usr.bin/mkimg/
H A Dvhdx.c107 uint32_t required; member in struct:vhdx_region_table_entry
436 /* Flush the BAT buffer if required */
453 /* Flush the BAT buffer if required */
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp58 RequiredArgs required = RequiredArgs::forPrototypePlus(FPT, Args.size()); local
82 return {required, PrefixSize};
478 RequiredArgs required = RequiredArgs::forPrototypePlus(FPT, 1); local
482 return EmitCall(CGM.getTypes().arrangeCXXMethodCall(Args, FPT, required,
694 // No cookie is required if the operator new[] being used is the
/freebsd-current/sys/x86/x86/
H A Dintr_machdep.c93 #error EARLY_AP_STARTUP required on x86
/freebsd-current/crypto/openssh/
H A Dsk-usbhid.c764 if (options[i]->required) {
765 skdebug(__func__, "unknown required option");
928 skdebug(__func__, "libfido2 version does not support a feature required for this operation. Please upgrade to >=1.5.0");
936 "resident/verify-required key", sk->path);
1137 if (options[i]->required) {
1138 skdebug(__func__, "unknown required option");
1207 * to allow keys with and without -O verify-required to make sense.
/freebsd-current/contrib/bmake/unit-tests/
H A Dcond-token-plain.mk74 # not required.
/freebsd-current/share/mk/
H A Dsys.mk164 # C Type Format data is required for DTrace
H A Dbsd.dep.mk373 # Ignore -Wl,--start-group/-Wl,--end-group as it might be required in the
H A Dsrc.opts.mk332 # Further debugging is required -- probably they are just broken on big
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc575 // Conservatively account for space required by environment variables.
/freebsd-current/share/examples/drivers/
H A Dmake_device_driver.sh138 * http://www.daemonnews.org/200008/isa.html is required reading.
/freebsd-current/sys/conf/
H A Dkern.mk309 # warning instead and let the user add the required symlinks.
/freebsd-current/contrib/ldns/
H A Dconfigure2845 # Auxiliary files required by this configure script.
2851 # Search for a directory containing all of the required auxiliary files,
2876 # As a special case, if "install-sh" is required, that requirement
2924 as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5
5074 # Under GNU Hurd, this test is not required because there is
11105 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
14550 ac_res="none required"
14580 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
14622 ac_res="none required"
14652 test "$ac_res" = "none required" || LIB
[all...]
/freebsd-current/contrib/unbound/
H A Dconfigure3075 # Auxiliary files required by this configure script.
3081 # Search for a directory containing all of the required auxiliary files,
3106 # As a special case, if "install-sh" is required, that requirement
3154 as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5
7202 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: required lex library not found; giving up on $LEX" >&5
7203 printf "%s\n" "$as_me: WARNING: required lex library not found; giving up on $LEX" >&2;}
8409 # Under GNU Hurd, this test is not required because there is
14431 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
16596 ac_res="none required"
16626 test "$ac_res" = "none required" || LIB
[all...]
/freebsd-current/contrib/wpa/hs20/client/
H A Dosu_client.c1202 int required = 0; local
1218 required = strcasecmp(str, "true") == 0;
1230 wpa_printf(MSG_INFO, "- HomeSP/HomeOIList/<X+> '%s' required=%d",
1231 homeoi, required);
1233 if (required) {
/freebsd-current/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp3084 return TokError("missing value for required parameter '" + MP->Name +
3182 // required but missing
3189 "missing value for required parameter "
3692 "parentheses required for 'dup' contents") ||
3898 "parentheses required for 'dup' contents") ||
4259 "parentheses required for 'dup' contents") ||
6005 return Error(Loc, "non-local symbol required");
/freebsd-current/contrib/bmake/
H A Dconfigure2571 # Auxiliary files required by this configure script.
2577 # Search for a directory containing all of the required auxiliary files,
2602 # As a special case, if "install-sh" is required, that requirement
2650 as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5
5070 ac_res="none required"
5100 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
5130 ac_res="none required"
5160 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7163 # `set' quotes correctly as required by POSIX, so do not add quotes.
8096 # in the case of _POSIX_SOURCE, which is predefined and required
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev.c2212 * Make sure the alignment required hasn't increased.
3540 boolean_t required; local
3554 required = !vdev_dtl_empty(tvd, DTL_OUTAGE);
3558 if (!required && zio_injection_enabled) {
3559 required = !!zio_handle_device_injection(vd, NULL,
3563 return (required);
4325 * rebuild is not required
4515 /* If a resilver isn't required, check if vdevs can be culled */
6503 "Minimum number of metaslabs required to dedicate one for log blocks");

Completed in 525 milliseconds

1234567