Lines Matching refs:fileno
2350 int fileno, blkno, at_sm, undone; in st_int_ioctl() local
2362 fileno = STps->drv_file; in st_int_ioctl()
2378 if (fileno >= 0) in st_int_ioctl()
2379 fileno += arg; in st_int_ioctl()
2400 if (fileno >= 0) in st_int_ioctl()
2401 fileno -= arg; in st_int_ioctl()
2444 blkno = fileno = (-1); in st_int_ioctl()
2463 blkno = fileno = (-1); in st_int_ioctl()
2486 if (fileno >= 0) in st_int_ioctl()
2487 fileno += arg; in st_int_ioctl()
2498 fileno = blkno = at_sm = 0; in st_int_ioctl()
2512 fileno = blkno = at_sm = 0; in st_int_ioctl()
2518 fileno = STps->drv_file; in st_int_ioctl()
2526 fileno = (-1); in st_int_ioctl()
2547 fileno = blkno = at_sm = 0; in st_int_ioctl()
2638 STps->drv_file = fileno; in st_int_ioctl()
2691 if (fileno >= 0) in st_int_ioctl()
2692 fileno++; in st_int_ioctl()
2693 STps->drv_file = fileno; in st_int_ioctl()
2696 if (fileno >= 0) in st_int_ioctl()
2697 STps->drv_file = fileno - undone; in st_int_ioctl()
2699 STps->drv_file = fileno; in st_int_ioctl()
2706 STps->drv_file = fileno + undone; in st_int_ioctl()