Home
last modified time | relevance | path

Searched refs:fileno (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dst.c2350 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()
[all …]
Dosst.c3857 int fileno, blkno, at_sm, frame_seq_numbr, logical_blk_num; in osst_int_ioctl() local
3869 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 …]
/linux-2.4.37.9/drivers/scsi/aic7xxx/aicasm/
Daicasm.c590 if (isatty(fileno(stdin)) == 0) in output_listing()