Searched refs:NSC_NOWAIT (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/
H A Dnsctl.h202 #define NSC_NOWAIT (1<<28) /* Don't wait if busy */ macro
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_resv.c131 * If NSC_NOWAIT is set and the device is busy, EAGAIN
373 * If NSC_NOWAIT is set and the device is busy, EAGAIN
953 * Returns EAGAIN if NSC_NOBLOCK or NSC_NOWAIT is set,
972 if (flag & (NSC_NOBLOCK | NSC_NOWAIT))
/illumos-gate/usr/src/uts/common/avs/ns/sv/
H A Dsv.c1264 * The reserve must be done with NSC_TRY|NSC_NOWAIT to
1269 NSC_TRY | NSC_NOWAIT | NSC_MULTI | NSC_PCATCH);

Completed in 80 milliseconds