Searched defs:cb_args (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcprboot.c83 static char *cb_args[CB_MAXARGS]; variable
119 * cb_args
135 argv = cb_args;
142 if ((argv - cb_args) == (CB_MAXARGS - 1))
150 for (argv = cb_args; *argv; argv++) {
152 (int)(argv - cb_args), *argv);
184 argv = cb_args;
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_agents.c48 static void tavor_agent_handle_req(void *cb_args);
183 tavor_agent_handler_arg_t *cb_args; local
200 cb_args = (tavor_agent_handler_arg_t *)kmem_zalloc(
202 if (cb_args == NULL) {
214 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*cb_args))
217 cb_args->ahd_ibmfhdl = ibmf_handle;
218 cb_args->ahd_ibmfmsg = msgp;
219 cb_args->ahd_agentlist = args;
227 tavor_agent_handle_req, cb_args, DDI_NOSLEEP);
229 kmem_free(cb_args, sizeo
247 tavor_agent_handle_req(void *cb_args) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_ibnex.c474 ibtl_ibnex_cb_args_t cb_args; local
491 cb_args.cb_flag = IBTL_IBNEX_REPROBE_DEV_REQ;
492 cb_args.cb_dip = dip;
495 rv = (*ibtl_ibnex_callback_routine)(&cb_args);
H A Dibtl_impl.c466 ibtl_ibnex_cb_args_t cb_args; local
469 cb_args.cb_flag = IBTL_IBNEX_IBC_INIT;
470 cb_args.cb_modlp = modlp;
472 (void) ((*ibtl_ibnex_callback_routine)(&cb_args));
497 ibtl_ibnex_cb_args_t cb_args; local
500 cb_args.cb_flag = IBTL_IBNEX_IBC_FINI;
501 cb_args.cb_modlp = modlp;
503 (void) ((*ibtl_ibnex_callback_routine)(&cb_args));
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_agents.c48 static void hermon_agent_handle_req(void *cb_args);
163 hermon_agent_handler_arg_t *cb_args; local
177 cb_args = (hermon_agent_handler_arg_t *)kmem_zalloc(
179 if (cb_args == NULL) {
183 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*cb_args))
186 cb_args->ahd_ibmfhdl = ibmf_handle;
187 cb_args->ahd_ibmfmsg = msgp;
188 cb_args->ahd_agentlist = args;
196 hermon_agent_handle_req, cb_args, DDI_NOSLEEP);
198 kmem_free(cb_args, sizeo
311 hermon_agent_handle_req(void *cb_args) argument
[all...]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c1017 uint32_t fac_subtype, topo_walk_cb_t cb, void *cb_args, int *err)
1041 rv |= nvlist_add_uint64(in, "callback-args", (uint64_t)cb_args);
1044 rv |= nvlist_add_uint32(in, "callback-args", (uint32_t)cb_args);
1016 topo_fmri_facility(topo_hdl_t *thp, nvlist_t *rsrc, const char *fac_type, uint32_t fac_subtype, topo_walk_cb_t cb, void *cb_args, int *err) argument
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex.c823 ibnex_ibtl_callback(ibtl_ibnex_cb_args_t *cb_args) argument
832 switch (cb_args->cb_flag) {
839 (cb_args->cb_modlp->ml_linkage[0]))->drv_dev_ops;
846 (cb_args->cb_modlp->ml_linkage[0]))->drv_dev_ops;
852 clnt_dip = cb_args->cb_dip;
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/
H A Dibdm.c2171 ibdm_timeout_cb_args_t *cb_args; local
2224 cb_args = &gid_info->gl_cpi_cb_args;
2225 cb_args->cb_gid_info = gid_info;
2226 cb_args->cb_retry_count = ibdm_dft_retry_cnt;
2227 cb_args->cb_req_type = IBDM_REQ_TYPE_CLASSPORTINFO;
2231 cb_args, IBDM_TIMEOUT_VALUE(ibdm_dft_timeout));
2238 msg, NULL, ibdm_ibmf_send_cb, cb_args, 0) != IBMF_SUCCESS) {
2241 ibdm_ibmf_send_cb(gid_info->gl_ibmf_hdl, msg, cb_args);
2260 ibdm_timeout_cb_args_t *cb_args; local
2296 cb_args
2598 ibdm_timeout_cb_args_t *cb_args; local
2839 ibdm_timeout_cb_args_t *cb_args; local
3170 ibdm_timeout_cb_args_t *cb_args; local
3267 ibdm_timeout_cb_args_t *cb_args; local
3693 ibdm_timeout_cb_args_t *cb_args; local
3867 ibdm_timeout_cb_args_t *cb_args = arg; local
4012 ibdm_retry_command(ibdm_timeout_cb_args_t *cb_args) argument
5485 ibdm_timeout_cb_args_t *cb_args; local
6990 ibdm_fill_srv_attr_mod(ib_mad_hdr_t *hdr, ibdm_timeout_cb_args_t *cb_args) argument
[all...]

Completed in 85 milliseconds