Searched refs:enable (Results 1 - 25 of 412) sorted by relevance

1234567891011>>

/freebsd-10.0-release/etc/
H A Dnscd.conf6 enable-cache passwd yes
7 enable-cache group yes
8 enable-cache hosts yes
9 enable-cache services yes
10 enable-cache protocols yes
11 enable-cache rpc yes
12 enable-cache networks yes
/freebsd-10.0-release/lib/libc/i386/sys/
H A Di386_get_ioperm.c33 i386_get_ioperm(unsigned int start, unsigned int *length, int *enable) argument
40 p.enable = *enable;
45 *enable = p.enable;
H A Di386_set_ioperm.c33 i386_set_ioperm(unsigned int start, unsigned int length, int enable) argument
39 p.enable = enable;
/freebsd-10.0-release/contrib/ntp/conf/
H A Dbeauregard.conf14 filegen peerstats file peerstats type day enable
15 filegen loopstats file loopstats type day enable
16 filegen clockstats file clockstats type day enable
H A Dmalarky.conf15 filegen peerstats file peerstats type day enable
16 filegen loopstats file loopstats type day enable
17 filegen clockstats file clockstats type day enable
H A Dpogo.conf33 crypto # enable public key
43 filegen loopstats file loopstats type day enable
44 filegen cryptostats file cryptostats type day enable
H A Drackety.conf43 crypto # enable public key
53 filegen peerstats file peerstats type day enable
54 filegen loopstats file loopstats type day enable
55 filegen clockstats file clockstats type day enable
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerOptInfo.h29 CheckerOptInfo(StringRef name, bool enable) argument
30 : Name(name), Enable(enable), Claimed(false) { }
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-spi.c94 cvmx_pko_reg_crc_enable_t enable; local
96 enable.u64 = cvmx_read_csr(CVMX_PKO_REG_CRC_ENABLE);
97 enable.s.enable &= 0xffff << (16 - (interface*16));
98 cvmx_write_csr(CVMX_PKO_REG_CRC_ENABLE, enable.u64);
139 cvmx_pko_reg_crc_enable_t enable; local
146 enable.u64 = cvmx_read_csr(CVMX_PKO_REG_CRC_ENABLE);
147 enable.s.enable |= 0xffff << (interface*16);
148 cvmx_write_csr(CVMX_PKO_REG_CRC_ENABLE, enable
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestEnable.java32 * Prove that enable() handles multiple programs, recognizing programs
55 consumer.enable(p0);
56 consumer.enable(p1);
69 consumer.enable();
70 System.err.println("enable() illegal, some programs " +
80 consumer.enable(p0);
81 System.err.println("cannot enable a program that " +
90 consumer.enable(p2);
104 consumer.enable();
105 System.err.println("enable() illega
[all...]
H A DTestClose.java44 consumer.enable();
64 consumer.enable();
H A DTestAbort.java49 consumer.enable();
77 consumer.enable();
104 consumer.enable();
129 consumer.enable();
/freebsd-10.0-release/sys/net80211/
H A Dieee80211_power.h80 void ieee80211_node_pwrsave(struct ieee80211_node *, int enable);
81 void ieee80211_sta_pwrsave(struct ieee80211vap *, int enable);
H A Dieee80211_alq.c72 ieee80211_alq_setlogging(int enable) argument
76 if (enable) {
105 int error, enable; local
107 enable = (ieee80211_alq != NULL);
108 error = sysctl_handle_int(oidp, &enable, 0, req);
112 return (ieee80211_alq_setlogging(enable));
/freebsd-10.0-release/contrib/jemalloc/
H A DFREEBSD-upgrade75 ./autogen.sh --enable-cc-silence --enable-dss --enable-xmalloc \
76 --enable-utrace --with-xslroot=/usr/local/share/xsl/docbook \
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DStoppoint.h43 SetEnabled (bool enable) = 0;
/freebsd-10.0-release/etc/rc.d/
H A Dipfw80 if ! ${SYSCTL} net.inet.ip.fw.enable=1 1>/dev/null 2>&1; then
81 warn "failed to enable IPv4 firewall"
84 if ! ${SYSCTL} net.inet6.ip6.fw.enable=1 1>/dev/null 2>&1
86 warn "failed to enable IPv6 firewall"
97 ${SYSCTL} net.inet.ip.fw.enable=0
99 ${SYSCTL} net.inet6.ip6.fw.enable=0
/freebsd-10.0-release/lib/libusbhid/
H A Dusbvar.h43 int hid_set_immed_compat7(int fd, int enable);
H A Ddescr_compat.c52 hid_set_immed_compat7(int fd, int enable) argument
54 return (ioctl(fd, USB_SET_IMMED, &enable));
/freebsd-10.0-release/usr.sbin/bsdconfig/mouse/
H A DMakefile11 SCRIPTS= disable enable flags mouse port type
/freebsd-10.0-release/contrib/libarchive/libarchive/test/
H A Dtest_archive_read_support.c65 test_filter_or_format(enabler enable) argument
67 test_success(archive_read_new, enable, archive_read_free);
68 test_failure(archive_write_new, enable, archive_write_free);
69 test_failure(archive_read_disk_new, enable, archive_read_free);
70 test_failure(archive_write_disk_new, enable, archive_write_free);
/freebsd-10.0-release/etc/ppp/
H A Dppp.conf24 enable dns # request DNS info (for resolv.conf)
/freebsd-10.0-release/sys/netgraph/
H A Dng_deflate.h43 u_char enable; /* node enabled */ member in struct:ng_deflate_config
49 { "enable", &ng_parse_uint8_type }, \
H A Dng_mppc.h72 u_char enable; /* enable */ member in struct:ng_mppc_config
H A Dng_pred1.h43 u_char enable; /* node enabled */ member in struct:ng_pred1_config
48 { "enable", &ng_parse_uint8_type }, \

Completed in 321 milliseconds

1234567891011>>