Searched refs:llc1_t (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dllc1.c69 static mblk_t *llc1_form_udata(llc1_t *lld, llc_mac_info_t *macinfo,
72 static mblk_t *llc1_xid_ind_con(llc1_t *lld, llc_mac_info_t *macinfo,
75 static mblk_t *llc1_test_ind_con(llc1_t *lld, llc_mac_info_t *macinfo,
111 static int llc1_snap_match(llc1_t *lld, struct snaphdr *snap);
256 (llc1_t *)&llc1_device_list.llc1_str_next;
345 llc1_t *llc1;
384 llc1 = kmem_zalloc(sizeof (llc1_t), KM_SLEEP);
410 llc1_t *llc1;
416 llc1 = (llc1_t *)q->q_ptr;
459 kmem_free(llc1, sizeof (llc1_t));
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dllc1.h140 } llc1_t; typedef in typeref:struct:llc1
159 llc1_t *llc1_str_next, *llc1_str_prev; /* open streams */

Completed in 113 milliseconds