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

/illumos-gate/usr/src/uts/common/io/
H A Dllc1.c28 * llc1 - an LLC Class 1 MUX compatible with SunConnect LLC2 uses DLPI
52 #include <sys/llc1.h>
120 "llc1",
175 * loadable module/driver wrapper this allows llc1 to be unloaded later
273 if (ddi_create_minor_node(devinfo, "llc1", S_IFCHR,
345 llc1_t *llc1; local
358 * llc1 devices, but open and close are not frequent so should not
384 llc1 = kmem_zalloc(sizeof (llc1_t), KM_SLEEP);
385 llc1->llc_qptr = q;
386 WR(q)->q_ptr = q->q_ptr = (caddr_t)llc1;
410 llc1_t *llc1; local
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dllc1.h23 * llc1 - an LLC Class 1 MUX compatible with SunConnect LLC2 uses DLPI
121 typedef struct llc1 { struct
122 struct llc1 *llc_next, *llc_prev;

Completed in 46 milliseconds