Home
last modified time | relevance | path

Searched defs:ke (Results 1 – 22 of 22) sorted by relevance

/freebsd/tools/regression/sockets/kqueue/
H A Dkqueue.c105 struct kevent ke; in test_evfilt_read() local
190 struct kevent ke; in test_evfilt_write() local
/freebsd/sys/netpfil/pf/
H A Dpf_table.c84 #define KENTRY_NETWORK(ke) ((ke)->pfrke_net < AF_BITS((ke)->pfrke_af)) argument
85 #define KENTRY_RNF_ROOT(ke) \ argument
752 struct pfr_kentry *ke; in pfr_lookup_addr() local
782 struct pfr_kentry *ke; in pfr_create_kentry() local
820 pfr_destroy_kentry(struct pfr_kentry *ke) in pfr_destroy_kentry()
951 pfr_route_kentry(struct pfr_ktable *kt, struct pfr_kentry *ke) in pfr_route_kentry()
975 pfr_unroute_kentry(struct pfr_ktable *kt, struct pfr_kentry *ke) in pfr_unroute_kentry()
1000 pfr_copyout_addr(struct pfr_addr *ad, const struct pfr_kentry *ke) in pfr_copyout_addr()
1015 pfr_copyout_astats(struct pfr_astats *as, const struct pfr_kentry *ke, in pfr_copyout_astats()
1061 struct pfr_kentry *ke = (struct pfr_kentry *)rn; in pfr_walktree() local
[all …]
/freebsd/contrib/netbsd-tests/kernel/kqueue/
H A Dt_proc3.c61 struct kevent ke; in ATF_TC_BODY() local
H A Dt_proc2.c94 struct kevent ke; in ATF_TC_BODY() local
/freebsd/usr.sbin/jail/
H A Dcommand.c229 struct kevent ke; in next_proc() local
815 struct kevent ke; in add_proc() local
860 struct kevent ke; in clear_procs() local
/freebsd/crypto/heimdal/lib/krb5/
H A Dcrypto-arcfour.c135 struct _krb5_key_data ke; in ARCFOUR_subencrypt() local
204 struct _krb5_key_data ke; in ARCFOUR_subdecrypt() local
/freebsd/tests/sys/kern/pipe/
H A Dpipe_fstat_bug_test.c52 struct kevent event, ke; in main() local
/freebsd/lib/libutil/tests/
H A Dpidfile_test.c130 struct kevent event, ke; in common_test_pidfile_child() local
/freebsd/crypto/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c188 struct sshkey *ke = NULL; in sshkey_tests() local
/freebsd/usr.sbin/camdd/
H A Dcamdd.c573 struct kevent *ke; in camdd_alloc_dev() local
1461 struct kevent ke; in camdd_probe_pass() local
1690 struct kevent ke; local
1956 struct kevent ke; local
2158 struct kevent ke; local
3358 struct kevent ke; local
/freebsd/contrib/wpa/src/eap_common/
H A Deap_eke_common.h69 u8 ke[EAP_EKE_MAX_KE_LEN]; member
H A Dikev2_common.h298 const u8 *ke; member
/freebsd/crypto/libecc/src/sig/
H A Dfuzzing_ecrdsa.c93 nn tmp, s, rx, ke, k, r, e; in ecrdsa_sign_raw() local
H A Decrdsa.c206 nn s, rx, ke, k, r, e; in _ecrdsa_sign_finalize() local
/freebsd/usr.bin/truss/
H A Dsyscalls.c1033 print_kevent(FILE *fp, struct kevent *ke) in print_kevent()
2099 struct kevent *ke; in print_arg() local
2133 struct kevent ke; in print_arg() local
/freebsd/contrib/sqlite3/tea/win/
H A Dnmakehlp.c628 unsigned char *ks, *ke, *vs, *ve; in SubstituteFile() local
/freebsd/contrib/mandoc/
H A Dmandoc_dbg.c253 const char *ks, *ke; in dhash_slot() local
/freebsd/contrib/wpa/src/utils/
H A Deloop.c245 struct kevent ke; in eloop_sock_queue() local
389 struct kevent ke; in eloop_sock_table_remove_sock() local
/freebsd/sys/dev/evdev/
H A Dcdev.c397 struct input_keymap_entry *ke; in evdev_ioctl() local
/freebsd/contrib/unbound/validator/
H A Dvalidator.c2838 struct key_entry_key** ke, struct module_qstate* sub_qstate) in ds_response_to_ke()
/freebsd/contrib/wpa/src/common/
H A Ddpp.h329 u8 ke[DPP_MAX_HASH_LEN]; member
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp3800 for (unsigned k = 0, ke = Pat->getNumTypes(); k != ke; ++k) { in parseInstructionPattern() local