/titanic_50/usr/src/lib/libdwarf/common/ |
H A D | dwarf_addr_finder.c | 62 handle_debug_frame(Dwarf_Debug dbg, Dwarf_addr_callback_func cb_func, int *errval); 64 handle_debug_aranges(Dwarf_Debug dbg, Dwarf_addr_callback_func cb_func, int *errval); 66 …handle_debug_line(Dwarf_Debug dbg, Dwarf_Die cu_die, Dwarf_addr_callback_func cb_func, int *errval… 75 Dwarf_addr_callback_func cb_func, int *dwerr) in _dwarf_addr_finder() argument 95 send_addr_note = cb_func; in _dwarf_addr_finder() 112 res = handle_debug_aranges(dbg, cb_func, &errval); in _dwarf_addr_finder() 125 res = handle_debug_frame(dbg, cb_func, &errval); in _dwarf_addr_finder() 581 handle_debug_frame(Dwarf_Debug dbg, Dwarf_addr_callback_func cb_func, in handle_debug_frame() argument 597 cb_func(DW_SECTION_FRAME, offsetlist[i], addrlist[i]); in handle_debug_frame() 611 handle_debug_aranges(Dwarf_Debug dbg, Dwarf_addr_callback_func cb_func, in handle_debug_aranges() argument [all …]
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_callb.c | 50 new->cb_func = fp; in mdb_callb_add() 113 cb->cb_func(cb->cb_arg); in mdb_callb_fire()
|
H A D | mdb_callb.h | 58 mdb_callb_f cb_func; /* Function to invoke */ member
|
/titanic_50/usr/src/lib/libdwarf/common/cmplrs/ |
H A D | dwarf_addr_finder.h | 53 Dwarf_addr_callback_func cb_func,
|
/titanic_50/usr/src/uts/sun4u/montecarlo/sys/ |
H A D | scsb_cbi.h | 48 scsb_fru_status_t scsb_fru_register(void (*cb_func)(void *,
|
/titanic_50/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/event-transport/ |
H A D | ex_dscp.c | 71 int (*cb_func)(fmd_hdl_t *hdl, etm_xport_conn_t conn, etm_cb_flag_t flag, in exs_hdl_alloc() 85 hp->h_cb_func = cb_func; in exs_hdl_alloc() 488 int (*cb_func)(fmd_hdl_t *hdl, etm_xport_conn_t conn, etm_cb_flag_t flag, in etm_xport_init() 520 hp = exs_hdl_alloc(hdl, endpoint_id, cb_func, cb_func_arg, dom); in etm_xport_init()
|
/titanic_50/usr/src/cmd/fm/modules/common/event-transport/ |
H A D | etm_xport_api.h | 63 int (*cb_func)(fmd_hdl_t *hdl, etm_xport_conn_t conn, etm_cb_flag_t flag,
|
/titanic_50/usr/src/uts/common/sys/idm/ |
H A D | idm.h | 519 idm_refcnt_rele_and_destroy(idm_refcnt_t *refcnt, idm_refcnt_cb_t *cb_func); 525 idm_refcnt_async_wait_ref(idm_refcnt_t *refcnt, idm_refcnt_cb_t *cb_func);
|
/titanic_50/usr/src/uts/common/io/idm/ |
H A D | idm.c | 2195 idm_refcnt_rele_and_destroy(idm_refcnt_t *refcnt, idm_refcnt_cb_t *cb_func) in idm_refcnt_rele_and_destroy() argument 2208 refcnt->ir_cb = cb_func; in idm_refcnt_rele_and_destroy() 2231 idm_refcnt_async_wait_ref(idm_refcnt_t *refcnt, idm_refcnt_cb_t *cb_func) in idm_refcnt_async_wait_ref() argument 2235 refcnt->ir_cb = cb_func; in idm_refcnt_async_wait_ref() 2255 idm_refcnt_cb_t *cb_func) in idm_refcnt_destroy_unref_obj() argument 2260 (*cb_func)(refcnt->ir_referenced_obj); in idm_refcnt_destroy_unref_obj()
|
/titanic_50/usr/src/uts/common/vm/ |
H A D | page.h | 1208 int (*cb_func)(page_t *, void *, uint_t); /* callback function */ member 1214 int (*cb_func)(page_t *, void *, uint_t));
|
H A D | vm_page.c | 6239 int (*cb_func)(page_t *, void *, uint_t)) in page_capture_register_callback() 6242 ASSERT(cb_func != NULL); in page_capture_register_callback() 6245 pc_cb[index].cb_func = cb_func; in page_capture_register_callback() 6262 pc_cb[index].cb_func = NULL; /* Paranoia */ in page_capture_unregister_callback() 6808 ret = pc_cb[cb_index].cb_func(pp, datap, flags); in page_capture_take_action()
|
H A D | vm_as.c | 101 as_add_callback(struct as *as, void (*cb_func)(), void *arg, uint_t events, in as_add_callback() argument 109 if ((cb_func == NULL) || ((events & AS_ALL_EVENT) == 0)) in as_add_callback() 139 cb->ascb_func = cb_func; in as_add_callback()
|
/titanic_50/usr/src/uts/intel/io/dktp/dcdev/ |
H A D | dadk.c | 67 struct buf *bp, void (*cb_func)(struct buf *), int (*func)(caddr_t), 1225 void (*cb_func)(struct buf *), int (*func)(caddr_t), caddr_t arg) in dadk_pktprep() 1236 pktp->cp_iodone = cb_func; in dadk_pktprep()
|
/titanic_50/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_adminq.c | 706 I40E_ADMINQ_CALLBACK cb_func = in i40e_clean_asq() local 710 cb_func(hw, &desc_cb); in i40e_clean_asq()
|
/titanic_50/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit_tgt.c | 107 iscsit_tgt_async_wait_ref(iscsit_tgt_t *tgt, idm_refcnt_cb_t *cb_func); 1024 iscsit_tgt_async_wait_ref(iscsit_tgt_t *tgt, idm_refcnt_cb_t *cb_func) in iscsit_tgt_async_wait_ref() argument 1026 idm_refcnt_async_wait_ref(&tgt->target_refcnt, cb_func); in iscsit_tgt_async_wait_ref()
|
/titanic_50/usr/src/cmd/sgs/include/ |
H A D | conv.h | 907 Conv_str_to_c_literal_func_t *cb_func,
|
/titanic_50/usr/src/cmd/sgs/libconv/common/ |
H A D | llib-lconv | 168 Conv_str_to_c_literal_func_t *cb_func, void *uvalue);
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ddi_impldefs.h | 91 ddi_cb_func_t cb_func; member
|
/titanic_50/usr/src/uts/sun4u/montecarlo/io/ |
H A D | scsb.c | 1836 void (*cb_func) member 1854 scsb_fru_register(void (*cb_func)(void *, scsb_fru_event_t, scsb_fru_status_t), in scsb_fru_register() 1866 if (cb_func == NULL || fru_id == (fru_id_t)0) in scsb_fru_register() 1884 cbe_ptr->cb_func = cb_func; in scsb_fru_register() 5512 (*cbe_ptr->cb_func)( in check_fru_info()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | ddi_intr_irm.c | 1318 ret = cb_p->cb_func(req_p->ireq_dip, action, (void *)(uintptr_t)count,
|
H A D | sunddi.c | 9048 cbp->cb_func = cbfunc; in ddi_cb_register()
|