Searched defs:event_args (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/ |
H A D | ibmf_saa.c | 95 * event_args - subnet event registration details 136 ibmf_saa_subnet_event_args_t *event_args, uint_t ibmf_version, 355 if (event_args != NULL) { 356 ibmf_saa_add_event_subscriber(saa_client, event_args); 135 ibmf_sa_session_open(ib_guid_t port_guid, ib_smkey_t sm_key, ibmf_saa_subnet_event_args_t *event_args, uint_t ibmf_version, uint_t flags, ibmf_saa_handle_t *ibmf_saa_handle) argument
|
H A D | ibmf_saa_events.c | 1288 * This function must only be called if event_args is not null 1293 * event_args pointer to event_args passed in from client (non-NULL) 1303 ibmf_saa_subnet_event_args_t *event_args) 1314 /* event_args should be checked before calling this function */ 1315 ASSERT(event_args != NULL); 1318 if (event_args->is_event_callback == NULL) 1323 client->saa_client_event_cb = event_args->is_event_callback; 1324 client->saa_client_event_cb_arg = event_args->is_event_callback_arg; 1302 ibmf_saa_add_event_subscriber(saa_client_data_t *client, ibmf_saa_subnet_event_args_t *event_args) argument
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_impl.c | 1983 ibmf_saa_subnet_event_args_t event_args; local 1989 event_args.is_event_callback_arg = portp; 1990 event_args.is_event_callback = ibcm_sm_notice_handler; 1992 if ((status = ibmf_sa_session_open(port_guid, 0, &event_args,
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/ |
H A D | ibdm.c | 733 ibmf_saa_subnet_event_args_t event_args; local 767 event_args.is_event_callback = ibdm_saa_event_cb; 768 event_args.is_event_callback_arg = port; 769 if (ibmf_sa_session_open(port->pa_port_guid, 0, &event_args,
|
Completed in 100 milliseconds