Searched refs:maptocmd (Results 1 – 2 of 2) sorted by relevance
595 iomc->maptocmd != 0 || iomc->wrapfunc != NULL || in mapped_ioctl()604 if (iomc->start != 0 || iomc->maptocmd != 0 || in mapped_ioctl()611 (iomc->start == 0 && iomc->maptocmd == 0 in mapped_ioctl()630 if (iomc->start == iomc->end && iomc->maptocmd == iomc->maptoend) { in mapped_ioctl()631 com = iomc->maptocmd; in mapped_ioctl()632 } else if (iomc->start == iomc->maptocmd && iomc->end == iomc->maptoend) { in mapped_ioctl()640 iomc->maptocmd, iomc->maptoend, in mapped_ioctl()
61 u_long maptocmd; /* Start of destination range */ member