Home
last modified time | relevance | path

Searched refs:ASY_INIT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c75 #define ASY_INIT 1 macro
529 (void) asy_program(asy, ASY_INIT); in asyattach()
994 (void) asy_program(asy, ASY_INIT); in asyopen()
1364 if (mode == ASY_INIT) { in asy_program()
1417 if (mode == ASY_INIT) { in asy_program()
1424 if (ocflags != (c_flag & ~CLOCAL) || mode == ASY_INIT) { in asy_program()
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c107 #define ASY_INIT 1 macro
789 asy_program(asy, ASY_INIT); in asyattach()
1602 asy_program(asy, ASY_INIT); in asyopen()
2103 if (mode == ASY_INIT) in asy_program()
2114 if (ocflags != (c_flag & ~CLOCAL) || mode == ASY_INIT) { in asy_program()
2161 mode == ASY_INIT) in asy_program()