Home
last modified time | relevance | path

Searched refs:wvp (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_comp.c65 static void hci1394_compile_ixl_init(hci1394_comp_ixl_vars_t *wvp,
68 static void hci1394_compile_ixl_endup(hci1394_comp_ixl_vars_t *wvp);
69 static void hci1394_parse_ixl(hci1394_comp_ixl_vars_t *wvp,
71 static void hci1394_finalize_all_xfer_desc(hci1394_comp_ixl_vars_t *wvp);
72 static void hci1394_finalize_cur_xfer_desc(hci1394_comp_ixl_vars_t *wvp);
73 static void hci1394_bld_recv_pkt_desc(hci1394_comp_ixl_vars_t *wvp);
74 static void hci1394_bld_recv_buf_ppb_desc(hci1394_comp_ixl_vars_t *wvp);
75 static void hci1394_bld_recv_buf_fill_desc(hci1394_comp_ixl_vars_t *wvp);
76 static void hci1394_bld_xmit_pkt_desc(hci1394_comp_ixl_vars_t *wvp);
77 static void hci1394_bld_xmit_buf_desc(hci1394_comp_ixl_vars_t *wvp);
[all …]
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_walker.c726 void *wvp; in pi_walkerlist_destroy() local
730 while ((wvp = uu_list_first(walker_list)) != NULL) { in pi_walkerlist_destroy()
736 wp = (pi_walkernode_t *)wvp; in pi_walkerlist_destroy()
737 uu_list_remove(walker_list, wvp); in pi_walkerlist_destroy()
740 topo_mod_free(mod, wvp, sizeof (pi_walkernode_t)); in pi_walkerlist_destroy()