Searched defs:vidspp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw.c92 mde_cookie_t node, uint16_t *pvidp, vsw_vlanid_t **vidspp,
1809 * vidspp: list of vlan-ids of the node
1815 uint16_t *pvidp, vsw_vlanid_t **vidspp, uint16_t *nvidsp,
1888 *vidspp = kmem_zalloc(vids_size, KM_SLEEP);
1890 (*vidspp)[i].vl_vid = data[i] & 0xFFFF;
1891 (*vidspp)[i].vl_set = B_FALSE;
1892 D2(vswp, " %d ", (*vidspp)[i].vl_vid);
1814 vsw_vlan_read_ids(void *arg, int type, md_t *mdp, mde_cookie_t node, uint16_t *pvidp, vsw_vlanid_t **vidspp, uint16_t *nvidsp, uint16_t *default_idp) argument
H A Dvnet_gen.c188 mde_cookie_t node, uint16_t *pvidp, uint16_t **vidspp,
1393 * vidspp: list of vlan-ids of the node
1399 uint16_t *pvidp, uint16_t **vidspp, uint16_t *nvidsp,
1475 *vidspp = kmem_zalloc(vids_size, KM_SLEEP);
1477 (*vidspp)[i] = data[i] & 0xFFFF;
1478 DBG2(vgenp, NULL, " %d ", (*vidspp)[i]);
1398 vgen_vlan_read_ids(void *arg, int type, md_t *mdp, mde_cookie_t node, uint16_t *pvidp, uint16_t **vidspp, uint16_t *nvidsp, uint16_t *default_idp) argument

Completed in 73 milliseconds