HomeSort by relevance Sort by last modified time
    Searched refs:on (Results 1 - 25 of 5738) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /sfw/usr/src/cmd/powerman/powerman-2.3/etc/
cb-7050.dev 17 # - DO lines are "open" (0) at power on. Writing 1 connects the line to gnd.
18 # - DI7 is n.c. on the CB-7050. Although plug 7 can be controlled via D07,
19 # power state will always be "unknown" and on/off are effectively toggles.
20 # - [HDAMA] power on delay = 2s, power off delay = 5s. Tune for your moboard.
21 # - This would be cleaner if we could call status_all from off|on scripts.
38 setplugstate "0" $2 on="1|3|5|7|9|B|D|F" off="0|2|4|6|8|A|C|E"
39 setplugstate "1" $2 on="2|3|6|7|A|B|E|F" off="0|1|4|5|8|9|C|D"
40 setplugstate "2" $2 on="4|5|6|7|C|D|E|F" off="0|1|2|3|8|9|A|B"
41 setplugstate "3" $2 on="8|9|A|B|C|D|E|F" off="0|1|2|3|4|5|6|7"
42 setplugstate "4" $1 on="1|3|5|7|9|B|D|F" off="0|2|4|6|8|A|C|E
    [all...]
ics8064.dev 25 setplugstate "1" $1 off="0" on="1"
26 setplugstate "2" $2 off="0" on="1"
27 setplugstate "3" $3 off="0" on="1"
28 setplugstate "4" $4 off="0" on="1"
29 setplugstate "5" $5 off="0" on="1"
30 setplugstate "6" $6 off="0" on="1"
31 setplugstate "7" $7 off="0" on="1"
32 setplugstate "8" $8 off="0" on="1"
33 setplugstate "9" $9 off="0" on="1"
34 setplugstate "10" $10 off="0" on="1
    [all...]
icebox3.dev 4 # Linux Networx ICE Box firmware version 3.x and 4.x on port 1010.
25 setplugstate "1" $1 off="0" on="1"
26 setplugstate "2" $2 off="0" on="1"
27 setplugstate "3" $3 off="0" on="1"
28 setplugstate "4" $4 off="0" on="1"
29 setplugstate "5" $5 off="0" on="1"
30 setplugstate "6" $6 off="0" on="1"
31 setplugstate "7" $7 off="0" on="1"
32 setplugstate "8" $8 off="0" on="1"
33 setplugstate "9" $9 off="0" on="1
    [all...]
icebox.dev 4 # Linux Networx ICE box firmware version 2.x on port 1010.
22 setplugstate "1" $1 off="0" on="1"
23 setplugstate "2" $2 off="0" on="1"
24 setplugstate "3" $3 off="0" on="1"
25 setplugstate "4" $4 off="0" on="1"
26 setplugstate "5" $5 off="0" on="1"
27 setplugstate "6" $6 off="0" on="1"
28 setplugstate "7" $7 off="0" on="1"
29 setplugstate "8" $8 off="0" on="1"
30 setplugstate "9" $9 off="0" on="1
    [all...]
  /sfw/usr/src/cmd/gcc/gcc-3.4.3/gcc/testsuite/g++.old-deja/g++.law/
enum3.C 9 typedef enum{on, off} TOGGLE; enumerator in enum:__anon4112
15 virtual void on(void) { toggle = 3; };// { dg-error "" } .* function in class:field
16 virtual void off(void) { toggle = on; };// { dg-error "" } .*
  /sfw/usr/src/cmd/gcc/gcc-3.4.3/gcc/fixinc/tests/base/sys/
asm.h 13 # and we are on vacation
  /sfw/usr/src/cmd/quagga/quagga-0.99.8/ospf6d/
