Searched refs:verto_ev_type (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/krb5/src/util/verto/ |
H A D | verto.h | 58 } verto_ev_type; typedef 138 verto_new(const char *impl, verto_ev_type reqtypes); 160 verto_default(const char *impl, verto_ev_type reqtypes); 184 verto_set_default(const char *impl, verto_ev_type reqtypes); 440 verto_ev_type 569 verto_ev_type
|
H A D | verto.c | 73 verto_ev_type type; 231 verto_ev_type reqtypes; 267 do_load_file(const char *filename, int reqsym, verto_ev_type reqtypes, in do_load_file() 334 int reqsym, verto_ev_type reqtypes, module_record **record) in do_load_dir() 377 load_module(const char *impl, verto_ev_type reqtypes, module_record **record) in load_module() 484 verto_ev_type type, verto_ev_flag flags) in make_ev() 536 verto_new(const char *impl, verto_ev_type reqtypes) in verto_new() 547 verto_default(const char *impl, verto_ev_type reqtypes) in verto_default() 558 verto_set_default(const char *impl, verto_ev_type reqtypes) in verto_set_default() 792 verto_ev_type [all …]
|
H A D | verto-module.h | 94 verto_ev_type types;
|
/freebsd/crypto/krb5/src/include/ |
H A D | net-server.h | 39 verto_ctx *loop_init(verto_ev_type types);
|
/freebsd/crypto/krb5/src/lib/apputils/ |
H A D | net-server.c | 225 loop_init(verto_ev_type types) in loop_init()
|