Lines Matching defs:dsw_fd
105 int dsw_fd;
846 num = do_ioctl(dsw_fd, DSWIOC_OLISTLEN, NULL);
858 rc = do_ioctl(dsw_fd, DSWIOC_OLIST, acopy_args);
1314 dsw_fd = open(DSWDEV, O_RDONLY);
1315 if (dsw_fd < 0) {
1374 return (do_ioctl(dsw_fd, DSWIOC_BITMAP, &parms));
1391 if (do_ioctl(dsw_fd, DSWIOC_STAT, &args) == -1)
1750 rc = do_ioctl(dsw_fd, DSWIOC_STAT, &args);
2118 rc = do_ioctl(dsw_fd, DSWIOC_ENABLE, &parms);
2193 if (do_ioctl(dsw_fd, DSWIOC_STAT, &prev_stat) == -1) {
2240 rc = do_ioctl(dsw_fd, DSWIOC_ENABLE, &parms);
2242 rc = do_ioctl(dsw_fd, DSWIOC_RESET, &args);
2312 rc = do_ioctl(dsw_fd, DSWIOC_OCREAT, &args);
2411 if ((count = do_ioctl(dsw_fd, DSWIOC_LISTLEN, NULL)) < 0)
2424 rc = do_ioctl(dsw_fd, DSWIOC_GLIST, group_list);
2531 rc = do_ioctl(dsw_fd, DSWIOC_STAT, &stat_s);
2562 rc = do_ioctl(dsw_fd, DSWIOC_ACOPY, acopy_args);
2637 rc = do_ioctl(dsw_fd, DSWIOC_STAT, &stat_s);
2665 rc = do_ioctl(dsw_fd, DSWIOC_COPY, ©_args);
2749 if (do_ioctl(dsw_fd, DSWIOC_STAT, &args) == -1) {
2846 if (do_ioctl(dsw_fd, DSWIOC_ABORT, &args) == -1)
2859 if (do_ioctl(dsw_fd, DSWIOC_VERSION, &args) == -1)
2885 if ((i = do_ioctl(dsw_fd, DSWIOC_LISTLEN, &args)) == -1)
2896 if (do_ioctl(dsw_fd, DSWIOC_LIST, &args) == -1)
2997 rc = do_ioctl(dsw_fd, DSWIOC_WAIT, &parms);
3033 rc = do_ioctl(dsw_fd, DSWIOC_EXPORT, &parms);
3061 rc = do_ioctl(dsw_fd, DSWIOC_ODETACH, &parms);
3086 if (do_ioctl(dsw_fd, DSWIOC_STAT, &args) != -1 &&
3105 if (do_ioctl(dsw_fd, DSWIOC_STAT, &args) == -1) {
3157 rc = do_ioctl(dsw_fd, DSWIOC_DISABLE, &parms);
3181 rc = do_ioctl(dsw_fd, DSWIOC_DISABLE, &parms);
3249 if ((count = do_ioctl(dsw_fd, DSWIOC_LISTLEN, NULL)) < 0)
3263 rc = do_ioctl(dsw_fd, DSWIOC_CLIST, acopy_args);
3583 rc = do_ioctl(dsw_fd, DSWIOC_IMPORT, &parms);
3693 rc = do_ioctl(dsw_fd, DSWIOC_JOIN, &parms);
3731 rc = do_ioctl(dsw_fd, DSWIOC_COPYP, &parms);
3761 rc = do_ioctl(dsw_fd, DSWIOC_OATTACH, parms);
3775 if (do_ioctl(dsw_fd, DSWIOC_OATTACH, &io) == -1) {
3834 if ((do_ioctl(dsw_fd, DSWIOC_STAT, &args) == -1) ||
3985 if (do_ioctl(dsw_fd, DSWIOC_OSTAT2, &args) == -1)
4054 if (do_ioctl(dsw_fd, DSWIOC_MOVEGRP, &movegrp) < 0)
4266 rc = do_ioctl(dsw_fd, DSWIOC_STAT, &args);