| /netbsd-src/external/bsd/ipf/dist/lib/ |
| H A D | printnatside.c | 13 printnatside(side, ns) in printnatside() argument 14 char *side; in printnatside() 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-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | tavl.c | 198 int side, side_bf, shorter, nside = -1; in ldap_tavl_delete() local 211 side = fcmp( data, p->avl_data ); in ldap_tavl_delete() 212 if ( !side ) in ldap_tavl_delete() 214 side = ( side > 0 ); in ldap_tavl_delete() 215 pdir[depth] = side; in ldap_tavl_delete() 218 if ( p->avl_bits[side] == AVL_THREAD ) in ldap_tavl_delete() 220 p = p->avl_link[side]; in ldap_tavl_delete() 232 side = depth; in ldap_tavl_delete() 254 pptr[side] = q; in ldap_tavl_delete() 255 if ( side ) { in ldap_tavl_delete() [all …]
|
| H A D | avl.c | 191 int side, side_bf, shorter, nside; in ldap_avl_delete() local 204 side = fcmp( data, p->avl_data ); in ldap_avl_delete() 205 if ( !side ) in ldap_avl_delete() 207 side = ( side > 0 ); in ldap_avl_delete() 208 pdir[depth] = side; in ldap_avl_delete() 211 p = p->avl_link[side]; in ldap_avl_delete() 224 side = depth; in ldap_avl_delete() 242 pptr[side] = q; in ldap_avl_delete() 243 if ( side ) { in ldap_avl_delete() 244 r = pptr[side-1]; in ldap_avl_delete() [all …]
|
| /netbsd-src/sys/dev/isa/ |
| H A D | ics2101.c | 73 ics2101_mix_doit(struct ics2101_softc *sc, u_int chan, u_int side, u_int value, u_int flags) in ics2101_mix_doit() argument 84 if (side != ICSMIX_LEFT && side != ICSMIX_RIGHT) in ics2101_mix_doit() 88 value = cvt_value(sc->sc_setting[chan][side]); in ics2101_mix_doit() 89 sc->sc_mute[chan][side] = flags & ICS_MUTE_MUTED; in ics2101_mix_doit() 91 sc->sc_setting[chan][side] = value; in ics2101_mix_doit() 101 if (side == ICSMIX_LEFT) { in ics2101_mix_doit() 104 if (sc->sc_mute[chan][side]) in ics2101_mix_doit() 113 if (sc->sc_mute[chan][side]) in ics2101_mix_doit() 129 ics2101_mix_mute(struct ics2101_softc *sc, unsigned int chan, unsigned int side, unsigned int domut… in ics2101_mix_mute() argument 131 ics2101_mix_doit(sc, chan, side, 0, in ics2101_mix_mute() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/ |
| H A D | gensched.sh | 27 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-src/external/gpl3/gcc.old/dist/gcc/config/c6x/ |
| H A D | gensched.sh | 27 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-src/sys/arch/ews4800mips/stand/common/ |
| H A D | floppy_2hc.c | 39 int sector, side, cylinder; in blk_to_2hc_position() local 52 side = logical_block_number - (cylinder * 15 * 2) > 14; in blk_to_2hc_position() 53 sector = logical_block_number - (side + cylinder * 2) * 15; in blk_to_2hc_position() 56 *position = (cylinder << 16) | (side << 8) | (sector + 1); in blk_to_2hc_position()
|
| H A D | floppy_2hd_ibmpc.c | 39 int sector, side, cylinder; in blk_to_2hd_position() local 52 side = logical_block_number - (cylinder * 18 * 2) > 17; in blk_to_2hd_position() 53 sector = logical_block_number - (side + cylinder * 2) * 18; in blk_to_2hd_position() 56 *position = (cylinder << 16) | (side << 8) | (sector + 1); in blk_to_2hd_position()
|
| H A D | floppy_2d.c | 39 int i, sector, side, cylinder; in blk_to_2d_position() local 56 side = i - (cylinder * 26 * 2) > 25; in blk_to_2d_position() 57 sector = i - (side + cylinder * 2) * 26; in blk_to_2d_position() 59 *position = (cylinder << 16) | (side << 8) | (sector + 1); in blk_to_2d_position()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
| H A D | provider-digest.pod | 100 OSSL_FUNC_digest_newctx() should create and return a pointer to a provider side 107 OSSL_FUNC_digest_freectx() is passed a pointer to the provider side digest context in 111 OSSL_FUNC_digest_dupctx() should duplicate the provider side digest context in the 117 provider side digest context in the I<dctx> parameter. 124 side context. 131 The I<dctx> parameter contains a pointer to the provider side context. 137 No provider side digest context is used. 153 provider side digest context I<dctx> to I<params>. 158 the given provider side digest context I<dctx> and stores them in I<params>. 170 the provider side context if I<dctx> is not NULL and on the provider [all …]
|
| H A D | provider-mac.pod | 93 OSSL_FUNC_mac_newctx() should create and return a pointer to a provider side 100 OSSL_FUNC_mac_freectx() is passed a pointer to the provider side mac context in 106 OSSL_FUNC_mac_dupctx() should duplicate the provider side mac context in the 112 side mac context in the I<mctx> parameter. The I<params> are set before setting 118 side context. 123 The I<mctx> parameter contains a pointer to the provider side context. 138 provider side mac context I<mctx> to I<params>. 143 associated with the given provider side mac context I<mctx> and stores them 153 with the provider side context I<mctx> in its current state if it is 155 provider side algorithm I<provctx>. [all …]
|
| H A D | provider-cipher.pod | 112 OSSL_FUNC_cipher_newctx() should create and return a pointer to a provider side 119 OSSL_FUNC_cipher_freectx() is passed a pointer to the provider side cipher context in 123 OSSL_FUNC_cipher_dupctx() should duplicate the provider side cipher context in the 129 newly created provider side cipher context in the I<cctx> parameter. 141 side context. 162 The I<cctx> parameter contains a pointer to the provider side context. 168 OSSL_FUNC_cipher_cipher() performs encryption/decryption using the provider side cipher 191 provider side cipher context I<cctx> to I<params>. 196 the given provider side cipher context I<cctx> and stores them in I<params>. 205 with the provider side context I<cctx> in its current state if it is [all …]
|
| H A D | provider-kem.pod | 104 OSSL_FUNC_kem_newctx() should create and return a pointer to a provider side 111 OSSL_FUNC_kem_freectx() is passed a pointer to the provider side asymmetric 115 OSSL_FUNC_kem_dupctx() should duplicate the provider side asymmetric kem 121 encapsulation given a provider side asymmetric kem context in the I<ctx> 147 decapsulation given a provider side asymmetric kem context in the I<ctx> 172 with the given provider side asymmetric kem context I<ctx> and stores them in 177 with the given provider side asymmetric kem context I<ctx> to I<params>. 191 created provider side asymmetric kem context, or NULL on failure.
|
| H A D | provider-kdf.pod | 91 OSSL_FUNC_kdf_newctx() should create and return a pointer to a provider side 98 OSSL_FUNC_kdf_freectx() is passed a pointer to the provider side KDF context in 104 OSSL_FUNC_kdf_dupctx() should duplicate the provider side KDF context in the 110 side KDF context in the I<kctx> parameter. 114 The I<kctx> parameter contains a pointer to the provider side context. 128 provider side KDF context I<kctx> to I<params>. 133 with the given provider side KDF context I<kctx> and stores them in I<params>. 142 with the provider side context I<kctx> in its current state if it is 144 provider side algorithm I<provctx>. 326 provider side KDF context, or NULL on failure.
|
| /netbsd-src/games/hunt/hunt/ |
| H A D | otto.c | 230 stop_look(struct item *itemp, char c, int dist, int side) in stop_look() argument 235 if (side) in stop_look() 248 if (side < 0) in stop_look() 250 else if (side > 0) in stop_look() 262 if (itemp->distance == -1 || (!side in stop_look() 268 if (side < 0) in stop_look() 270 else if (side > 0) in stop_look() 282 if (side < 0) in stop_look() 284 else if (side > 0) in stop_look() 290 if (side) in stop_look()
|
| /netbsd-src/sys/arch/mac68k/obio/ |
| H A D | iwm_fd.c | 1102 fd->pos.side, fd->pos.sector); in fdstart_Seek() 1104 if (fd->cachedSide != fd->pos.side) { in fdstart_Seek() 1108 fd->cachedSide = fd->pos.side; in fdstart_Seek() 1156 pos->track, pos->side, pos->sector); in fdstart_Read() 1169 shdr->side = pos->side; in fdstart_Read() 1173 (void)iwmSelectSide(pos->side); in fdstart_Read() 1180 shdr->track, shdr->side >> 3, in fdstart_Read() 1208 shdr->track, shdr->side >> 3, in fdstart_Read() 1230 fd->sHdr.side = fd->pos.side; in fdstart_Write() 1241 fd->pos.track, fd->pos.side, fd->pos.sector); in fdstart_Write() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | SSL_CTX_set_tlsext_status_cb.pod | 59 On the client side SSL_get_tlsext_status_type() can be used to determine whether 62 side SSL_get_tlsext_status_type() can be used to determine whether the client 85 The callback when used on the client side should return a negative value on 89 The callback when used on the server side should return with either 106 side if SSL_set_tlsext_status_type() was previously called, or on the server 107 side if the client requested OCSP stapling. Otherwise -1 is returned.
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | SSL_CTX_set_tlsext_status_cb.pod | 59 On the client side SSL_get_tlsext_status_type() can be used to determine whether 62 side SSL_get_tlsext_status_type() can be used to determine whether the client 85 The callback when used on the client side should return a negative value on 89 The callback when used on the server side should return with either 106 side if SSL_set_tlsext_status_type() was previously called, or on the server 107 side if the client requested OCSP stapling. Otherwise -1 is returned.
|
| /netbsd-src/external/bsd/unbound/dist/testdata/ |
| H A D | iter_nxns_parentside.rpl | 1 ; Check if the NXNS fallback to the parent side does not mess with normal 2 ; parent side resolution. Parent side resolution should SERVFAIL when reaching 20 SCENARIO_BEGIN Test that the NXNS fallback does not mess with parent side resolution
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
| H A D | isakmp.c | 458 iph1->side == INITIATOR) { 576 if (iph1->side != INITIATOR) { 789 [iph1->side] 796 [iph1->side] 809 if (iph1->side == RESPONDER && iph1->status == PHASE1ST_START) { 812 iph1->side, iph1->status); 837 [iph1->side] 841 iph1->side, iph1->status); 848 "phase1", s_isakmp_state(iph1->etype, iph1->side, iph1->status), 984 [iph2->side] [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-tcl-tk/ |
| H A D | hello.tcl | 18 pack .my.button -side top 19 pack .my.label -side bottom
|
| /netbsd-src/external/bsd/ipf/dist/tools/ |
| H A D | ipfstat.c | 722 static void printside(side, frs) in printside() argument 723 char *side; in printside() 728 PRINTF("%lu\t%s bad packets\n", frs->fr_bad, side); 730 PRINTF("%lu\t%s IPv6 packets\n", frs->fr_ipv6, side); 732 PRINTF("%lu\t%s packets blocked\n", frs->fr_block, side); 733 PRINTF("%lu\t%s packets passed\n", frs->fr_pass, side); 734 PRINTF("%lu\t%s packets not matched\n", frs->fr_nom, side); 735 PRINTF("%lu\t%s packets counted\n", frs->fr_acct, side); 736 PRINTF("%lu\t%s packets short\n", frs->fr_short, side); 737 PRINTF("%lu\t%s packets logged and blocked\n", frs->fr_bpkl, side); [all …]
|
| /netbsd-src/games/hack/ |
| H A D | hack.do.c | 504 long side = in dothrow() local 508 (side == LEFT_SIDE) ? "left" : "right"); in dothrow() 509 set_wounded_legs(side, 500 + rn2(1000)); in dothrow() 559 set_wounded_legs(long side, int timex) in set_wounded_legs() argument 562 Wounded_legs |= side + timex; in set_wounded_legs() 564 Wounded_legs |= side; in set_wounded_legs()
|
| /netbsd-src/external/gpl2/xcvs/dist/diff/ |
| H A D | libdiff.mak | 61 -@erase "$(INTDIR)\side.obj" 121 "$(INTDIR)\side.obj" \ 164 -@erase "$(INTDIR)\side.obj" 224 "$(INTDIR)\side.obj" \ 297 SOURCE=.\side.c 299 "$(INTDIR)\side.obj" : $(SOURCE) "$(INTDIR)"
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-tic6x.c | 1106 unsigned int side; member 1158 unsigned int side; member 1203 reg->side = 1; in tic6x_parse_register() 1208 reg->side = 2; in tic6x_parse_register() 1245 unsigned int *side) in tic6x_parse_func_unit_base() argument 1297 *side = maybe_side; in tic6x_parse_func_unit_base() 1325 unsigned int side = 0; in tic6x_parse_operand() local 1327 if (tic6x_parse_func_unit_base (q, &base, &side)) in tic6x_parse_operand() 1336 op->value.func_unit.side = side; in tic6x_parse_operand() 1611 || (first_reg.side != second_reg.side)) in tic6x_parse_operand() [all …]
|