Searched refs:fileno (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_cs.h | 49 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/ |
D | st.c | 2703 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 …]
|
D | osst.c | 4064 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/ |
D | page_owner_sort.c | 106 fstat(fileno(fin), &st); in main()
|
/linux-4.4.14/tools/perf/util/ |
D | color.c | 80 if (isatty(fileno(fp)) || pager_in_use()) in __color_vfprintf()
|
/linux-4.4.14/tools/perf/ |
D | perf.c | 395 if (fstat(fileno(stdout), &st)) in run_builtin()
|
D | builtin-kvm.c | 934 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/ |
D | aicasm.c | 590 if (isatty(fileno(stdin)) == 0) in output_listing()
|
/linux-4.4.14/scripts/ |
D | unifdef.c | 332 fstat(fileno(input), &ist) == 0) in main()
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.lex.c | 969 while ( (result = read( fileno(zconfin), (char *) buf, max_size )) < 0 ) \
|
D | zconf.lex.c_shipped | 969 while ( (result = read( fileno(zconfin), (char *) buf, max_size )) < 0 ) \
|
/linux-4.4.14/scripts/mod/ |
D | modpost.c | 2257 if (fstat(fileno(file), &st) < 0) in write_if_changed()
|
/linux-4.4.14/scripts/genksyms/ |
D | lex.lex.c_shipped | 1485 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
|