Searched refs:side (Results 1 - 25 of 199) sorted by relevance

12345678

/netbsd-current/external/bsd/ipf/dist/lib/
H A Dprintnatside.c13 printnatside(side, ns)
14 char *side;
17 PRINTF("%lu\tproxy create fail %s\n", ns->ns_appr_fail, side);
18 PRINTF("%lu\tproxy fail %s\n", ns->ns_ipf_proxy_fail, side);
19 PRINTF("%lu\tbad nat %s\n", ns->ns_badnat, side);
20 PRINTF("%lu\tbad nat new %s\n", ns->ns_badnatnew, side);
21 PRINTF("%lu\tbad next addr %s\n", ns->ns_badnextaddr, side);
22 PRINTF("%lu\tbucket max %s\n", ns->ns_bucket_max, side);
23 PRINTF("%lu\tclone nomem %s\n", ns->ns_clone_nomem, side);
24 PRINTF("%lu\tdecap bad %s\n", ns->ns_decap_bad, side);
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dgensched.sh27 for side in 1 2; do
28 tside=$side
29 case $side in
34 y) cunit="+x$side"; tside=$otherside;;
38 echo ";; Definitions for side $side, cross $cross"
41 -e "s,_N_,$side,g" -e "s,_RF_,$rf,g" -e "s,_NX_,$tside,g" \
/netbsd-current/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dgensched.sh27 for side in 1 2; do
28 tside=$side
29 case $side in
34 y) cunit="+x$side"; tside=$otherside;;
38 echo ";; Definitions for side $side, cross $cross"
41 -e "s,_N_,$side,g" -e "s,_RF_,$rf,g" -e "s,_NX_,$tside,g" \
/netbsd-current/sys/arch/ews4800mips/stand/common/
H A Dfloppy_2hc.c39 int sector, side, cylinder; local
52 side = logical_block_number - (cylinder * 15 * 2) > 14;
53 sector = logical_block_number - (side + cylinder * 2) * 15;
56 *position = (cylinder << 16) | (side << 8) | (sector + 1);
H A Dfloppy_2hd_ibmpc.c39 int sector, side, cylinder; local
52 side = logical_block_number - (cylinder * 18 * 2) > 17;
53 sector = logical_block_number - (side + cylinder * 2) * 18;
56 *position = (cylinder << 16) | (side << 8) | (sector + 1);
H A Dfloppy_2d.c39 int i, sector, side, cylinder; local
42 * 2D: MFM format (cylinder 0 side 0 is FM format)
46 * 256 bytes/sector (cylinder 0 side 0 is 128 bytes/sector)
56 side = i - (cylinder * 26 * 2) > 25;
57 sector = i - (side + cylinder * 2) * 26;
59 *position = (cylinder << 16) | (side << 8) | (sector + 1);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/examples/hello-tcl-tk/
H A Dhello.tcl18 pack .my.button -side top
19 pack .my.label -side bottom
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/pe/
H A Dset.d4 # Ensure that we stick an entry for the left hand side of a set directive
5 # depending on the name of the left hand side.
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic6x/
H A Dinsns-bad-1.l22 [^:]*:23: Error: operand 1 of 'abs' on wrong side
23 [^:]*:24: Error: operand 2 of 'abs' on wrong side
24 [^:]*:25: Error: operand 1 of 'abs' on wrong side
25 [^:]*:26: Error: operand 2 of 'abs' on wrong side
26 [^:]*:27: Error: operand 1 of 'abs' on wrong side
27 [^:]*:28: Error: operand 2 of 'abs' on wrong side
28 [^:]*:29: Error: operand 2 of 'abs' on wrong side
29 [^:]*:30: Error: operand 1 of 'abs' on wrong side
33 [^:]*:33: Error: operand 1 of 'abs' on wrong side
34 [^:]*:34: Error: operand 2 of 'abs' on wrong side
[all...]
/netbsd-current/sys/dev/isa/
H A Dics2101.c73 ics2101_mix_doit(struct ics2101_softc *sc, u_int chan, u_int side, u_int value, u_int flags) argument
84 if (side != ICSMIX_LEFT && side != ICSMIX_RIGHT)
88 value = cvt_value(sc->sc_setting[chan][side]);
89 sc->sc_mute[chan][side] = flags & ICS_MUTE_MUTED;
91 sc->sc_setting[chan][side] = value;
101 if (side == ICSMIX_LEFT) {
104 if (sc->sc_mute[chan][side])
113 if (sc->sc_mute[chan][side])
129 ics2101_mix_mute(struct ics2101_softc *sc, unsigned int chan, unsigned int side, unsigne argument
136 ics2101_mix_attenuate(struct ics2101_softc *sc, unsigned int chan, unsigned int side, unsigned int value) argument
[all...]
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dtavl.c198 int side, side_bf, shorter, nside = -1; local
211 side = fcmp( data, p->avl_data );
212 if ( !side )
214 side = ( side > 0 );
215 pdir[depth] = side;
218 if ( p->avl_bits[side] == AVL_THREAD )
220 p = p->avl_link[side];
232 side = depth;
254 pptr[side]
[all...]
H A Davl.c191 int side, side_bf, shorter, nside; local
204 side = fcmp( data, p->avl_data );
205 if ( !side )
207 side = ( side > 0 );
208 pdir[depth] = side;
211 p = p->avl_link[side];
224 side = depth;
242 pptr[side] = q;
243 if ( side ) {
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-nios2/
H A Drelax_call26_cache.s5 # side, the stub caching doesn't get confused and incorrectly use a stub
6 # on the wrong side.
/netbsd-current/usr.bin/make/unit-tests/
H A Dcond-eof.mk7 SIDE_EFFECT= ${:!echo 'side effect' 1>&2!}
8 SIDE_EFFECT2= ${:!echo 'side effect 2' 1>&2!}
15 # case they have side effects.
H A Dparse-var.mk53 # in a condition, left-hand side, unquoted
54 # in a condition, left-hand side, quoted
55 # in a condition, right-hand side, unquoted
56 # in a condition, right-hand side, quoted
57 # left-hand side of a variable assignment
58 # right-hand side of a ':=' variable assignment
59 # right-hand side of a '!=' variable assignment
75 # What other side effects are there?
80 # side of the assignment, but only if they occur inside expressions.
H A Dcond-cmp-string.mk11 # The right-hand side of the comparison may be written without quotes.
16 # The left-hand side of the comparison must be enclosed in quotes.
23 # An expression that occurs on the left-hand side of the comparison must be
103 # If at least one side of the comparison is a string literal, the string
109 # If at least one side of the comparison is a string literal, the string
110 # comparison is performed. The ".0" in the left-hand side makes the two
H A Ddotwait.mk43 # recursive: all children of the left hand side of the .WAIT
44 # must be made before any child of the right hand side.
51 # the right hand side of the .WAIT.
H A Dcond-token-plain.mk18 # The right-hand side of the comparison is just a '"', before unescaping.
42 # side before unescaping is double-quotes, backslash, backslash.
47 # The right-hand side of a comparison is not parsed as a token, therefore
149 # If the right-hand side is missing, it's a parse error.
150 # expect+1: Missing right-hand side of operator '=='
157 # If the left-hand side is missing, it's a parse error as well, but without
203 # In a condition in an .if directive, the left-hand side must not be an
228 # bare word and second for parsing the left-hand side of a comparison.
230 # In '.if' directives, the left-hand side of a comparison must not be a bare
232 # for the second time. The right-hand side o
[all...]
H A Dcond-token-var.mk18 # A defined variable may appear on either side of the comparison.
26 # A variable that appears on the left-hand side must be defined.
32 # A variable that appears on the right-hand side must be defined.
/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Dbuild_diff.com14 $ CC side.c
19 side.obj,version.obj,diff3.obj
H A DMakefile.am22 side.c system.h diffrun.h
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dbranch-to-self.exp47 foreach_with_prefix side {"host" "target"} {
55 set test "set breakpoint condition-evaluation $side"
59 # evaluation on its side. Skip the test.
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dbranch-to-self.exp47 foreach_with_prefix side {"host" "target"} {
55 set test "set breakpoint condition-evaluation $side"
59 # evaluation on its side. Skip the test.
/netbsd-current/external/gpl2/diffutils/bin/diff/
H A DMakefile10 normal.c side.c util.c version.c
/netbsd-current/sys/arch/mac68k/obio/
H A Diwm_fd.c179 /* Table of GCR disk zones for one side (see IM II-211, The Disk Driver) */
1095 /* Calculate the side/track/sector our block is at. */
1102 fd->pos.side, fd->pos.sector);
1104 if (fd->cachedSide != fd->pos.side) {
1108 fd->cachedSide = fd->pos.side;
1156 pos->track, pos->side, pos->sector);
1169 shdr->side = pos->side;
1173 (void)iwmSelectSide(pos->side);
1180 shdr->track, shdr->side >>
[all...]

Completed in 164 milliseconds

12345678