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

1234567891011>>

/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFMCAsmInfo.h47 void setDwarfUsesRelocationsAcrossSections(bool enable) { argument
48 DwarfUsesRelocationsAcrossSections = enable;
/freebsd-11-stable/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-11-stable/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();
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.dofmax.ksh28 enable() function
48 echo "failed to enable $prog: `cat $err`"
61 while enable $upper ; do
74 if enable $guess ; then
/freebsd-11-stable/etc/rc.d/
H A Dipfw102 if ! ${SYSCTL} net.inet.ip.fw.enable=1 >/dev/null 2>&1; then
103 warn "failed to enable IPv4 firewall"
106 if ! ${SYSCTL} net.inet6.ip6.fw.enable=1 >/dev/null 2>&1
108 warn "failed to enable IPv6 firewall"
119 ${SYSCTL} net.inet.ip.fw.enable=0 >/dev/null
121 ${SYSCTL} net.inet6.ip6.fw.enable=0 >/dev/null
135 status=$(sysctl -n net.inet.ip.fw.enable)
138 status=$((${status} + $(sysctl -i -n net.inet6.ip6.fw.enable)))
/freebsd-11-stable/contrib/unbound/contrib/android/
H A D15-android.conf13 enable => [ ],
/freebsd-11-stable/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-11-stable/usr.sbin/bsdconfig/mouse/
H A DMakefile9 SCRIPTS= disable enable flags mouse port type
/freebsd-11-stable/usr.sbin/bhyve/
H A Dps2mouse.h40 void ps2mouse_toggle(struct ps2mouse_softc *sc, int enable);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppoint.h29 virtual void SetEnabled(bool enable) = 0;
/freebsd-11-stable/usr.bin/proccontrol/
H A Dproccontrol.c67 "[-s (enable|disable)] [-p pid | command]\n");
76 bool enable, do_command, query; local
79 enable = true;
95 if (strcmp(optarg, "enable") == 0)
96 enable = true;
98 enable = false;
185 arg = enable ? PROC_TRACE_CTL_ENABLE :
190 arg = enable ? PROC_TRAPCAP_CTL_ENABLE :
195 arg = enable ? PROC_STACKGAP_ENABLE_EXEC :
/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_mac_ext.h260 @Param[in] enable When TRUE, FM will be reset before any initialization.
266 t_Error FM_MAC_ConfigResetOnInit (t_Handle h_FmMac, bool enable);
274 @Param[in] enable TRUE to enable or FALSE to disable.
280 t_Error FM_MAC_ConfigLoopback (t_Handle h_FmMac, bool enable);
302 @Param[in] enable TRUE to enable or FALSE to disable.
308 t_Error FM_MAC_ConfigWan (t_Handle h_FmMac, bool enable);
316 @Param[in] enable TRUE to enable o
[all...]
/freebsd-11-stable/sys/net80211/
H A Dieee80211_alq.c70 ieee80211_alq_setlogging(int enable) argument
74 if (enable) {
103 int error, enable; local
105 enable = (ieee80211_alq != NULL);
106 error = sysctl_handle_int(oidp, &enable, 0, req);
110 return (ieee80211_alq_setlogging(enable));
H A Dieee80211_power.h80 void ieee80211_node_pwrsave(struct ieee80211_node *, int enable);
81 void ieee80211_sta_pwrsave(struct ieee80211vap *, int enable);
/freebsd-11-stable/usr.sbin/ppp/
H A Dppp.conf24 enable dns # request DNS info (for resolv.conf)
/freebsd-11-stable/sys/arm/altera/socfpga/
H A Dsocfpga_rstmgr.c84 l3remap(struct rstmgr_softc *sc, int remap, int enable) argument
97 if (enable)
123 int enable; local
149 enable = reg & bit ? 0 : 1;
151 err = sysctl_handle_int(oidp, &enable, 0, req);
155 if (enable == 1)
157 else if (enable == 0)
163 l3remap(sc, remap, enable);

Completed in 330 milliseconds

1234567891011>>