Lines Matching refs:fileno
2649 int fileno, blkno, at_sm, undone; in st_int_ioctl() local
2661 fileno = STps->drv_file; in st_int_ioctl()
2676 if (fileno >= 0) in st_int_ioctl()
2677 fileno += arg; in st_int_ioctl()
2691 if (fileno >= 0) in st_int_ioctl()
2692 fileno -= arg; in st_int_ioctl()
2727 blkno = fileno = (-1); in st_int_ioctl()
2740 blkno = fileno = (-1); in st_int_ioctl()
2773 if (fileno >= 0) in st_int_ioctl()
2774 fileno += arg; in st_int_ioctl()
2785 fileno = blkno = at_sm = 0; in st_int_ioctl()
2799 fileno = blkno = at_sm = 0; in st_int_ioctl()
2805 fileno = STps->drv_file; in st_int_ioctl()
2813 fileno = (-1); in st_int_ioctl()
2833 fileno = blkno = at_sm = 0; in st_int_ioctl()
2912 STps->drv_file = fileno; in st_int_ioctl()
2967 if (fileno >= 0) in st_int_ioctl()
2968 fileno -= undone; in st_int_ioctl()
2972 STps->drv_file = fileno; in st_int_ioctl()
2974 if (fileno >= 0) in st_int_ioctl()
2975 STps->drv_file = fileno - undone; in st_int_ioctl()
2977 STps->drv_file = fileno; in st_int_ioctl()
2984 STps->drv_file = fileno + undone; in st_int_ioctl()