Searched refs:NSC_NOBLOCK (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_cache.h109 #define _SD_VALID_FLAGS (NSC_RDWRBUF | NSC_NOBLOCK | NSC_WRTHRU | NSC_NOCACHE\
H A Dsd_bcache.c2503 * NSC_RDBUF, NSC_WRBUF, NSC_NOBLOCK and hints.
2513 * or NSC_PENDING on io in progress and NSC_NOBLOCK
2518 * If NSC_NOBLOCK was not specified, this call could block on read io.
5052 * flag - flag: (NSC_NOBLOCK for async io)
5255 * flag - flag: (NSC_NOBLOCK for async io)
5264 * NSC_NOBLOCK is reset or set.
5382 fn = (handle->bh_flag & NSC_NOBLOCK) ? _sd_async_read_ea : NULL;
5527 * This is called only when read is asynchronous (NSC_NOBLOCK)
5572 * call indicated asynchronous callback. (NSC_NOBLOCK)
5632 * flag - (NSC_NOBLOCK | NSC_WRTHR
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_resv.c128 * If NSC_NOBLOCK is specifed and the reserve cannot be
367 * If NSC_NOBLOCK is specifed and the detach cannot be
588 (flag | NSC_NOBLOCK))) {
593 if (flag & NSC_NOBLOCK) {
912 if (flag & NSC_NOBLOCK)
953 * Returns EAGAIN if NSC_NOBLOCK or NSC_NOWAIT is set,
972 if (flag & (NSC_NOBLOCK | NSC_NOWAIT))
H A Dnsc_dev.c794 if (flag & NSC_NOBLOCK)
992 if (flag & NSC_NOBLOCK)
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_dev.c1157 if (flag & NSC_NOBLOCK) {
1159 "!_rdc_alloc_buf: removing unsupported NSC_NOBLOCK flag");
1160 flag &= ~(NSC_NOBLOCK);
1852 if (flag & NSC_NOBLOCK) {
1854 "!_rdc_read: removing unsupported NSC_NOBLOCK flag");
1855 flag &= ~(NSC_NOBLOCK);
2050 if (flag & NSC_NOBLOCK) {
2052 "!_rdc_multi_write: removing unsupported NSC_NOBLOCK flag");
2053 flag &= ~(NSC_NOBLOCK);
2815 if (flag & NSC_NOBLOCK) {
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dnsctl.h278 #define NSC_NOBLOCK 0x0008 macro
/illumos-gate/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c65 { "NSC_NOBLOCK", NSC_NOBLOCK, NSC_NOBLOCK },
/illumos-gate/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c539 {"NOBLOCK", NSC_NOBLOCK, NSC_NOBLOCK},

Completed in 1013 milliseconds