Home
last modified time | relevance | path

Searched refs:fileio (Results 1 – 25 of 37) sorted by relevance

12

/openbmc/linux/drivers/iio/buffer/
H A Dindustrialio-buffer-dma.c300 if (PAGE_ALIGN(queue->fileio.block_size) == PAGE_ALIGN(size)) in iio_dma_buffer_request_update()
303 queue->fileio.block_size = size; in iio_dma_buffer_request_update()
304 queue->fileio.active_block = NULL; in iio_dma_buffer_request_update()
307 for (i = 0; i < ARRAY_SIZE(queue->fileio.blocks); i++) { in iio_dma_buffer_request_update()
308 block = queue->fileio.blocks[i]; in iio_dma_buffer_request_update()
325 for (i = 0; i < ARRAY_SIZE(queue->fileio.blocks); i++) { in iio_dma_buffer_request_update()
326 if (queue->fileio.blocks[i]) { in iio_dma_buffer_request_update()
327 block = queue->fileio.blocks[i]; in iio_dma_buffer_request_update()
345 queue->fileio.blocks[i] = block; in iio_dma_buffer_request_update()
493 if (!queue->fileio.active_block) { in iio_dma_buffer_read()
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2019-13232_p1.patch13 fileio.c | 4 +++-
16 diff --git a/fileio.c b/fileio.c
18 --- a/fileio.c
19 +++ b/fileio.c
H A D0001-unzip-fix-CVE-2018-1000035.patch14 fileio.c | 11 ++++++++---
17 diff --git a/fileio.c b/fileio.c
19 --- a/fileio.c
20 +++ b/fileio.c
H A DCVE-2022-0530.patch6 diff --git a/fileio.c b/fileio.c
8 --- a/fileio.c
9 +++ b/fileio.c
H A DCVE-2021-4217.patch11 fileio.c | 5 ++++-
28 diff --git a/fileio.c b/fileio.c
30 --- a/fileio.c
31 +++ b/fileio.c
H A D11-cve-2014-8141-getzip64data.patch13 --- a/fileio.c
14 +++ b/fileio.c
H A DCVE-2015-7696.patch29 + * fileio.c:readbyte()).
H A DCVE-2019-13232_p2.patch306 int didCRlast; /* fileio static */
307 ulg numlines; /* fileio static: number of lines printed */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mg/mg/
H A D0002-fileio-Define-DEFFILEMODE-if-platform-is-missing.patch4 Subject: [PATCH 2/2] fileio: Define DEFFILEMODE if platform is missing
10 fileio.c | 4 ++++
13 --- a/fileio.c
14 +++ b/fileio.c
H A D0001-fileio-Include-sys-param.h-for-MAXNAMLEN.patch4 Subject: [PATCH 1/2] fileio: Include sys/param.h for MAXNAMLEN
10 fileio.c | 1 +
13 --- a/fileio.c
14 +++ b/fileio.c
H A D0001-Undefine-REGEX-for-musl-based-systems.patch34 echo.c extend.c file.c fileio.c funmap.c help.c kbd.c keymap.c \
/openbmc/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c2538 if (q->is_output && q->fileio && q->queued_count < q->num_buffers) in vb2_core_poll()
2627 struct vb2_fileio_data *fileio; in __vb2_init_fileio() local
2664 fileio = kzalloc(sizeof(*fileio), GFP_KERNEL); in __vb2_init_fileio()
2665 if (fileio == NULL) in __vb2_init_fileio()
2668 fileio->read_once = q->fileio_read_once; in __vb2_init_fileio()
2669 fileio->write_immediately = q->fileio_write_immediately; in __vb2_init_fileio()
2675 fileio->count = count; in __vb2_init_fileio()
2676 fileio->memory = VB2_MEMORY_MMAP; in __vb2_init_fileio()
2677 fileio->type = q->type; in __vb2_init_fileio()
2678 q->fileio = fileio; in __vb2_init_fileio()
[all …]
H A Dvideobuf2-v4l2.c1152 if (vdev->queue->fileio) in vb2_fop_write()
1177 if (!vdev->queue->fileio) in vb2_fop_read()
1192 void *fileio; in vb2_fop_poll() local
1203 fileio = q->fileio; in vb2_fop_poll()
1208 if (!fileio && q->fileio) in vb2_fop_poll()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/mg/
H A Dmg_20230501.bb10 file://0001-fileio-Include-sys-param.h-for-MAXNAMLEN.patch \
11 file://0002-fileio-Define-DEFFILEMODE-if-platform-is-missing.patch \
/openbmc/libpldm/tests/oem/meta/
H A Dmeson.build1 tests += ['oem/meta/fileio']
/openbmc/libpldm/tests/oem/ibm/
H A Dmeson.build1 tests += ['oem/ibm/fileio', 'oem/ibm/host']
/openbmc/libmctp/
H A Dconfigure.ac88 AC_ARG_WITH([fileio], optwith
89 [AS_HELP_STRING([--with-fileio],
H A Dmeson.options16 'fileio',
H A Dmeson.build77 feat_fileio = get_option('fileio').require(
/openbmc/linux/include/linux/iio/
H A Dbuffer-dma.h112 struct iio_dma_buffer_queue_fileio fileio; member
/openbmc/linux/include/media/
H A Dvideobuf2-core.h643 struct vb2_fileio_data *fileio; member
1139 return q->fileio; in vb2_fileio_is_active()
/openbmc/google-misc/subprojects/dhcp-done/
H A Dmeson.build29 'fileio',
/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/
H A Dheaders_fixup.patch15 -check_include_file("sys/fileio.h" HAVE_SYS_FILIO_H)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D0003-Add-config-option-without-valgrind.patch25 conf.CHECK_HEADERS('sys/fileio.h sys/filesys.h sys/dustat.h sys/sysmacros.h')
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/
H A Dnspr_4.36.bb55 fileio \

12