Home
last modified time | relevance | path

Searched refs:asy (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dasy.c138 #define ASY_DEBUG(asy, x) (asy->asy_debug & (x)) argument
139 #define ASY_DPRINTF(asy, fac, format, ...) \ argument
140 if (ASY_DEBUG(asy, fac)) \
141 asyerror(asy, CE_CONT, "!%s: " format, __func__, ##__VA_ARGS__)
143 #define ASY_DEBUG(asy, x) B_FALSE argument
144 #define ASY_DPRINTF(asy, fac, format, ...) argument
201 static void async_txint(struct asycom *asy);
202 static void async_rxint(struct asycom *asy, uchar_t lsr);
203 static void async_msint(struct asycom *asy);
204 static void async_softint(struct asycom *asy);
[all …]
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c104 static void async_txint(struct asycom *asy, uchar_t lsr);
105 static void async_rxint(struct asycom *asy, uchar_t lsr);
106 static void async_msint(struct asycom *asy);
107 static int async_softint(struct asycom *asy);
117 static int asy_program(struct asycom *asy, int mode);
129 static void asycheckflowcontrol_hw(struct asycom *asy);
130 static boolean_t asycheckflowcontrol_sw(struct asycom *asy);
131 static void asy_ppsevent(struct asycom *asy, int msr);
386 struct asycom *asy; in asydetach() local
392 asy = (struct asycom *)ddi_get_soft_state(su_asycom, instance); in asydetach()
[all …]
/illumos-gate/usr/src/uts/sun4/sys/
H A Dsudev.h61 #define OUTB(offset, value) ddi_put8(asy->asy_handle, \
62 asy->asy_ioaddr+offset, value)
63 #define INB(offset) ddi_get8(asy->asy_handle, asy->asy_ioaddr+offset)
225 #define INC64_KSTAT(asy, stat) (asy)->kstats.stat.value.ui64++; argument
388 #define ASYSETSOFT(asy) { \ argument
389 if (mutex_tryenter(asy->asy_soft_lock)) { \
390 asy->asy_flags |= ASY_NEEDSOFT; \
391 if (!asy->asysoftpend) { \
392 asy->asysoftpend = 1; \
393 mutex_exit(asy->asy_soft_lock);\
[all …]
/illumos-gate/usr/src/uts/intel/os/
H A Dminor_perm3 asy:* 0666 root sys
4 asy:*,cu 0600 uucp uucp
H A Ddriver_aliases1 asy "pci11c1,480"
H A Dname_to_major3 asy 106
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-i86pc-platform.p5m42 file path=kernel/drv/$(ARCH64)/asy group=sys
47 file path=kernel/drv/asy.conf group=sys
66 file path=usr/share/man/man4d/asy.4d
70 driver name=asy \
H A Dsystem-header-header-storage.p5m36 file path=usr/include/sys/asy.h
/illumos-gate/usr/src/tools/cscope-fast/
H A Dscanner.l99 static BOOL asy; /* assembly file */ variable
398 if (asy) {
424 if (asy) {
548 if (asy) {
783 asy = NO; /* assembly file */
807 asy = YES;
/illumos-gate/usr/src/uts/intel/asy/
H A DMakefile47 MODULE = asy
/illumos-gate/usr/src/man/man4d/
H A DMakefile165 asy.4d \
/illumos-gate/usr/src/uts/intel/
H A DMakefile.intel189 DRV_KMODS += asy
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile48 asy.h \
/illumos-gate/usr/src/uts/common/
H A DMakefile.files970 ASY_OBJS += asy.o