Searched refs:NSC_PENDING (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/
H A Dnsctl.h179 #define NSC_PENDING (-1) macro
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bio.c910 * and we will return NSC_PENDING and call fn when all the i/o complete.
1072 return (NSC_PENDING);
H A Dsd_tdaemon.c954 if (st != NSC_PENDING) \
H A Dsd_bcache.c2513 * or NSC_PENDING on io in progress and NSC_NOBLOCK
5056 * NSC_DONE or NSC_PENDING otherwise.
5259 * NSC_DONE(from disk), or NSC_PENDING otherwise.
5263 * or return NSC_PENDING, depending on whether the flag bit
5385 if (err != NSC_PENDING) {
5636 * NSC_HIT (in cache), NSC_DONE (to disk) or NSC_PENDING otherwise.
6025 * NSC_DONE or NSC_PENDING otherwise.
6030 * Else NSC_PENDING is returned with a subsequent write callback on
6172 if (err != NSC_PENDING) {
6200 * NSC_DONE or NSC_PENDING otherwis
[all...]

Completed in 210 milliseconds