Searched defs:OTYP_LYR (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dopen.h48 * OTYP_LYR: open/close calls from a driver to another driver,
57 * Calls of the fifth type (OTYP_LYR) must obey the protocol rule
72 #define OTYP_LYR 4 macro
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror_resync.c2782 (void) md_unit_incopen(MD_SID(un), FREAD|FWRITE, OTYP_LYR); local
2783 (void) mirror_internal_close(MD_SID(un), OTYP_LYR, 0, (IOLOCK *)NULL); local
2806 OTYP_LYR, 0, (IOLOCK *)NULL) == 0) {
2808 (void) mirror_internal_close(MD_SID(un), OTYP_LYR, 0, local
2840 (void) mirror_internal_close(MD_SID(un), OTYP_LYR, 0, (IOLOCK *)NULL); local
2873 if (mirror_internal_open(mnum, (FREAD|FWRITE), OTYP_LYR, 0, lockp)) {
2899 (void) mirror_internal_close(mnum, OTYP_LYR, 0, lockp);
2932 (void) mirror_internal_close(mnum, OTYP_LYR, 0, lockp);
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c217 if (dev_lopen(&ddi_dev, FREAD|FWRITE, OTYP_LYR, kcred) == 0)
227 (void) dev_lclose(md_dev64_to_dev(dev), FREAD|FWRITE, OTYP_LYR, kcred); local

Completed in 105 milliseconds