Home
last modified time | relevance | path

Searched refs:find_handler (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dslc-gram.y458 static struct type_handler *find_handler(struct assignment *type) in find_handler() function
484 th = find_handler(type); in gen_options()
552 th = find_handler(type); in gen_wrapper()
581 th = find_handler(type); in gen_wrapper()
665 th = find_handler(type); in gen_wrapper()
684 th = find_handler(type); in gen_wrapper()
H A Dslc-gram.c1760 static struct type_handler *find_handler(struct assignment *type) in find_handler() function
1786 th = find_handler(type); in gen_options()
1854 th = find_handler(type); in gen_wrapper()
1883 th = find_handler(type); in gen_wrapper()
1967 th = find_handler(type); in gen_wrapper()
1986 th = find_handler(type); in gen_wrapper()
/netbsd-src/sys/dev/iscsi/
H A Discsi_ioctl.c69 * find_handler:
81 find_handler(uint32_t id) in find_handler() function
122 } while (!handler_id || find_handler(handler_id) != NULL); in register_event()
151 handler = find_handler(par->event_id); in deregister_event()
194 handler = find_handler(par->event_id); in check_event()