Searched refs:native_ioctl (Results 1 – 1 of 1) sorted by relevance
62 static int native_ioctl(int fd, unsigned long cmd, void *arg);1103 if (native_ioctl(fd, DIOCLWEDGES, &dkwl) == 0 && in zpool_open_func()1109 if (native_ioctl(fd, DIOCGMEDIASIZE, &size) < 0 || in zpool_open_func()1818 native_ioctl(int fd, unsigned long cmd, void *arg) in native_ioctl() function