Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/vm/
Dmap_populate.c84 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/
Dbfa_cs.h50 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);
Dbfa_core.c79 __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/
Dst.c2704 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 …]
Dosst.c4067 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/
Dpage_owner_sort.c107 fstat(fileno(fin), &st); in main()
/Linux-v4.19/tools/perf/util/
Dcolor.c86 if (isatty(fileno(fp)) || pager_in_use()) in __color_vfprintf()
/Linux-v4.19/tools/perf/
Dperf.c312 if (fstat(fileno(stdout), &st)) in run_builtin()
Dbuiltin-kvm.c967 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()
Dbuiltin-script.c281 fstat(fileno(es->fp), &st); in perf_evsel_script__fprintf()
/Linux-v4.19/drivers/scsi/aic7xxx/aicasm/
Daicasm.c589 if (isatty(fileno(stdin)) == 0) in output_listing()
/Linux-v4.19/Documentation/kbuild/
Dkconfig-macro-language.txt96 zero argument for built-in functions, such as $(fileno), $(lineno). You could
/Linux-v4.19/scripts/
Dunifdef.c332 fstat(fileno(input), &ist) == 0) in main()
/Linux-v4.19/scripts/mod/
Dmodpost.c2284 if (fstat(fileno(file), &st) < 0) in write_if_changed()
/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c2932 if (!isatty(fileno(stdin))) { in do_sleep()