Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/bfa/
Dbfa_cs.h49 u16 fileno; member
53 u16 fileno;
111 __bfa_trc(struct bfa_trc_mod_s *trcm, int fileno, int line, u64 data) in __bfa_trc() argument
119 trc->fileno = (u16) fileno; in __bfa_trc()
131 __bfa_trc32(struct bfa_trc_mod_s *trcm, int fileno, int line, u32 data) in __bfa_trc32() argument
139 trc->fileno = (u16) fileno; in __bfa_trc32()
/linux-4.4.14/drivers/scsi/
Dst.c2703 int fileno, blkno, at_sm, undone; in st_int_ioctl() local
2715 fileno = STps->drv_file; in st_int_ioctl()
2730 if (fileno >= 0) in st_int_ioctl()
2731 fileno += arg; in st_int_ioctl()
2745 if (fileno >= 0) in st_int_ioctl()
2746 fileno -= arg; in st_int_ioctl()
2781 blkno = fileno = (-1); in st_int_ioctl()
2794 blkno = fileno = (-1); in st_int_ioctl()
2827 if (fileno >= 0) in st_int_ioctl()
2828 fileno += arg; in st_int_ioctl()
[all …]
Dosst.c4064 int fileno, blkno, at_sm, frame_seq_numbr, logical_blk_num; in osst_int_ioctl() local
4076 fileno = STps->drv_file; in osst_int_ioctl()
4093 if (fileno >= 0) in osst_int_ioctl()
4094 fileno += arg; in osst_int_ioctl()
4105 if (fileno >= 0) in osst_int_ioctl()
4106 fileno -= arg; in osst_int_ioctl()
4127 fileno = STps->drv_file; in osst_int_ioctl()
4144 blkno = fileno = (-1); in osst_int_ioctl()
4165 blkno = fileno = (-1); in osst_int_ioctl()
4181 if (fileno >= 0) fileno += arg; in osst_int_ioctl()
[all …]
/linux-4.4.14/tools/vm/
Dpage_owner_sort.c106 fstat(fileno(fin), &st); in main()
/linux-4.4.14/tools/perf/util/
Dcolor.c80 if (isatty(fileno(fp)) || pager_in_use()) in __color_vfprintf()
/linux-4.4.14/tools/perf/
Dperf.c395 if (fstat(fileno(stdout), &st)) in run_builtin()
Dbuiltin-kvm.c934 nr_stdin = perf_evlist__add_pollfd(kvm->evlist, fileno(stdin)); in kvm_events_live_report()
938 if (fd_set_nonblock(fileno(stdin)) != 0) in kvm_events_live_report()
/linux-4.4.14/drivers/scsi/aic7xxx/aicasm/
Daicasm.c590 if (isatty(fileno(stdin)) == 0) in output_listing()
/linux-4.4.14/scripts/
Dunifdef.c332 fstat(fileno(input), &ist) == 0) in main()
/linux-4.4.14/scripts/kconfig/
Dzconf.lex.c969 while ( (result = read( fileno(zconfin), (char *) buf, max_size )) < 0 ) \
Dzconf.lex.c_shipped969 while ( (result = read( fileno(zconfin), (char *) buf, max_size )) < 0 ) \
/linux-4.4.14/scripts/mod/
Dmodpost.c2257 if (fstat(fileno(file), &st) < 0) in write_if_changed()
/linux-4.4.14/scripts/genksyms/
Dlex.lex.c_shipped1485 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;