Searched refs:zcmd_ioctl (Results 1 – 2 of 2) sorted by relevance
36 int zcmd_ioctl(int fd, int request, zfs_cmd_t *zc);38 #define ioctl(fd, ioc, zc) zcmd_ioctl((fd), (ioc), (zc))
71 zcmd_ioctl(int fd, int request, zfs_cmd_t *zc) in zcmd_ioctl() function