Home
last modified time | relevance | path

Searched refs:posix (Results 1 – 25 of 159) sorted by relevance

1234567

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/ot-br-posix/
H A D0001-Musl-build-fix.patch12 src/posix/platform/CMakeLists.txt | 2 +-
15 diff --git a/src/posix/platform/CMakeLists.txt b/src/posix/platform/CMakeLists.txt
17 --- a/src/posix/platform/CMakeLists.txt
18 +++ b/src/posix/platform/CMakeLists.txt
19 @@ -175,7 +175,7 @@ target_link_libraries(openthread-posix
22 option(OT_TARGET_OPENWRT "enable openthread posix for OpenWRT" OFF)
25 target_compile_definitions(ot-posix-config
/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/
H A D0001-posix-io.c-Use-off_t-instead-of-off64_t.patch4 Subject: [PATCH] posix-io.c: Use off_t instead of off64_t
13 ../../../../../../../../workspace/sources/gpgme/src/posix-io.c:77:3: error: unknown type name 'ino6…
18 ../../../../../../../../workspace/sources/gpgme/src/posix-io.c:78:3: error: unknown type name 'off6…
25 src/posix-io.c | 4 ++--
28 diff --git a/src/posix-io.c b/src/posix-io.c
30 --- a/src/posix-io.c
31 +++ b/src/posix-io.c
H A D0001-use-closefrom-on-linux-and-glibc-2.34.patch12 src/posix-io.c | 2 +-
15 diff --git a/src/posix-io.c b/src/posix-io.c
17 --- a/src/posix-io.c
18 +++ b/src/posix-io.c
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0024-Fix-missing-randomness-in-__gen_tempname-bug-32214.patch8 Fixes: 686d542025 ("posix: Sync tempname with gnulib")
14 sysdeps/posix/tempname.c | 2 ++
17 diff --git a/sysdeps/posix/tempname.c b/sysdeps/posix/tempname.c
19 --- a/sysdeps/posix/tempname.c
20 +++ b/sysdeps/posix/tempname.c
/openbmc/linux/kernel/time/
H A DMakefile7 obj-y += posix-timers.o posix-cpu-timers.o posix-clock.o itimer.o
9 obj-y += posix-stubs.o
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D0001-build-fix-parallel-make.patch13 wvrules-posix.mk | 7 +++++--
54 diff --git a/wvrules-posix.mk b/wvrules-posix.mk
56 --- a/wvrules-posix.mk
57 +++ b/wvrules-posix.mk
H A D07_buildflags.diff19 Index: b/wvrules-posix.mk
21 --- a/wvrules-posix.mk
22 +++ b/wvrules-posix.mk
/openbmc/openbmc/meta-security/recipes-ids/aide/
H A Daide_0.18.8.bb19 PACKAGECONFIG ??=" gcrypt zlib e2fsattrs posix capabilities curl pthread \
32 PACKAGECONFIG[posix] = "--with-posix-acl, --without-posix-acl, acl, acl"
/openbmc/dbus-sensors/src/nvme/
H A DNVMeBasicContext.hpp43 boost::asio::posix::stream_descriptor reqStream;
44 boost::asio::posix::stream_descriptor respStream;
/openbmc/sdbusplus/include/sdbusplus/asio/
H A Dsd_event.hpp116 descriptor.async_wait(boost::asio::posix::stream_descriptor::wait_read, in async_wait()
125 boost::asio::posix::stream_descriptor descriptor;
H A Dconnection.hpp308 boost::asio::posix::stream_descriptor socket;
374 socket.async_wait(boost::asio::posix::stream_descriptor::wait_read, in read_wait()
379 socket.async_wait(boost::asio::posix::stream_descriptor::wait_write, in read_wait()
384 socket.async_wait(boost::asio::posix::stream_descriptor::wait_error, in read_wait()
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-setuptools/
H A D0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch33 # MinGW imitates posix like layout, but os.name != posix
34 os_name = "posix" if is_mingw() else os.name
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/fluentbit/fluentbit/
H A D0005-Use-posix-strerror_r-with-musl.patch4 Subject: [PATCH] Use posix strerror_r with musl
7 where as musl uses posix variant, call that out
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/
H A DAdded-missing-headers.patch7 --- a/system/core/adb/sysdeps/posix/network.cpp
8 +++ b/system/core/adb/sysdeps/posix/network.cpp
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/
H A DAdded-missing-headers.patch7 --- a/system/core/adb/sysdeps/posix/network.cpp
8 +++ b/system/core/adb/sysdeps/posix/network.cpp
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/mraa/mraa/
H A D0001-mraa-Use-posix-basename.patch4 Subject: [PATCH 1/2] mraa: Use posix basename
8 declaration is flagged as error. Use posix basename and make a copy of
/openbmc/linux/fs/smb/client/
H A Dcifsacl.c889 bool posix, in setup_special_mode_ACE() argument
895 if (posix) in setup_special_mode_ACE()
942 bool posix) in populate_new_aces() argument
959 if (modefromsid || posix) { in populate_new_aces()
961 nsize += setup_special_mode_ACE(pnntace, posix, nmode); in populate_new_aces()
1087 __u64 *pnmode, bool mode_from_sid, bool posix) in set_chmod_dacl() argument
1105 if (!pdacl || posix) { in set_chmod_dacl()
1109 mode_from_sid, posix); in set_chmod_dacl()
1126 mode_from_sid, posix); in set_chmod_dacl()
1155 mode_from_sid, posix); in set_chmod_dacl()
[all …]
/openbmc/qemu/util/
H A Dmeson.build7 util_ss.add(files('aio-posix.c'))
13 util_ss.add(files('event_notifier-posix.c'))
19 util_ss.add(files('oslib-posix.c'), freebsd_dep)
20 util_ss.add(files('qemu-thread-posix.c'))
/openbmc/linux/Documentation/timers/
H A Dhrtimers.rst36 - the implementation of the current posix-timer subsystem on top of
59 utilize nanosleep, posix-timers and itimer interfaces. Also, in-kernel
112 scaling code from the posix-timer implementation - the clock can simply
114 of posix-timers simpler in general.
147 the hrtimer implementation details in praxis, and we also ran the posix
156 - posix-timers
158 The conversion of nanosleep and posix-timers enabled the unification of
/openbmc/openbmc/poky/meta/recipes-extended/timezone/
H A Dtzdata.bb26 ${STAGING_BINDIR_NATIVE}/zic -b ${ZIC_FMT} -d ${B}/zoneinfo/posix -L /dev/null ${S}/${zone}
81 tzdata-core tzdata-misc tzdata-posix tzdata-right tzdata-africa \
116 FILES:tzdata-posix += "${datadir}/zoneinfo/posix"
/openbmc/qemu/qga/
H A Dmeson.build81 'channel-posix.c',
82 'commands-posix.c',
83 'commands-posix-ssh.c',
191 srcs = [files('commands-common-ssh.c', 'commands-posix-ssh.c')]
/openbmc/openbmc/poky/meta/recipes-support/attr/
H A Dattr.inc19 file://0001-attr.c-Include-libgen.h-for-posix-version-of-basenam.patch \
66 perl-module-posix \
/openbmc/openbmc/meta-security/recipes-scanners/buck-security/
H A Dbuck-security_0.7.bb33 perl-module-lib perl-module-posix perl-module-term-ansicolor \
41 perl-module-lib perl-module-posix perl-module-term-ansicolor \
/openbmc/bmcweb/redfish-core/include/
H A Dfilesystem_log_watcher.hpp35 boost::asio::posix::stream_descriptor inotifyConn;
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc-cross.inc34 EXTRA_OECONF:remove:libc-baremetal = "--enable-threads=posix"
35 EXTRA_OECONF:remove:libc-newlib = "--enable-threads=posix"
36 EXTRA_OECONF:remove:libc-picolibc = "--enable-threads=posix"

1234567