Searched refs:fileno (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/tools/testing/selftests/vm/ |
D | map_populate.c | 84 ret = ftruncate(fileno(ftmp), MMAP_SZ); in main() 88 MAP_SHARED, fileno(ftmp), 0); in main() 112 return child_f(sock[0], smap, fileno(ftmp)); in main()
|
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_cs.h | 50 u16 fileno; member 54 u16 fileno; 112 __bfa_trc(struct bfa_trc_mod_s *trcm, int fileno, int line, u64 data); 115 __bfa_trc32(struct bfa_trc_mod_s *trcm, int fileno, int line, u32 data);
|
D | bfa_core.c | 79 __bfa_trc(struct bfa_trc_mod_s *trcm, int fileno, int line, u64 data) in __bfa_trc() argument 87 trc->fileno = (u16) fileno; in __bfa_trc()
|
/Linux-v4.19/drivers/scsi/ |
D | st.c | 2704 int fileno, blkno, at_sm, undone; in st_int_ioctl() local 2716 fileno = STps->drv_file; in st_int_ioctl() 2731 if (fileno >= 0) in st_int_ioctl() 2732 fileno += arg; in st_int_ioctl() 2746 if (fileno >= 0) in st_int_ioctl() 2747 fileno -= arg; in st_int_ioctl() 2782 blkno = fileno = (-1); in st_int_ioctl() 2795 blkno = fileno = (-1); in st_int_ioctl() 2828 if (fileno >= 0) in st_int_ioctl() 2829 fileno += arg; in st_int_ioctl() [all …]
|
D | osst.c | 4067 int fileno, blkno, at_sm, frame_seq_numbr, logical_blk_num; in osst_int_ioctl() local 4079 fileno = STps->drv_file; in osst_int_ioctl() 4096 if (fileno >= 0) in osst_int_ioctl() 4097 fileno += arg; in osst_int_ioctl() 4108 if (fileno >= 0) in osst_int_ioctl() 4109 fileno -= arg; in osst_int_ioctl() 4130 fileno = STps->drv_file; in osst_int_ioctl() 4147 blkno = fileno = (-1); in osst_int_ioctl() 4168 blkno = fileno = (-1); in osst_int_ioctl() 4184 if (fileno >= 0) fileno += arg; in osst_int_ioctl() [all …]
|
/Linux-v4.19/tools/vm/ |
D | page_owner_sort.c | 107 fstat(fileno(fin), &st); in main()
|
/Linux-v4.19/tools/perf/util/ |
D | color.c | 86 if (isatty(fileno(fp)) || pager_in_use()) in __color_vfprintf()
|
/Linux-v4.19/tools/perf/ |
D | perf.c | 312 if (fstat(fileno(stdout), &st)) in run_builtin()
|
D | builtin-kvm.c | 967 nr_stdin = perf_evlist__add_pollfd(kvm->evlist, fileno(stdin)); in kvm_events_live_report() 971 if (fd_set_nonblock(fileno(stdin)) != 0) in kvm_events_live_report()
|
D | builtin-script.c | 281 fstat(fileno(es->fp), &st); in perf_evsel_script__fprintf()
|
/Linux-v4.19/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm.c | 589 if (isatty(fileno(stdin)) == 0) in output_listing()
|
/Linux-v4.19/Documentation/kbuild/ |
D | kconfig-macro-language.txt | 96 zero argument for built-in functions, such as $(fileno), $(lineno). You could
|
/Linux-v4.19/scripts/ |
D | unifdef.c | 332 fstat(fileno(input), &ist) == 0) in main()
|
/Linux-v4.19/scripts/mod/ |
D | modpost.c | 2284 if (fstat(fileno(file), &st) < 0) in write_if_changed()
|
/Linux-v4.19/tools/power/x86/turbostat/ |
D | turbostat.c | 2932 if (!isatty(fileno(stdin))) { in do_sleep()
|