Searched refs:asy (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | asy.c | 138 #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 D | su_driver.c | 104 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 D | sudev.h | 61 #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 D | minor_perm | 3 asy:* 0666 root sys 4 asy:*,cu 0600 uucp uucp
|
H A D | driver_aliases | 1 asy "pci11c1,480"
|
H A D | name_to_major | 3 asy 106
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | driver-i86pc-platform.p5m | 42 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 D | system-header-header-storage.p5m | 36 file path=usr/include/sys/asy.h
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | scanner.l | 99 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 D | Makefile | 47 MODULE = asy
|
/illumos-gate/usr/src/man/man4d/ |
H A D | Makefile | 165 asy.4d \
|
/illumos-gate/usr/src/uts/intel/ |
H A D | Makefile.intel | 189 DRV_KMODS += asy
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | Makefile | 48 asy.h \
|
/illumos-gate/usr/src/uts/common/ |
H A D | Makefile.files | 970 ASY_OBJS += asy.o
|