/netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
H A D | strnames.c | 210 s_isakmp_certtype(k) in s_isakmp_certtype() argument 234 s_isakmp_etype(k) in s_isakmp_etype() argument 288 s_isakmp_notify_msg(k) in s_isakmp_notify_msg() argument 324 s_isakmp_nptype(k) in s_isakmp_nptype() argument 376 s_isakmp_cfg_type(k) in s_isakmp_cfg_type() argument 395 s_isakmp_cfg_ptype(k) in s_isakmp_cfg_ptype() argument 416 s_ipsecdoi_proto(k) in s_ipsecdoi_proto() argument 431 s_ipsecdoi_trns_isakmp(k) in s_ipsecdoi_trns_isakmp() argument 451 s_ipsecdoi_trns_ah(k) in s_ipsecdoi_trns_ah() argument 480 s_ipsecdoi_trns_esp(k) in s_ipsecdoi_trns_esp() argument [all …]
|
/netbsd-src/sys/dev/sun/ |
H A D | kbd.c | 180 struct kbd_softc *k; in kbdopen() local 232 struct kbd_softc *k; in kbdclose() local 251 struct kbd_softc *k; in kbdread() local 261 struct kbd_softc *k; in kbdpoll() local 270 struct kbd_softc *k; in kbdkqfilter() local 279 struct kbd_softc *k; in kbdioctl() local 460 kbd_input(struct kbd_softc *k, int code) in kbd_input() 510 kbd_cc_alloc(struct kbd_softc *k) in kbd_cc_alloc() 537 struct kbd_softc *k; in kbd_cc_open() local 564 struct kbd_softc *k; in kbd_cc_close() local [all …]
|
H A D | kbdsun.c | 112 struct kbd_sun_softc *k = (struct kbd_sun_softc *)kbd; in kbd_sun_open() local 207 struct kbd_sun_softc *k = (struct kbd_sun_softc *)kbd; kbd_sun_do_cmd() local 256 struct kbd_sun_softc *k = (struct kbd_sun_softc *)kbd; kbd_sun_set_leds() local 282 struct kbd_sun_softc *k = (struct kbd_sun_softc *)kbd; kbd_sun_set_leds1() local 311 kbd_sun_output(struct kbd_sun_softc * k,int c) kbd_sun_output() argument 335 kbd_sun_drain_tx(struct kbd_sun_softc * k) kbd_sun_drain_tx() argument 354 kbd_sun_start_tx(struct kbd_sun_softc * k) kbd_sun_start_tx() argument 390 kbd_sun_input(struct kbd_sun_softc * k,int code) kbd_sun_input() argument 446 kbd_sun_was_reset(struct kbd_sun_softc * k) kbd_sun_was_reset() argument 494 kbd_sun_new_layout(struct kbd_sun_softc * k) kbd_sun_new_layout() argument [all...] |
H A D | kbd_zs.c | 127 struct kbd_sun_softc *k = device_private(self); in kbd_zs_attach() local 198 kbd_zs_write_data(struct kbd_sun_softc *k, int c) in kbd_zs_write_data() 211 struct kbd_sun_softc *k; in kbd_zs_rxint() local 275 struct kbd_sun_softc *k; in kbd_zs_txint() local 288 struct kbd_sun_softc *k; in kbd_zs_stint() local 326 struct kbd_sun_softc *k; in kbd_zs_softint() local
|
H A D | sunkbd.c | 132 struct kbd_sun_softc *k = device_private(self); in sunkbd_attach() local 214 struct kbd_sun_softc *k = device_private(dev); in sunkbdiopen() local 243 struct kbd_sun_softc *k = tp->t_sc; in sunkbdinput() local 285 struct kbd_sun_softc *k = tp->t_sc; in sunkbdstart() local 300 sunkbd_write_data(struct kbd_sun_softc *k, int c) in sunkbd_write_data()
|
/netbsd-src/external/bsd/ekermit/dist/ |
H A D | kermit.c | 93 struct k_data *k, /* The control struct */ in kermit() 748 getrslot(struct k_data *k, short *n) { /* Find a free packet buffer */ in getrslot() 771 freerslot(struct k_data *k, short n) { in freerslot() 782 getsslot(struct k_data *k, short *n) { /* Find a free packet buffer */ in getsslot() 805 freesslot(struct k_data * k, short n) { in freesslot() 816 chk1(UCHAR *pkt, struct k_data * k) { in chk1() 826 chk2(UCHAR *pkt,struct k_data * k) { in chk2() 841 chk3(UCHAR *pkt, struct k_data * k) { in chk3() 864 spkt(char typ, short seq, int len, UCHAR * data, struct k_data * k) { in spkt() 974 nak(struct k_data * k, short seq, short slot) { in nak() [all …]
|
H A D | unixio.c | 196 inchk(struct k_data * k) { in inchk() 239 readpkt(struct k_data * k, UCHAR *p, int len, int fc) { in readpkt() 321 tx_data(struct k_data * k, UCHAR *p, int n) { in tx_data() 350 openfile(struct k_data * k, UCHAR * s, int mode) { in openfile() 415 fileinfo(struct k_data * k, in fileinfo() 495 readfile(struct k_data * k) { in readfile() 546 writefile(struct k_data * k, UCHAR * s, int n) { in writefile() 583 closefile(struct k_data * k, UCHAR c, int mode) { in closefile()
|
/netbsd-src/sys/net80211/ |
H A D | ieee80211_crypto_none.c | 81 none_attach(struct ieee80211com *ic, struct ieee80211_key *k) in none_attach() 87 none_detach(struct ieee80211_key *k) in none_detach() 93 none_setkey(struct ieee80211_key *k) in none_setkey() 100 none_encap(struct ieee80211_key *k, struct mbuf *m, u_int8_t keyid) in none_encap() 119 none_decap(struct ieee80211_key *k, struct mbuf *m, int hdrlen) in none_decap() 140 none_enmic(struct ieee80211_key *k, struct mbuf *m, int force) in none_enmic() 149 none_demic(struct ieee80211_key *k, struct mbuf *m, int force) in none_demic()
|
H A D | ieee80211_crypto_wep.c | 94 wep_attach(struct ieee80211com *ic, struct ieee80211_key *k) in wep_attach() 110 wep_detach(struct ieee80211_key *k) in wep_detach() 118 wep_setkey(struct ieee80211_key *k) in wep_setkey() 127 wep_encap(struct ieee80211_key *k, struct mbuf *m, u_int8_t keyid) in wep_encap() 194 wep_enmic(struct ieee80211_key *k, struct mbuf *m, int force) in wep_enmic() 206 wep_decap(struct ieee80211_key *k, struct mbuf *m, int hdrlen) in wep_decap() 241 wep_demic(struct ieee80211_key *k, struct mbuf *skb, in wep_demic() 310 uint32_t i, j, k, crc; in wep_encrypt() local 395 uint32_t i, j, k, crc; in wep_decrypt() local
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
H A D | der_free.c | 106 der_free_bmp_string (heim_bmp_string *k) in der_free_bmp_string() 114 der_free_universal_string (heim_universal_string *k) in der_free_universal_string() 129 der_free_octet_string (heim_octet_string *k) in der_free_octet_string() 137 der_free_heim_integer (heim_integer *k) in der_free_heim_integer() 145 der_free_oid (heim_oid *k) in der_free_oid() 153 der_free_bit_string (heim_bit_string *k) in der_free_bit_string()
|
H A D | der_length.c | 251 der_length_octet_string (const heim_octet_string *k) in der_length_octet_string() 257 der_length_heim_integer (const heim_integer *k) in der_length_heim_integer() 270 der_length_oid (const heim_oid *k) in der_length_oid() 278 heim_octet_string k; in der_length_generalized_time() local 290 heim_octet_string k; in der_length_utctime() local 300 der_length_boolean (const int *k) in der_length_boolean() 306 der_length_bit_string (const heim_bit_string *k) in der_length_bit_string()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/ |
H A D | amdgpu_dcn_calc_auto.c | 47 int k; in scaler_settings_calculation() local 130 int k; in mode_support_and_system_configuration() local 1025 int k; in display_pipe_configuration() local 1183 int k; in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation() local
|
/netbsd-src/sbin/veriexecctl/ |
H A D | veriexecctl.h | 36 #define dict_sets(d, k, v) \ argument 39 #define dict_gets(d, k) \ argument 42 #define dict_setd(d, k, v, n) \ argument 45 #define dict_getd(d, k) \ argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
H A D | gmock-more-actions.h | 80 HAS_1_TEMPLATE_PARAMS(int, k), in ACTION_TEMPLATE() argument 88 HAS_1_TEMPLATE_PARAMS(int, k), in ACTION_TEMPLATE() argument 96 HAS_1_TEMPLATE_PARAMS(int, k), in ACTION_TEMPLATE() argument 104 HAS_1_TEMPLATE_PARAMS(int, k), in ACTION_TEMPLATE() argument 121 HAS_1_TEMPLATE_PARAMS(int, k), in ACTION_TEMPLATE() argument 134 HAS_1_TEMPLATE_PARAMS(int, k), in ACTION_TEMPLATE() argument
|
/netbsd-src/external/lgpl3/gmp/dist/tests/mpz/ |
H A D | t-bin.c | 29 try_mpz_bin_ui (mpz_srcptr want, mpz_srcptr n, unsigned long k) in try_mpz_bin_ui() 50 try_mpz_bin_uiui (mpz_srcptr want, unsigned long n, unsigned long k) in try_mpz_bin_uiui() 75 unsigned long k; in samples() member 143 unsigned long k; in twos() local 169 unsigned long n, k, i, r; in randomwalk() local 240 unsigned long n, k, i, r; in randomwalk_down() local 286 unsigned long n, k; in smallexaustive() local
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | msgl-cat.c | 131 size_t k; in catenate_msgdomain_list() local 225 size_t k; in catenate_msgdomain_list() local 287 size_t k; in catenate_msgdomain_list() local 342 size_t k; in catenate_msgdomain_list() local 359 size_t k; in catenate_msgdomain_list() local 408 size_t k; in catenate_msgdomain_list() local 476 size_t k; in catenate_msgdomain_list() local 504 size_t k; in catenate_msgdomain_list() local 616 size_t k; in catenate_msgdomain_list() local
|
H A D | write-catalog.c | 80 size_t k; in msgdomain_list_print() local 113 size_t k; in msgdomain_list_print() local 147 size_t k; in msgdomain_list_print() local 240 size_t k; in msgdomain_list_sort_by_msgid() local 271 size_t j, k; in msgdomain_list_sort_filepos() local 328 size_t k; in msgdomain_list_sort_by_filepos() local
|
/netbsd-src/bin/ps/ |
H A D | print.c | 456 struct kinfo_proc2 *k = pi->ki; in ucomm() local 471 struct kinfo_proc2 *k = pi->ki; in emul() local 481 struct kinfo_proc2 *k = pi->ki; in logname() local 491 struct kinfo_proc2 *k = pi->ki; in state() local 574 struct kinfo_lwp *k = pi->li; in lstate() local 632 struct kinfo_proc2 *k = pi->ki; in pnice() local 652 struct kinfo_proc2 *k = pi->ki; in usrname() local 662 struct kinfo_proc2 *k = pi->ki; in runame() local 672 struct kinfo_proc2 *k = pi->ki; in svuname() local 682 struct kinfo_proc2 *k = pi->ki; in gname() local [all …]
|
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
H A D | LDAPSchema.cpp | 38 string::iterator k; in setObjectClasses() local 58 string::iterator k; in setAttributeTypes() local 69 string::iterator k; in getObjectClassByName() local 78 string::iterator k; in getAttributeTypeByName() local
|
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/chacha20/ |
H A D | stream_chacha20.c | 54 const unsigned char *n, const unsigned char *k) in crypto_stream_chacha20() 61 const unsigned char *n, const unsigned char *k) in crypto_stream_chacha20_ietf() 70 const unsigned char *k) in crypto_stream_chacha20_xor_ic() 79 const unsigned char *k) in crypto_stream_chacha20_ietf_xor_ic() 87 const unsigned char *k) in crypto_stream_chacha20_xor() 95 const unsigned char *k) in crypto_stream_chacha20_ietf_xor()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ordered-hash-map.h | 56 bool put (const Key &k, const Value &v) in put() 74 Value *get (const Key &k) in get() 82 void remove (const Key &k) in remove() 124 const Key &k = m_ordered_hash_map.m_keys[m_idx]; variable 145 const Key &k = m_ordered_hash_map.m_keys[m_idx]; in valid_index_p() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ordered-hash-map.h | 56 bool put (const Key &k, const Value &v) in put() 74 Value *get (const Key &k) in get() 82 void remove (const Key &k) in remove() 124 const Key &k = m_ordered_hash_map.m_keys[m_idx]; variable 145 const Key &k = m_ordered_hash_map.m_keys[m_idx]; in valid_index_p() local
|
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/ |
H A D | mingw.py | 31 def debug(self, *k, **kw): 33 def info(self, *k, **kw): 35 def warn(self, *k, **kw): 37 def error(self, *k, **kw): 39 def critical(self, *k, **kw): 41 def setLevel(self, *k, **kw):
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/ |
H A D | mingw.py | 31 def debug(self, *k, **kw): 33 def info(self, *k, **kw): 35 def warn(self, *k, **kw): 37 def error(self, *k, **kw): 39 def critical(self, *k, **kw): 41 def setLevel(self, *k, **kw):
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | evp-hcrypto.c | 69 AES_KEY *k = ctx->cipher_data; in aes_init() local 83 AES_KEY *k = ctx->cipher_data; in aes_do_cipher() local 416 DES_key_schedule *k = ctx->cipher_data; in des_cbc_init() local 429 DES_key_schedule *k = ctx->cipher_data; in des_cbc_do_cipher() local 478 struct des_ede3_cbc *k = ctx->cipher_data; in des_ede3_cbc_init() local 502 struct des_ede3_cbc *k = ctx->cipher_data; in des_ede3_cbc_do_cipher() local 553 struct rc2_cbc *k = ctx->cipher_data; in rc2_init() local 568 struct rc2_cbc *k = ctx->cipher_data; in rc2_do_cipher() local 666 CAMELLIA_KEY *k = ctx->cipher_data; in camellia_init() local 678 CAMELLIA_KEY *k = ctx->cipher_data; in camellia_do_cipher() local [all …]
|