Home
last modified time | relevance | path

Searched refs:IS_OPEN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpshot.h146 #define IS_OPEN 0x0001 macro
/illumos-gate/usr/src/uts/common/io/
H A Dpshot.c1782 if (((flags & FEXCL) && (pshot->state & IS_OPEN)) || in pshot_open()
1787 pshot->state |= IS_OPEN; in pshot_open()
1816 pshot->state &= ~(IS_OPEN | IS_OPEN_EXCL); in pshot_close()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog6417 (install_func): Set IS_OPEN to the value returned by grub_open.
6418 If IS_OPEN is non-zero, call grub_close before return.