Home
last modified time | relevance | path

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

/freebsd-src/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-src/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-src/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; pfr_create_kentry() local
820 pfr_destroy_kentry(struct pfr_kentry * ke) pfr_destroy_kentry() argument
951 pfr_route_kentry(struct pfr_ktable * kt,struct pfr_kentry * ke) pfr_route_kentry() argument
975 pfr_unroute_kentry(struct pfr_ktable * kt,struct pfr_kentry * ke) pfr_unroute_kentry() argument
1000 pfr_copyout_addr(struct pfr_addr * ad,const struct pfr_kentry * ke) pfr_copyout_addr() argument
1015 pfr_copyout_astats(struct pfr_astats * as,const struct pfr_kentry * ke,const struct pfr_walktree * w) pfr_copyout_astats() argument
1061 struct pfr_kentry *ke = (struct pfr_kentry *)rn; pfr_walktree() local
2041 struct pfr_kentry *ke = NULL; pfr_match_addr() local
2095 struct pfr_kentry *ke = NULL; pfr_update_stats() local
2247 struct pfr_kentry *ke, *ke2 = NULL; pfr_pool_get() local
[all...]
/freebsd-src/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
[all...]
/freebsd-src/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-src/tests/sys/kern/pipe/
H A Dpipe_fstat_bug_test.c52 struct kevent event, ke; in main() local
/freebsd-src/lib/libutil/tests/
H A Dpidfile_test.c130 struct kevent event, ke; in common_test_pidfile_child() local
/freebsd-src/crypto/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c188 struct sshkey *ke = NULL; in sshkey_tests() local
/freebsd-src/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-src/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-src/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-src/contrib/sqlite3/tea/win/
H A Dnmakehlp.c628 unsigned char *ks, *ke, *vs, *ve; in SubstituteFile() local
/freebsd-src/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-src/sys/dev/evdev/
H A Dcdev.c397 struct input_keymap_entry *ke; in evdev_ioctl() local
/freebsd-src/contrib/unbound/validator/
H A Dvalidator.c2765 ds_response_to_ke(struct module_qstate * qstate,struct val_qstate * vq,int id,int rcode,struct dns_msg * msg,struct query_info * qinfo,struct key_entry_key ** ke) ds_response_to_ke() argument
[all...]
/freebsd-src/contrib/wpa/src/common/
H A Ddpp.h295 u8 ke[DPP_MAX_HASH_LEN]; global() member
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp