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

/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_clnt.c3107 rdc_async6_t async6; local
3124 if (ddi_copyin(arg, &async6, sizeof (async6), mode) < 0) {
3145 if ((strncmp(urdc->secondary.intf, async6.sechost,
3147 (strncmp(urdc->secondary.file, async6.secfile,
3157 if (async6.spos != -1) {
3158 if ((async6.spos < async6.pos) ||
3159 ((async6.spos + async6
[all...]

Completed in 51 milliseconds