/openbmc/u-boot/tools/ |
H A D | fit_check_sign.c | 37 int ffd = -1; in main() local 73 ffd = mmap_fdt(cmdname, fdtfile, 0, &fit_blob, &fsbuf, false); in main() 74 if (ffd < 0) in main() 93 close(ffd); in main()
|
H A D | fit_info.c | 41 int ffd = -1; in main() local 83 ffd = mmap_fdt(cmdname, fdtfile, 0, &fit_blob, &fsbuf, false); in main() 85 if (ffd < 0) { in main() 106 close(ffd); in main()
|
/openbmc/linux/drivers/media/i2c/ccs/ |
H A D | ccs-data.c | 349 struct ccs_frame_format_descs **ffd, in ccs_data_parse_ffd() argument 367 bin_reserve(bin, sizeof(**ffd)); in ccs_data_parse_ffd() 376 *ffd = bin_alloc(bin, sizeof(**ffd)); in ccs_data_parse_ffd() 377 if (!*ffd) in ccs_data_parse_ffd() 380 (*ffd)->num_column_descs = __ffd->num_column_descs; in ccs_data_parse_ffd() 381 (*ffd)->num_row_descs = __ffd->num_row_descs; in ccs_data_parse_ffd() 384 (*ffd)->column_descs = bin_alloc(bin, __ffd->num_column_descs * in ccs_data_parse_ffd() 385 sizeof(*(*ffd)->column_descs)); in ccs_data_parse_ffd() 386 if (!(*ffd)->column_descs) in ccs_data_parse_ffd() 390 assign_ffd_entry(&(*ffd)->column_descs[i], __entry); in ccs_data_parse_ffd() [all …]
|
H A D | ccs-data.h | 86 struct ccs_frame_format_descs *ffd; member
|
/openbmc/linux/fs/ |
H A D | eventpoll.c | 148 struct epoll_filefd ffd; member 299 spin_lock(&epi->ffd.file->f_lock); in unlist_file() 303 spin_unlock(&epi->ffd.file->f_lock); in unlist_file() 344 static inline void ep_set_ffd(struct epoll_filefd *ffd, in ep_set_ffd() argument 347 ffd->file = file; in ep_set_ffd() 348 ffd->fd = fd; in ep_set_ffd() 437 sock = sock_from_file(epi->ffd.file); in ep_set_busy_poll_napi_id() 522 if ((is_file_epoll(epi->ffd.file))) { in ep_poll_safewake() 523 ep_src = epi->ffd.file->private_data; in ep_poll_safewake() 723 struct file *file = epi->ffd.file; in __ep_remove() [all …]
|
/openbmc/linux/arch/um/drivers/ |
H A D | vector_user.c | 818 int res, ffd = -1; in uml_vector_user_bpf() local 834 ffd = os_open_file(filename, of_read(OPENFLAGS()), 0); in uml_vector_user_bpf() 835 if (ffd < 0) { in uml_vector_user_bpf() 845 res = os_read_file(ffd, bpf, statbuf.st_size); in uml_vector_user_bpf() 851 os_close_file(ffd); in uml_vector_user_bpf() 854 if (ffd > 0) in uml_vector_user_bpf() 855 os_close_file(ffd); in uml_vector_user_bpf()
|
/openbmc/rest-dbus/resources/ |
H A D | style.css | 21 background: #ffd;
|
/openbmc/linux/arch/m68k/ifpsp060/ |
H A D | fplsp.sa | 1068 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 D | pfpsp.sa | 1592 dc.l $9a84fbcf,$f7980000,$00003ffd,$00009a20 1666 dc.l $3012670e,$04403ffd,$4440e28a,$e29351c8
|
/openbmc/linux/Documentation/trace/ |
H A D | ftrace.rst | 2477 int fd, ffd; 2481 ffd = open(tracing_file("current_tracer"), O_WRONLY); 2482 if (ffd < 0) 2484 write(ffd, "nop", 3); 2490 write(ffd, "function", 8); 2493 close(ffd);
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | rtnetlink.sh | 185 tc filter add dev "$dev" parent 1:0 prio 5 handle ffd: protocol ip u32 divisor 256
|