Home
last modified time | relevance | path

Searched refs:dls_multicst_addr_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls.c88 dls_multicst_addr_t *p; in dls_close()
89 dls_multicst_addr_t *nextp; in dls_close()
108 kmem_free(p, sizeof (dls_multicst_addr_t)); in dls_close()
340 dls_multicst_addr_t **pp; in dls_multicst_add()
341 dls_multicst_addr_t *p; in dls_multicst_add()
372 p = kmem_zalloc(sizeof (dls_multicst_addr_t), KM_SLEEP); in dls_multicst_add()
388 kmem_free(p, sizeof (dls_multicst_addr_t)); in dls_multicst_add()
397 dls_multicst_addr_t **pp; in dls_multicst_remove()
398 dls_multicst_addr_t *p; in dls_multicst_remove()
440 kmem_free(p, sizeof (dls_multicst_addr_t)); in dls_multicst_remove()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Ddls_impl.h46 } dls_multicst_addr_t; typedef
H A Ddld_impl.h207 dls_multicst_addr_t *ds_dmap; /* ds_rw_lock */