Searched refs:specific (Results 1 - 25 of 87) sorted by relevance

1234

/freebsd-12-stable/libexec/rc/rc.d/
H A Ddhclient41 # Interface-specific flags (see rc.subr for $flags setting)
42 specific=$(get_if_var $ifn dhclient_flags_IF)
43 if [ -z "$flags" -a -n "$specific" ]; then
44 rc_flags=$specific
/freebsd-12-stable/lib/libthr/thread/
H A Dthr_spec.c17 * without specific prior written permission.
117 if (curthread->specific == NULL)
127 (curthread->specific[key].data != NULL)) {
128 if (curthread->specific[key].seqno ==
130 data = curthread->specific[key].data;
134 curthread->specific[key].data = NULL;
136 } else if (curthread->specific[key].data != NULL) {
145 curthread->specific[key].data = NULL;
161 __thr_free(curthread->specific);
162 curthread->specific
[all...]
/freebsd-12-stable/contrib/ofed/include/
H A Dudma_barrier.h112 #error No architecture specific memory barrier defines found!
150 #error No architecture specific memory barrier defines found!
220 #error No architecture specific memory barrier defines found!
/freebsd-12-stable/contrib/bmake/unit-tests/
H A Dvarmisc.exp24 We have target specific vars
H A Dvarmisc.mk57 cmpv.only = target specific vars
/freebsd-12-stable/contrib/bmake/mk/
H A Dtarget-flags.mk2 # target-flags.mk - target specific flags
6 # follow it with any target specific flag settings.
32 # macro files and that target specific flags that may reference
H A Dsys.dependfile.mk21 # 2. that machine specific files end in .${MACHINE}
35 # It usually makes sense to order from most specific to least.
48 # MACHINE specific depend files are supported, but *not* default.
H A Dinit.mk39 # these are applied in order, least specific to most
H A Ddirdeps-options.mk23 # may also set specific DIRDEPS.* for those options.
/freebsd-12-stable/share/mk/
H A Dsys.dependfile.mk22 # 2. that machine specific files end in .${MACHINE}
36 # It usually makes sense to order from most specific to least.
49 # MACHINE specific depend files are supported, but *not* default.
H A Ddirdeps-options.mk24 # may also set specific DIRDEPS.* for those options.
H A Dplain.test.mk6 # supposed to use any specific testing framework: all it does is run some code
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_conf.mk8 # Include this makefile to generate your hardware specific wpa_supplicant.conf
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
H A Dt_getaddrinfo.sh17 # without specific prior written permission.
84 atf_test_case specific
87 atf_set "descr" "Testing specific address family"
192 atf_add_test_case specific
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh10 * See the License for the specific language governing permissions
H A Derr.copyoutbadaddr.ksh10 * See the License for the specific language governing permissions
H A Derr.copyoutstrbadaddr.ksh10 * See the License for the specific language governing permissions
/freebsd-12-stable/contrib/amd/include/
H A Dmount_headers1.h21 * without specific prior written permission.
177 # error specific conf/nfs_prot_*.h file.
/freebsd-12-stable/secure/lib/libcrypto/arm/
H A Dsha256-armv4.S33 @ Profiler-assisted and platform-specific optimization resulted in 16%
H A Dsha512-armv4.S33 @ Profiler-assisted and platform-specific optimization resulted in 7%
53 @ Originally caller was expected to maintain specific *dword* order in
/freebsd-12-stable/contrib/apr/misc/unix/
H A Drandbyte_os2.inc13 * See the License for the specific language governing permissions and
/freebsd-12-stable/sys/dev/cxgb/
H A Dbin2h.pl38 this software without specific prior written permission.
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache-db.sql19 * specific language governing permissions and limitations
/freebsd-12-stable/contrib/cortex-strings/scripts/
H A Dadd-license.sh23 derived from this software without specific prior written permission.
/freebsd-12-stable/crypto/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl228 stda %f0, [$out]0xe2 ! ASI_BLK_INIT, T4-specific
230 stda %f2, [$out]0xe2 ! ASI_BLK_INIT, T4-specific
582 stda %f0, [$out]0xe2 ! ASI_BLK_INIT, T4-specific
584 stda %f2, [$out]0xe2 ! ASI_BLK_INIT, T4-specific
586 stda %f4, [$out]0xe2 ! ASI_BLK_INIT, T4-specific
588 stda %f6, [$out]0xe2 ! ASI_BLK_INIT, T4-specific
898 stda %f0, [$out]0xe2 ! ASI_BLK_INIT, T4-specific
900 stda %f2, [$out]0xe2 ! ASI_BLK_INIT, T4-specific
902 stda %f4, [$out]0xe2 ! ASI_BLK_INIT, T4-specific
904 stda %f6, [$out]0xe2 ! ASI_BLK_INIT, T4-specific
[all...]

Completed in 267 milliseconds

1234