ospf6_neighbor.c 62 struct ospf6_neighbor *on; local
64 for (ALL_LIST_ELEMENTS_RO (oi->neighbor_list, n, on))
65 if (on->router_id == router_id)
66 return on;
75 struct ospf6_neighbor *on; local
78 on = (struct ospf6_neighbor *)
80 if (on == NULL)
86 memset (on, 0, sizeof (struct ospf6_neighbor));
88 snprintf (on->name, sizeof (on->name), "%s%%%s"
204 struct ospf6_neighbor *on; local
226 struct ospf6_neighbor *on; local
260 struct ospf6_neighbor *on; local
330 struct ospf6_neighbor *on; local
360 struct ospf6_neighbor *on; local
381 struct ospf6_neighbor *on; local
422 struct ospf6_neighbor *on; local
458 struct ospf6_neighbor *on; local
494 struct ospf6_neighbor *on; local
529 struct ospf6_neighbor *on; local
761 struct ospf6_neighbor *on; variable in typeref:struct:ospf6_neighbor
816 struct ospf6_neighbor *on; variable in typeref:struct:ospf6_neighbor
    [all...]
  /sfw/usr/src/lib/openssl/openssl-0.9.8k/MacOS/
_MWERKS_GUSI_prefix.h 4 #pragma longlong on
_MWERKS_prefix.h 4 #pragma longlong on
  /sfw/usr/src/lib/openssl/fips/openssl-fips/openssl-fips-1.2/MacOS/
_MWERKS_GUSI_prefix.h 4 #pragma longlong on
_MWERKS_prefix.h 4 #pragma longlong on
  /sfw/usr/src/cmd/ruby18/ruby-1.8.7-p72/sample/optparse/
opttest.rb 24 opts.on("-r", "--require=LIBRARY", String,
29 opts.on("-i", "--inplace=[EXTENSION]",
33 opts.on("-N=[NUM]", Integer) {|@number|}
36 opts.on("-t", "--[no-]time[=TIME]", Time, "it's the time") {|@time|}
39 opts.on("-[0-7]", "-F", "--irs=[OCTAL]", OptionParser::OctalInteger,
44 opts.on("-n", "--no-exec[=FLAG]", TrueClass, "not really execute") {|@exec|}
47 opts.on("-a", "--list[=LIST,LIST]", Array, "list") {|@list|}
50 opts.on("--pair[=car,cdr]", Array, "pair") {|@x, @y|}
53 opts.on("--code=CODE", CODES, CODE_ALIASES, "select coding system",
57 opts.on("--type[=TYPE]", [:text, :binary], "select type(text, binary)") {|@type|
    [all...]
  /sfw/usr/src/cmd/webmin/webmin-1.340/squid/
edit_ext.cgi 36 foreach $on ('ttl', 'negative_ttl', 'concurrency', 'cache') {
37 print "<tr> <td><b>",$text{'ext_'.$on},"</b></td>\n";
39 $on, defined($o->{$on}) ? "" : "checked", $text{'default'};
41 $on, defined($o->{$on}) ? "checked" : "";
43 $on, $o->{$on}, $text{'ext_'.$on.'_u'};
  /sfw/usr/src/cmd/a2ps/a2ps-4.13/man/
a2ps.x 2 a2ps \- format files for printing on a PostScript printer
psmandup.x 2 psmandup \- print duplex on non duplex printers
  /sfw/usr/src/cmd/gcc/gcc-3.4.3/gcc/testsuite/gcc.c-torture/execute/
20010724-1.x 1 # This test is only needed on IRIX 6
  /sfw/usr/src/cmd/gettext/gettext-0.16.1/gettext-tools/man/
msgattrib.x 2 msgattrib \- attribute matching and manipulation on message catalog
msggrep.x 2 msggrep \- pattern matching on message catalog
  /sfw/usr/src/cmd/binutils/binutils-2.19/gas/testsuite/gas/arm/
armv1.l 2 [^:]*:26: Warning: s suffix on comparison instruction is deprecated
3 [^:]*:29: Warning: s suffix on comparison instruction is deprecated
4 [^:]*:32: Warning: s suffix on comparison instruction is deprecated
5 [^:]*:35: Warning: s suffix on comparison instruction is deprecated
thumb32.l 2 [^;]*:446: Warning: s suffix on comparison instruction is deprecated
3 [^;]*:446: Warning: s suffix on comparison instruction is deprecated
4 [^;]*:446: Warning: s suffix on comparison instruction is deprecated
5 [^;]*:446: Warning: s suffix on comparison instruction is deprecated
6 [^;]*:447: Warning: s suffix on comparison instruction is deprecated
7 [^;]*:447: Warning: s suffix on comparison instruction is deprecated
8 [^;]*:447: Warning: s suffix on comparison instruction is deprecated
9 [^;]*:447: Warning: s suffix on comparison instruction is deprecated
10 [^;]*:448: Warning: s suffix on comparison instruction is deprecated
11 [^;]*:448: Warning: s suffix on comparison instruction is deprecate
    [all...]
  /sfw/usr/src/cmd/binutils/binutils-2.19/gas/testsuite/gas/mips/
mips16e-64.l 2 .*: Error: opcode not supported on this processor: .* (.*) `sew'
3 .*: Error: opcode not supported on this processor: .* (.*) `zew'
  /sfw/usr/src/cmd/coreutils/coreutils-7.4/man/
who.x 2 who \- show who is logged on
  /sfw/usr/src/cmd/postgres/postgresql-8.2/postgresql-8.2.14/src/tools/
find_badmacros 21 grep -on '^#define.*{' "$FILE" | grep -v 'do[ ]*{'
  /sfw/usr/src/cmd/postgres/postgresql-8.3/postgresql-8.3.8/src/tools/
find_badmacros 21 grep -on '^#define.*{' "$FILE" | grep -v 'do[ ]*{'
  /sfw/usr/src/cmd/postgres/postgresql-8.4/postgresql-8.4.1/src/tools/
find_badmacros 21 grep -on '^#define.*{' "$FILE" | grep -v 'do[ ]*{'

Completed in 3780 milliseconds

1 2 3 4 5 6 7 8 91011>>