/Linux-v6.6/tools/crypto/ccp/ |
D | dbc.py | 38 ret = lib.get_nonce(device.fileno(), ctypes.byref(buf), signature) 49 ret = lib.set_uid(device.fileno(), new_uid, signature) 61 ret = lib.process_param(device.fileno(), message[0], signature, ctypes.pointer(arg))
|
/Linux-v6.6/tools/testing/selftests/mm/ |
D | map_populate.c | 82 ret = ftruncate(fileno(ftmp), MMAP_SZ); in main() 86 MAP_SHARED, fileno(ftmp), 0); in main() 110 return child_f(sock[0], smap, fileno(ftmp)); in main()
|
D | gup_longterm.c | 265 fd = fileno(file); in run_with_tmpfile()
|
D | cow.c | 370 fd = fileno(file); in do_test_iouring() 1525 fd = fileno(file); in run_with_tmpfile()
|
/Linux-v6.6/tools/include/nolibc/ |
D | stdio.h | 55 int fileno(FILE *stream) in fileno() function 108 if (read(fileno(stream), &ch, 1) <= 0) in fgetc() 129 if (write(fileno(stream), &ch, 1) <= 0) in fputc() 150 int fd = fileno(stream); in _fwrite()
|
/Linux-v6.6/drivers/scsi/bfa/ |
D | bfa_cs.h | 42 u16 fileno; member 46 u16 fileno; 104 __bfa_trc(struct bfa_trc_mod_s *trcm, int fileno, int line, u64 data); 107 __bfa_trc32(struct bfa_trc_mod_s *trcm, int fileno, int line, u32 data);
|
D | bfa_core.c | 71 __bfa_trc(struct bfa_trc_mod_s *trcm, int fileno, int line, u64 data) in __bfa_trc() argument 79 trc->fileno = (u16) fileno; in __bfa_trc()
|
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | trace_vprintk.c | 39 fcntl(fileno(fp), F_SETFL, O_NONBLOCK); in serial_test_trace_vprintk()
|
D | trace_printk.c | 46 fcntl(fileno(fp), F_SETFL, O_NONBLOCK); in serial_test_trace_printk()
|
/Linux-v6.6/scripts/clang-tools/ |
D | run-clang-tools.py | 77 os.dup2(devnull, sys.stdout.fileno())
|
/Linux-v6.6/tools/perf/util/ |
D | data.h | 74 return fileno(data->file.fptr); in perf_data__fd()
|
D | color.c | 48 if (isatty(fileno(fp)) || pager_in_use()) in __color_vfprintf()
|
/Linux-v6.6/drivers/scsi/ |
D | st.c | 2707 int fileno, blkno, at_sm, undone; in st_int_ioctl() local 2719 fileno = STps->drv_file; in st_int_ioctl() 2735 if (fileno >= 0) in st_int_ioctl() 2736 fileno += arg; in st_int_ioctl() 2751 if (fileno >= 0) in st_int_ioctl() 2752 fileno -= arg; in st_int_ioctl() 2787 blkno = fileno = (-1); in st_int_ioctl() 2800 blkno = fileno = (-1); in st_int_ioctl() 2833 if (fileno >= 0) in st_int_ioctl() 2834 fileno += arg; in st_int_ioctl() [all …]
|
/Linux-v6.6/scripts/ |
D | diffconfig | 139 os.dup2(devnull, sys.stdout.fileno())
|
D | checkkconfigsymbols.py | 477 os.dup2(devnull, sys.stdout.fileno())
|
D | spdxcheck.py | 378 stdin = os.fdopen(sys.stdin.fileno(), 'rb')
|
/Linux-v6.6/tools/testing/selftests/kvm/x86_64/ |
D | kvm_clock_test.c | 150 if (fstat(fileno(fp), &st)) { in check_clocksource()
|
/Linux-v6.6/tools/testing/selftests/wireguard/qemu/ |
D | init.c | 137 if (fcntl(fileno(file), F_SETFL, O_NONBLOCK) < 0) in kmod_selftests()
|
/Linux-v6.6/tools/perf/scripts/python/ |
D | flamegraph.py | 206 with io.open(sys.stdout.fileno(), "w", encoding="utf-8", closefd=False) as out:
|
/Linux-v6.6/tools/perf/ |
D | perf.c | 331 if (fstat(fileno(stdout), &st)) in run_builtin()
|
D | builtin-kvm.c | 1495 nr_stdin = evlist__add_pollfd(kvm->evlist, fileno(stdin)); in kvm_events_live_report() 1499 if (fd_set_nonblock(fileno(stdin)) != 0) in kvm_events_live_report()
|
/Linux-v6.6/tools/testing/selftests/net/ |
D | nettest.c | 1275 nfds = interactive ? MAX(fileno(stdin), sd) + 1 : sd + 1; in msg_loop() 1280 FD_SET(fileno(stdin), &rfds); in msg_loop() 1308 if (FD_ISSET(fileno(stdin), &rfds)) { in msg_loop()
|
/Linux-v6.6/tools/perf/tests/shell/ |
D | test_intel_pt.sh | 340 m = mmap(0, 4096, PROT_READ | PROT_EXEC, MAP_PRIVATE, fileno(f), 0);
|
/Linux-v6.6/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm.c | 589 if (isatty(fileno(stdin)) == 0) in output_listing()
|
/Linux-v6.6/tools/mm/ |
D | page_owner_sort.c | 808 fstat(fileno(fin), &st); in main()
|