Searched refs:fileno (Results 1 – 3 of 3) sorted by relevance
2350 int fileno, blkno, at_sm, undone; in st_int_ioctl() local2362 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()[all …]
3857 int fileno, blkno, at_sm, frame_seq_numbr, logical_blk_num; in osst_int_ioctl() local3869 fileno = STps->drv_file; in osst_int_ioctl()3886 if (fileno >= 0) in osst_int_ioctl()3887 fileno += arg; in osst_int_ioctl()3898 if (fileno >= 0) in osst_int_ioctl()3899 fileno -= arg; in osst_int_ioctl()3920 fileno = STps->drv_file; in osst_int_ioctl()3937 blkno = fileno = (-1); in osst_int_ioctl()3958 blkno = fileno = (-1); in osst_int_ioctl()3974 if (fileno >= 0) fileno += arg; in osst_int_ioctl()[all …]
590 if (isatty(fileno(stdin)) == 0) in output_listing()