Home
last modified time | relevance | path

Searched refs:ffd (Results 1 – 6 of 6) sorted by relevance

/linux/arch/um/drivers/
H A Dvector_user.c901 int res, ffd = -1; in uml_vector_user_bpf() local
917 ffd = os_open_file(filename, of_read(OPENFLAGS()), 0); in uml_vector_user_bpf()
918 if (ffd < 0) { in uml_vector_user_bpf()
928 res = os_read_file(ffd, bpf, statbuf.st_size); in uml_vector_user_bpf()
934 os_close_file(ffd); in uml_vector_user_bpf()
937 if (ffd > 0) in uml_vector_user_bpf()
938 os_close_file(ffd); in uml_vector_user_bpf()
/linux/drivers/media/i2c/ccs/
H A Dccs-data.h86 struct ccs_frame_format_descs *ffd; member
/linux/arch/m68k/ifpsp060/
H A Dfplsp.sa1068 dc.l $00003ffd,$0000812f,$d288332d,$ad320000
1069 dc.l $00003ffd,$000088a8,$d1b1218e,$4d640000
1070 dc.l $00003ffd,$00009012,$ab3f23e4,$aee80000
1071 dc.l $00003ffd,$0000976c,$c3d411e7,$f1b90000
1072 dc.l $00003ffd,$00009eb6,$89493889,$a2270000
1073 dc.l $00003ffd,$0000a5ef,$72c34487,$361b0000
1074 dc.l $00003ffd,$0000ad17,$00baf07a,$72270000
1075 dc.l $00003ffd,$0000b42c,$bcfafd37,$efb70000
1076 dc.l $00003ffd,$0000bb30,$3a940ba8,$0f890000
1077 dc.l $00003ffd,$0000c221,$15c6fcae,$bbaf0000
[all …]
H A Dpfpsp.sa1592 dc.l $9a84fbcf,$f7980000,$00003ffd,$00009a20
1666 dc.l $3012670e,$04403ffd,$4440e28a,$e29351c8
/linux/Documentation/trace/
H A Dftrace.rst2532 int fd, ffd;
2536 ffd = open(tracing_file("current_tracer"), O_WRONLY);
2537 if (ffd < 0)
2539 write(ffd, "nop", 3);
2545 write(ffd, "function", 8);
2548 close(ffd);
/linux/tools/testing/selftests/net/
H A Drtnetlink.sh227 run_cmd tc filter add dev "$dev" parent 1:0 prio 5 handle ffd: protocol ip u32 divisor 256