Searched defs:asy (Results 1 – 4 of 4) 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 143 #define ASY_DEBUG(asy, x) B_FALSE argument 144 #define ASY_DPRINTF(asy, fac, format, ...) argument 530 asy_put_idx(const struct asycom *asy, asy_reg_t reg, uint8_t val) in asy_put_idx() 554 asy_get_idx(const struct asycom *asy, asy_reg_t reg) in asy_get_idx() 579 asy_put_add(const struct asycom *asy, asy_reg_t reg, uint8_t val) in asy_put_add() 603 asy_get_add(const struct asycom *asy, asy_reg_t reg) in asy_get_add() 634 asy_put_ext(const struct asycom *asy, asy_reg_t reg, uint8_t val) in asy_put_ext() 664 asy_get_ext(const struct asycom *asy, asy_reg_t reg) in asy_get_ext() [all …]
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 386 struct asycom *asy; in asydetach() local 477 struct asycom *asy; in asyattach() local 884 struct asycom *asy; in asyinfo() local 914 struct asycom *asy; in asyopen() local 1069 struct asycom *asy = async->async_common; in async_progress_check() local 1112 struct asycom *asy; in asyclose() local 1310 asy_isbusy(struct asycom *asy) in asy_isbusy() 1330 asy_program(struct asycom *asy, int mode) in asy_program() 1520 struct asycom *asy = (struct asycom *)arg; in asyputchar() local 1545 struct asycom *asy = (struct asycom *)arg; in asyischar() local [all …]
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | scanner.l | 99 static BOOL asy; /* assembly file */ variable
|
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | sudev.h | 225 #define INC64_KSTAT(asy, stat) (asy)->kstats.stat.value.ui64++; argument 388 #define ASYSETSOFT(asy) { \ argument
|