Searched refs:ih_cookiep (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb_subr.c | 592 ih->ih_cookiep); in bhndb_free_resources() 903 ih->ih_cookiep = NULL; in bhndb_alloc_intr_handler() 919 ih->ih_cookiep)); in bhndb_free_intr_handler() 935 "handler %p", ih->ih_cookiep)); in bhndb_register_intr_handler() 936 KASSERT(ih->ih_cookiep != NULL, ("missing cookiep")); in bhndb_register_intr_handler() 953 "handler %p", ih->ih_cookiep)); in bhndb_deregister_intr_handler()
|
H A D | bhndb_private.h | 184 void *ih_cookiep; /**< hostb-assigned cookiep, or NULL if bus_setup_intr() incomplete. */ member
|
H A D | bhndb.c | 1935 handler, arg, &ih->ih_cookiep); in bhndb_setup_intr() 1980 error = bus_teardown_intr(isrc->is_owner, isrc->is_res, ih->ih_cookiep); in bhndb_teardown_intr() 2059 isrc->is_owner, isrc->is_res, ih->ih_cookiep, descr)); in bhndb_describe_intr()
|