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

1234567891011>>

/netbsd-6-1-5-RELEASE/sys/arch/arm/at91/
H A Dat91pmcvar.h32 void at91pmc_peripheral_clock(int pid, int enable);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/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
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dauvitek_board.c53 uint16_t enable; member in struct:auvitek_board_config
58 .enable = 0x02f0,
63 .enable = 0x02f0,
71 uint16_t reset, enable; local
77 enable = auvitek_board_config[sc->sc_board].enable;
90 if (enable) {
91 auvitek_write_1(sc, AU0828_REG_GPIO2_PINDIR, enable >> 8);
92 auvitek_write_1(sc, AU0828_REG_GPIO1_PINDIR, enable & 0xff);
93 auvitek_write_1(sc, AU0828_REG_GPIO2_OUTEN, enable >>
[all...]
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/
H A Dautogen.sh12 $srcdir/configure --enable-maintainer-mode "$@"
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Dcftoken.l502 yyerror("racoon not configured with --enable-hybrid");
509 yyerror("racoon not configured with --enable-hybrid");
516 yyerror("racoon not configured with --enable-hybrid");
523 yyerror("racoon not configured with --enable-hybrid");
530 yyerror("racoon not configured with --enable-hybrid");
537 yyerror("racoon not configured with --enable-hybrid");
544 yyerror("racoon not configured with --enable-hybrid");
551 yyerror("racoon not configured with --enable-hybrid");
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/
H A DMakefile.inc10 -mllvm -enable-iv-rewrite=true \
12 -mllvm -inline-threshold=3 -mllvm -enable-load-pre=false
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpc/
H A Dextern.h44 void enable(int, char **);
/netbsd-6-1-5-RELEASE/sys/arch/sun3/sun3/
H A Dinterreg.h53 void set_clk_mode(u_char on, u_char off, int enable);
/netbsd-6-1-5-RELEASE/sys/dev/wscons/
H A Dwsmousevar.h44 int (*enable)(void *); member in struct:wsmouse_accessops
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dcomplete.conf7 filegen clockstats file clockstats type none enable
9 filegen loopstats file loopstats type day nolink enable
10 filegen peerstats file peerstats type week enable
11 filegen protostats file stats type month enable
12 filegen rawstats file rawstats type year nolink enable
13 filegen sysstats file sysstats type age enable
23 enable auth ntp monitor
/netbsd-6-1-5-RELEASE/etc/
H A Dnamed.conf8 dnssec-enable yes;
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/tests/
H A Daccentenc13 ../makeinfo --enable-encoding --no-split -I$srcdir $srcdir/$input 2>/dev/null
/netbsd-6-1-5-RELEASE/sys/arch/arm/gemini/
H A Dgemini_wdtvar.h57 int geminiwdt_enable(int enable);
H A Dgemini_wdt.c139 geminiwdt_enable(int enable) argument
147 enable = !!enable;
151 if (enable != sc->sc_armed) {
152 if (enable) {
160 sc->sc_armed = enable;
/netbsd-6-1-5-RELEASE/sys/arch/arm/omap/
H A Domap_gpio.h59 /* Mask/unmask GPIO interrupt, enable/disable sleep wakeups */
63 extern void omap_gpio_intr_wakeup(void *cookie, int enable);
H A Domap_wdtvar.h55 int omapwdt32k_enable(int enable);
H A Domap_wdt.c148 omapwdt32k_enable(int enable) argument
155 enable = !!enable;
159 if (enable != omapwdt32k_sc->sc_armed) {
160 if (enable) {
168 omapwdt32k_sc->sc_armed = enable;
/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/common/
H A Dn8_memory.h83 void n8_memoryDebug(int enable);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dev/cyclic/amd64/
H A Dcyclic_machdep.c31 static void enable(cyb_arg_t);
39 enable,
107 static void enable(cyb_arg_t arg) function
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dev/cyclic/i386/
H A Dcyclic_machdep.c31 static void enable(cyb_arg_t);
39 enable,
107 static void enable(cyb_arg_t arg) function
/netbsd-6-1-5-RELEASE/sys/arch/bebox/stand/boot/
H A Dpci.c78 * to enable memory and I/O accesses.
84 u_char enable = 0; local
87 enable |= PCI_COMMAND_IO_ENABLE;
89 enable |= PCI_COMMAND_MEM_ENABLE;
91 enable |= PCI_COMMAND_MASTER_ENABLE;
94 *ppci = enable;
125 if ((pslot->regs[CMD] & 0x03)) { /* did firmware enable it ? */
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/
H A Dconfig.threads.in72 [ --enable-threads enable multithreading])
84 AC_MSG_ERROR([--enable-threads takes yes or no])

Completed in 143 milliseconds

1234567891011>>