Searched refs:cb_argp (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmdeg.h108 typedef int (*mdeg_cb_t)(void *cb_argp, mdeg_result_t *resp);
111 mdeg_cb_t cb, void *cb_argp, mdeg_handle_t *hdlp);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw.c87 static int vsw_mdeg_cb(void *cb_argp, mdeg_result_t *);
88 static int vsw_port_mdeg_cb(void *cb_argp, mdeg_result_t *);
1473 vsw_mdeg_cb(void *cb_argp, mdeg_result_t *resp) argument
1484 vswp = (vsw_t *)cb_argp;
1571 vsw_port_mdeg_cb(void *cb_argp, mdeg_result_t *resp) argument
1580 if ((resp == NULL) || (cb_argp == NULL))
1583 vswp = (vsw_t *)cb_argp;
H A Dvldc.c72 static int i_vldc_mdeg_cb(void *cb_argp, mdeg_result_t *resp);
348 i_vldc_mdeg_cb(void *cb_argp, mdeg_result_t *resp) argument
362 vldcp = (vldc_t *)cb_argp;
H A Dvlds.c107 static int vlds_mdeg_cb(void *cb_argp, mdeg_result_t *resp);
1064 vlds_mdeg_cb(void *cb_argp, mdeg_result_t *resp) argument
1066 _NOTE(ARGUNUSED(cb_argp))
H A Dvnet_gen.c109 static int vgen_mdeg_cb(void *cb_argp, mdeg_result_t *resp);
110 static int vgen_mdeg_port_cb(void *cb_argp, mdeg_result_t *resp);
418 static int vgen_mdeg_port_cb(void *cb_argp, mdeg_result_t *resp);
1802 vgen_mdeg_port_cb(void *cb_argp, mdeg_result_t *resp) argument
1809 if ((resp == NULL) || (cb_argp == NULL)) {
1813 vgenp = (vgen_t *)cb_argp;
1886 vgen_mdeg_cb(void *cb_argp, mdeg_result_t *resp) argument
1895 if ((resp == NULL) || (cb_argp == NULL)) {
1899 vgenp = (vgen_t *)cb_argp;
H A Dvcc.c83 static int vcc_mdeg_cb(void *cb_argp, mdeg_result_t *resp);
2376 vcc_mdeg_cb(void *cb_argp, mdeg_result_t *resp) argument
2382 vccp = (vcc_t *)cb_argp;

Completed in 88 milliseconds