Searched refs:llc1 (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/intel/llc1/
H A DMakefile22 # uts/intel/llc1/Makefile
43 MODULE = llc1
/illumos-gate/usr/src/uts/sparc/llc1/
H A DMakefile22 # uts/sparc/llc1/Makefile
35 MODULE = llc1
/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;
H A DMakefile351 llc1.h \
/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/man/man7d/
H A DMakefile80 llc1.7d \
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c44 #include <sys/llc1.h>
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_txdma.c28 #include <sys/llc1.h>
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_txdma.c32 #include <sys/llc1.h>

Completed in 91 milliseconds