Searched refs:disable (Results 1 - 25 of 172) sorted by relevance

1234567

/freebsd-10.1-release/release/picobsd/floppy.tree/etc/ppp/
H A Dppp.conf7 disable lqr
/freebsd-10.1-release/usr.sbin/bsdconfig/mouse/
H A DMakefile11 SCRIPTS= disable enable flags mouse port type
/freebsd-10.1-release/sys/cddl/dev/cyclic/i386/
H A Dcyclic_machdep.c30 static void disable(cyb_arg_t);
39 disable,
106 disable(cyb_arg_t arg __unused) function
/freebsd-10.1-release/sys/dev/cx/
H A Dmachdep.h43 #pragma warning (disable: 4761)
44 #pragma warning (disable: 4242)
45 #pragma warning (disable: 4244)
/freebsd-10.1-release/contrib/libstdc++/include/backward/
H A Dbackward_warning.h36 <iostream.h>. To disable this warning use -Wno-deprecated.
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.boolopt.d41 #pragma D option flowindent=disable
/freebsd-10.1-release/contrib/ntp/
H A Dflock-build83 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD --disable-debugging $BUILD_ARGS" &
85 ssh $i "cd $c_d ; ./build $SIG $STD --disable-all-clocks --disable-autokey --without-sntp --disable-thread-support $BUILD_ARGS" &
106 ./build $SIG $PARSE $STD --disable-debugging $BUILD_ARGS &
118 ./build $SIG $STD --disable-all-clocks --disable-autokey --without-sntp --disable-thread-support $BUILD_ARGS &
H A Dbuild100 *--disable-all-clocks*)
106 *--disable-debugging*)
131 # To disable use of nice, setenv NO_NICE_BUILD=1
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DProcess.cpp42 #pragma warning(disable:4722)
/freebsd-10.1-release/sys/powerpc/ps3/
H A Dps3_syscons.c96 int disable; local
102 disable = 0;
103 TUNABLE_INT_FETCH("hw.syscons.disable", &disable);
104 if (disable != 0)
/freebsd-10.1-release/contrib/ntp/include/
H A Dssl_applink.c12 # pragma warning(disable: 4152)
/freebsd-10.1-release/sys/boot/fdt/dts/arm/
H A Dwandboard-dual.dts64 phy-disable-preamble;
H A Dwandboard-quad.dts64 phy-disable-preamble;
H A Dwandboard-solo.dts64 phy-disable-preamble;
/freebsd-10.1-release/contrib/libstdc++/libsupc++/
H A DMakefile.am104 LTCOMPILE = $(LIBTOOL) --tag CC --tag disable-shared --mode=compile $(CC) \
136 # We have to put --tag disable-shared after --tag CXX lest things
137 # CXX undo the affect of disable-shared.
138 LTCXXCOMPILE = $(LIBTOOL) --tag CXX --tag disable-shared \
150 CXXLINK = $(LIBTOOL) --tag CXX --tag disable-shared \
/freebsd-10.1-release/contrib/ntp/sntp/libopts/
H A Dfind.c43 int * ixp, bool * disable);
46 opt_set(tOptions * opts, char * arg, int idx, bool disable, tOptState * st);
130 * @param disable pointer to bool to mark disabled option
135 int * ixp, bool * disable)
165 * IF there is a disable name
166 * *AND* the option name matches the disable name
172 *disable = true;
205 * @param disable mark disabled option
209 opt_set(tOptions * opts, char * arg, int idx, bool disable, tOptState * st) argument
230 if (disable)
134 opt_match_ct(tOptions * opts, char const * name, int nm_len, int * ixp, bool * disable) argument
378 bool disable = false; local
[all...]
/freebsd-10.1-release/contrib/openresolv/
H A Dconfigure19 --disable-debug) DEBUG=no;;
38 --disable-maintainer-mode|--disable-dependency-tracking) ;;
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dmakefile.vms19 CFLAGS=/noopt/debug/include=([],[-.include])/define=("const=")/warnings=disable=(missingreturn,implicitfunc)
/freebsd-10.1-release/sys/dev/drm2/
H A Ddrm_crtc_helper.h71 /* disable crtc when not in use - more explicit than dpms off */
72 void (*disable)(struct drm_crtc *crtc); member in struct:drm_crtc_helper_funcs
92 /* disable encoder when not in use - more explicit than dpms off */
93 void (*disable)(struct drm_encoder *encoder); member in struct:drm_encoder_helper_funcs
/freebsd-10.1-release/contrib/ofed/management/opensm/complib/
H A Dcl_log.c37 #pragma warning(disable : 4996)
/freebsd-10.1-release/sys/amd64/vmm/io/
H A Diommu.h50 iommu_disable_func_t disable; member in struct:iommu_ops
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dser-go32.c243 #define disable() asm volatile ("cli"); macro
256 disable ();
283 disable (); /* Paranoia */
421 disable ();
441 disable ();
507 /* disable all interrupts in chip */
533 disable ();
580 /* disable interrupts, fifo, flow control */
581 disable ();
588 /* unhook handler, and disable interrup
[all...]
/freebsd-10.1-release/contrib/llvm/lib/Support/Windows/
H A DProcess.inc138 // Additionally, the APIs require elevated privileges to disable and re-
/freebsd-10.1-release/contrib/dialog/package/debian/
H A Drules41 --disable-rpath-hack
/freebsd-10.1-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_types.h42 #pragma warning(disable : 4996)

Completed in 206 milliseconds

1234567