Home
last modified time | relevance | path

Searched defs:k (Results 1 – 25 of 830) sorted by relevance

12345678910>>...34

/dflybsd-src/bin/ps/
H A Dprint.c65 #define SHOW_THRNAME(k) \ argument
100 command(const KINFO *k, const struct varent *vent) in command()
181 ucomm(const KINFO *k, const struct varent *vent) in ucomm()
204 logname(const KINFO *k, const struct varent *vent) in logname()
212 state(const KINFO *k, const struct varent *vent) in state()
320 pri(const KINFO *k, const struct varent *vent) in pri()
329 tdpri(const KINFO *k, const struct varent *vent) in tdpri()
339 uname(const KINFO *k, const struct varent *vent) in uname()
346 s_uname(const KINFO *k) in s_uname()
352 runame(const KINFO *k, const struct varent *vent) in runame()
[all …]
/dflybsd-src/contrib/ldns/
H A Dkeys.c105 ldns_key_new_frm_fp(ldns_key **k, FILE *fp) in ldns_key_new_frm_fp()
114 ldns_key *k; in ldns_key_new_frm_engine() local
419 ldns_key *k; in ldns_key_new_frm_fp_l() local
1085 ldns_key *k; in ldns_key_new_frm_algorithm() local
1323 ldns_key_print(FILE *output, const ldns_key *k) in ldns_key_print()
1336 ldns_key_set_algorithm(ldns_key *k, ldns_signing_algorithm l) in ldns_key_set_algorithm()
1342 ldns_key_set_flags(ldns_key *k, uint16_t f) in ldns_key_set_flags()
1350 ldns_key_set_evp_key(ldns_key *k, EVP_PKEY *e) in ldns_key_set_evp_key()
1356 ldns_key_set_rsa_key(ldns_key *k, RSA *r) in ldns_key_set_rsa_key()
1364 ldns_key_set_dsa_key(ldns_key *k, DSA *d) in ldns_key_set_dsa_key()
[all …]
/dflybsd-src/sys/dev/misc/kbd/
H A Dkbdreg.h105 #define KBD_IS_VALID(k) ((k)->kb_flags & KB_VALID) argument
106 #define KBD_VALID(k) ((k)->kb_flags |= KB_VALID) argument
107 #define KBD_INVALID(k) ((k)->kb_flags &= ~KB_VALID) argument
108 #define KBD_HAS_DEVICE(k) (!((k)->kb_flags & KB_NO_DEVICE)) argument
109 #define KBD_FOUND_DEVICE(k) ((k)->kb_flags &= ~KB_NO_DEVICE) argument
110 #define KBD_LOST_DEVICE(k) ((k)->kb_flags |= KB_NO_DEVICE) argument
111 #define KBD_IS_PROBED(k) ((k)->kb_flags & KB_PROBED) argument
112 #define KBD_PROBE_DONE(k) ((k)->kb_flags |= KB_PROBED) argument
113 #define KBD_LOST_PROBE(k) ((k)->kb_flags &= ~KB_PROBED) argument
114 #define KBD_IS_INITIALIZED(k) ((k)->kb_flags & KB_INITIALIZED) argument
[all …]
/dflybsd-src/sys/netproto/802_11/wlan/
H A Dieee80211_crypto_none.c76 none_attach(struct ieee80211vap *vap, struct ieee80211_key *k) in none_attach()
82 none_detach(struct ieee80211_key *k) in none_detach()
88 none_setkey(struct ieee80211_key *k) in none_setkey()
95 none_setiv(struct ieee80211_key *k, uint8_t *ivp) in none_setiv()
100 none_encap(struct ieee80211_key *k, struct mbuf *m) in none_encap()
121 none_decap(struct ieee80211_key *k, struct mbuf *m, int hdrlen) in none_decap()
141 none_enmic(struct ieee80211_key *k, struct mbuf *m, int force) in none_enmic()
150 none_demic(struct ieee80211_key *k, struct mbuf *m, int force) in none_demic()
H A Dieee80211_crypto.c63 null_key_alloc(struct ieee80211vap *vap, struct ieee80211_key *k, in null_key_alloc()
88 null_key_delete(struct ieee80211vap *vap, const struct ieee80211_key *k) in null_key_delete()
93 null_key_set(struct ieee80211vap *vap, const struct ieee80211_key *k) in null_key_set()
525 ieee80211_crypto_get_keyid(struct ieee80211vap *vap, struct ieee80211_key *k) in ieee80211_crypto_get_keyid()
569 struct ieee80211_key *k; in ieee80211_crypto_encap() local
592 struct ieee80211_key *k; in ieee80211_crypto_decap() local
641 struct ieee80211_key *k; in load_ucastkey() local
669 const struct ieee80211_key *k = &vap->iv_nw_keys[i]; in ieee80211_crypto_reload_keys() local
/dflybsd-src/sys/netproto/802_11/wlan_wep/
H A Dieee80211_crypto_wep.c89 wep_attach(struct ieee80211vap *vap, struct ieee80211_key *k) in wep_attach()
113 wep_detach(struct ieee80211_key *k) in wep_detach()
123 wep_setkey(struct ieee80211_key *k) in wep_setkey()
129 wep_setiv(struct ieee80211_key *k, uint8_t *ivp) in wep_setiv()
185 wep_encap(struct ieee80211_key *k, struct mbuf *m) in wep_encap()
220 wep_enmic(struct ieee80211_key *k, struct mbuf *m, int force) in wep_enmic()
232 wep_decap(struct ieee80211_key *k, struct mbuf *m, int hdrlen) in wep_decap()
267 wep_demic(struct ieee80211_key *k, struct mbuf *skb, int force) in wep_demic()
336 uint32_t i, j, k, crc; in wep_encrypt() local
419 uint32_t i, j, k, crc; in wep_decrypt() local
/dflybsd-src/sys/dev/drm/amd/display/dc/calcs/
H A Ddcn_calc_auto.c42 int k; in scaler_settings_calculation() local
125 int k; in mode_support_and_system_configuration() local
995 int k; in display_pipe_configuration() local
1153 int k; in dispclkdppclkdcfclk_deep_sleep_prefetch_parameters_watermarks_and_performance_calculation() local
/dflybsd-src/crypto/openssh/
H A Dsshkey-xmss.c57 u_int32_t n, w, h, k; member
268 sshkey_xmss_init_enc_key(struct sshkey *k, const char *ciphername) in sshkey_xmss_init_enc_key()
293 sshkey_xmss_serialize_enc_key(const struct sshkey *k, struct sshbuf *b) in sshkey_xmss_serialize_enc_key()
309 sshkey_xmss_deserialize_enc_key(struct sshkey *k, struct sshbuf *b) in sshkey_xmss_deserialize_enc_key()
325 sshkey_xmss_serialize_pk_info(const struct sshkey *k, struct sshbuf *b, in sshkey_xmss_serialize_pk_info()
346 sshkey_xmss_deserialize_pk_info(struct sshkey *k, struct sshbuf *b) in sshkey_xmss_deserialize_pk_info()
368 sshkey_xmss_generate_private_key(struct sshkey *k, int bits) in sshkey_xmss_generate_private_key()
396 sshkey_xmss_get_state_from_file(struct sshkey *k, const char *filename, in sshkey_xmss_get_state_from_file()
445 sshkey_xmss_get_state(const struct sshkey *k, int printerror) in sshkey_xmss_get_state()
535 sshkey_xmss_forward_state(const struct sshkey *k, u_int32_t reserve) in sshkey_xmss_forward_state()
[all …]
H A Dsshkey.c201 sshkey_impl_from_key(const struct sshkey *k) in sshkey_impl_from_key()
209 sshkey_type(const struct sshkey *k) in sshkey_type()
239 sshkey_ssh_name(const struct sshkey *k) in sshkey_ssh_name()
245 sshkey_ssh_name_plain(const struct sshkey *k) in sshkey_ssh_name_plain()
391 sshkey_size(const struct sshkey *k) in sshkey_size()
414 sshkey_is_cert(const struct sshkey *k) in sshkey_is_cert()
422 sshkey_is_sk(const struct sshkey *k) in sshkey_is_sk()
611 struct sshkey *k; in sshkey_new() local
641 sshkey_sk_cleanup(struct sshkey *k) in sshkey_sk_cleanup()
651 sshkey_free_contents(struct sshkey *k) in sshkey_free_contents()
[all …]
H A Dkex-names.c92 const struct kexalg *k; in kex_alg_list() local
112 const struct kexalg *k; in kex_alg_by_name() local
130 const struct kexalg *k; in kex_type_from_name() local
140 const struct kexalg *k; in kex_hash_from_name() local
150 const struct kexalg *k; in kex_nid_from_name() local
/dflybsd-src/games/larn/
H A Dmoreobj.c24 unsigned long k; in oaltar() local
136 int i, k; in othrone() local
185 int k; in odeadthrone() local
217 int i, k; in ochest() local
H A Ddiag.c137 int k; in dcount() local
153 int i, j, k; in diagdrawscreen() local
175 int i, k; in savegame() local
241 int i, k; in restoregame() local
/dflybsd-src/contrib/mpfr/src/
H A Dsub1sp.c166 mp_size_t k = n - 1; in mpfr_sub1sp() local
241 mp_size_t k = n-1, len; in mpfr_sub1sp() local
291 mp_size_t k; in mpfr_sub1sp() local
421 mp_size_t k = n-1; in mpfr_sub1sp() local
471 mp_size_t k = n-1; in mpfr_sub1sp() local
746 mp_size_t k = n-1; in mpfr_sub1sp() local
H A Dli2.c272 int k; in mpfr_li2() local
343 int k; in mpfr_li2() local
412 int k; in mpfr_li2() local
464 int k; in mpfr_li2() local
520 int k; in mpfr_li2() local
561 int k; in mpfr_li2() local
/dflybsd-src/lib/libc/db/hash/
H A Dhash_func.c67 uint8_t *k; in hash1() local
87 uint8_t *e, c, *k; in hash2() local
113 uint8_t *k; in hash3() local
153 const uint8_t *k; in hash4() local
/dflybsd-src/contrib/wpa_supplicant/src/crypto/
H A Dmilenage.c36 int milenage_f1(const u8 *opc, const u8 *k, const u8 *_rand, in milenage_f1()
88 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand, in milenage_f2345()
173 void milenage_generate(const u8 *opc, const u8 *amf, const u8 *k, in milenage_generate()
208 int milenage_auts(const u8 *opc, const u8 *k, const u8 *_rand, const u8 *auts, in milenage_auts()
235 int gsm_milenage(const u8 *opc, const u8 *k, const u8 *_rand, u8 *sres, u8 *kc) in gsm_milenage()
270 int milenage_check(const u8 *opc, const u8 *k, const u8 *sqn, const u8 *_rand, in milenage_check()
/dflybsd-src/contrib/lvm2/dist/libdm/regex/
H A Dttree.c22 unsigned k; member
33 static struct node **_lookup_single(struct node **c, unsigned int k) in _lookup_single()
64 static struct node *_tree_node(struct dm_pool *mem, unsigned int k) in _tree_node()
78 unsigned int k; in ttree_insert() local
/dflybsd-src/sys/netproto/802_11/wlan_ccmp/
H A Dieee80211_crypto_ccmp.c98 ccmp_attach(struct ieee80211vap *vap, struct ieee80211_key *k) in ccmp_attach()
120 ccmp_detach(struct ieee80211_key *k) in ccmp_detach()
130 ccmp_setkey(struct ieee80211_key *k) in ccmp_setkey()
146 ccmp_setiv(struct ieee80211_key *k, uint8_t *ivp) in ccmp_setiv()
169 ccmp_encap(struct ieee80211_key *k, struct mbuf *m) in ccmp_encap()
204 ccmp_enmic(struct ieee80211_key *k, struct mbuf *m, int force) in ccmp_enmic()
224 ccmp_decap(struct ieee80211_key *k, struct mbuf *m, int hdrlen) in ccmp_decap()
289 ccmp_demic(struct ieee80211_key *k, struct mbuf *m, int force) in ccmp_demic()
/dflybsd-src/sys/dev/netif/ath/ath/
H A Dif_ath_keycache.c125 ath_keyset_tkip(struct ath_softc *sc, const struct ieee80211_key *k, in ath_keyset_tkip()
187 const struct ieee80211_key *k, in ath_keyset()
420 ath_key_alloc(struct ieee80211vap *vap, struct ieee80211_key *k, in ath_key_alloc()
489 ath_key_delete(struct ieee80211vap *vap, const struct ieee80211_key *k) in ath_key_delete()
533 ath_key_set(struct ieee80211vap *vap, const struct ieee80211_key *k) in ath_key_set()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Domega.c885 int k; in setup_packing() local
909 int j, k = eq->coef[var]; in omega_substitute_red_1() local
1028 int k; in omega_substitute() local
1064 int k; in omega_substitute() local
1087 int k = eqn->coef[var]; in omega_substitute() local
1111 int k = eqn->coef[var]; in omega_substitute() local
1136 int k = eqn->coef[var]; in omega_substitute() local
1167 int k; in omega_substitute() local
1185 int k, i; in omega_do_mod() local
1361 int e, i, j, k, n_vars; in normalize_omega_problem() local
[all …]
/dflybsd-src/sys/net/
H A Dbpf_filter.c66 #define MINDEX(m, k) \ argument
85 m_xword(struct mbuf *m, bpf_u_int32 k, int *err) in m_xword()
138 m_xhalf(struct mbuf *m, bpf_u_int32 k, int *err) in m_xhalf()
177 bpf_u_int32 k; in bpf_filter() local
/dflybsd-src/contrib/lvm2/dist/lib/datastruct/
H A Dbtree.c49 static uint32_t _shuffle(uint32_t k) in _shuffle()
79 void *btree_lookup(const struct btree *t, uint32_t k) in btree_lookup()
86 int btree_insert(struct btree *t, uint32_t k, void *data) in btree_insert()
129 uint32_t k = n->key; in btree_next() local
/dflybsd-src/contrib/gdtoa/
H A Dmisc.c46 (k) int k; in Balloc() argument
117 int k; local
222 int k = 0; local
273 int k, wa, wb, wc; local
379 (b, k) Bigint *b; int k; in pow5mult() argument
436 (b, k) Bigint *b; int k; in lshift() argument
624 int k; local
697 int de, k; local
/dflybsd-src/sys/netproto/802_11/wlan_tkip/
H A Dieee80211_crypto_tkip.c110 tkip_attach(struct ieee80211vap *vap, struct ieee80211_key *k) in tkip_attach()
132 tkip_detach(struct ieee80211_key *k) in tkip_detach()
142 tkip_setkey(struct ieee80211_key *k) in tkip_setkey()
158 tkip_setiv(struct ieee80211_key *k, uint8_t *ivp) in tkip_setiv()
181 tkip_encap(struct ieee80211_key *k, struct mbuf *m) in tkip_encap()
230 tkip_enmic(struct ieee80211_key *k, struct mbuf *m, int force) in tkip_enmic()
266 tkip_decap(struct ieee80211_key *k, struct mbuf *m, int hdrlen) in tkip_decap()
341 tkip_demic(struct ieee80211_key *k, struct mbuf *m, int force) in tkip_demic()
605 u32 i, j, k, crc; in wep_encrypt() local
665 u32 i, j, k, crc; in wep_decrypt() local
/dflybsd-src/lib/libu4bhid/
H A Dusage.c161 int k; in hid_usage_page() local
179 int j, k, us; in hid_usage_in_page() local
205 int k; in hid_parse_usage_page() local
221 int k, j; in hid_parse_usage_in_page() local

12345678910>>...34