Searched refs:behavior (Results 1 - 24 of 24) sorted by relevance

/freebsd-11.0-release/share/mk/
H A Dsrc.sys.mk5 # to preserve historical (and useful) behavior. Changes here need to
H A Dsuite.test.mk39 # behavior defined here.
H A Dbsd.own.mk259 # wasn't defined. bsd.ports.mk and friends depend on this behavior. Remove in 12.
H A Dsrc.opts.mk201 # Additional, per-target behavior should be rarely added only after much
H A Dsys.mk467 # to preserve historic behavior.
H A Ddirdeps.mk145 # make sure we get the behavior we expect
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc46 // This matches the behavior of malloc_create_zone() on OSX 10.7 and higher.
/freebsd-11.0-release/contrib/bmake/mk/
H A Dman.mk17 # set this to .0 for same behavior as bsd.man.mk
H A Dwarnings.mk18 # make sure we get the behavior we expect
H A Ddirdeps.mk144 # make sure we get the behavior we expect
/freebsd-11.0-release/sys/vm/
H A Dvm_fault.c297 u_char behavior; local
576 behavior = vm_map_entry_behavior(fs.entry);
577 if (behavior == MAP_ENTRY_BEHAV_RANDOM) {
579 } else if (behavior == MAP_ENTRY_BEHAV_SEQUENTIAL) {
676 if (nera == -1 || behavior == MAP_ENTRY_BEHAV_RANDOM ||
H A Dvm_map.c846 * Set the expected access behavior, either normal, random, or
850 vm_map_entry_set_behavior(vm_map_entry_t entry, u_char behavior) argument
853 (behavior & MAP_ENTRY_BEHAV_MASK);
/freebsd-11.0-release/contrib/llvm/lib/Support/Windows/
H A DProcess.inc115 // of that application, which is the incorrect behavior for this API.
/freebsd-11.0-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc75 // the behavior of sh(1) and friends.
H A DSignals.inc168 // Restore the signal behavior to default, so that the program actually
/freebsd-11.0-release/contrib/bmake/unit-tests/
H A Descape.mk23 # line immediately preceding an include line, the behavior is
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp668 "Potential insecure implementation-specific behavior in "
/freebsd-11.0-release/sys/conf/
H A Dkern.mk178 # The C standard leaves signed integer overflow behavior undefined.
H A Dkern.post.mk32 # behavior of installing debug files in the kernel directory.
/freebsd-11.0-release/contrib/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h660 #define __sanitizer_syscall_pre_madvise(start, len, behavior) \
662 (long)(behavior))
663 #define __sanitizer_syscall_post_madvise(res, start, len, behavior) \
665 (long)(behavior))
2371 void __sanitizer_syscall_pre_impl_madvise(long start, long len, long behavior);
2373 long behavior);
/freebsd-11.0-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec299 # behavior, which loaded the the SSH2 DSA host key when HostDsaKey wasn't
693 - Remove the default path and mimic login's behavior in the server itself.
/freebsd-11.0-release/usr.sbin/route6d/
H A Droute6d.c2242 * there are couple of p2p interface routing models. "behavior" lets
2243 * you pick one. it looks that gated behavior fits best with BSDs,
2258 const enum { CISCO, GATED, ROUTE6D } behavior = GATED; local
2268 switch (behavior) {
3245 /* it is safer behavior */
/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-endor-defs.h5282 uint32_t adi_en : 1; /**< ADI enable signal pulsed or leveled behavior
5336 uint32_t behavior : 1; /**< RX and TX FRAME signals behavior: member in struct:cvmx_endor_rfif_conf2::cvmx_endor_rfif_conf2_s
5340 uint32_t behavior : 1;
/freebsd-11.0-release/contrib/subversion/
H A Dconfigure289 # Unset more variables known to interfere with behavior of common tools.
1378 # There might be people who depend on the old broken behavior: `$host'
1582 that behavior via runtime configuration.)
1656 (PATH optional). This behavior can be switched off

Completed in 179 milliseconds