/openbmc/phosphor-state-manager/ |
H A D | host_state_manager_main.cpp | 74 auto dir = fs::path(HOST_STATE_PERSIST_PATH).parent_path(); in main() local 75 fs::create_directories(dir); in main()
|
/openbmc/linux/drivers/iio/accel/ |
H A D | mma8452.c | 801 switch (dir) { in mma8452_get_event_regs() 825 enum iio_event_direction dir, in mma8452_read_event_value() argument 888 enum iio_event_direction dir, in mma8452_write_event_value() argument 946 enum iio_event_direction dir) in mma8452_read_event_config() argument 956 switch (dir) { in mma8452_read_event_config() 975 enum iio_event_direction dir, in mma8452_write_event_config() argument 990 switch (dir) { in mma8452_write_event_config() 1141 .dir = IIO_EV_DIR_FALLING, 1152 .dir = IIO_EV_DIR_FALLING, 1162 .dir = IIO_EV_DIR_RISING, [all …]
|
/openbmc/openbmc/poky/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf/ |
H A D | fatal-loader.patch | 26 query_module (GString *contents, const char *dir, const char *file) 29 @@ -225,6 +225,7 @@ query_module (GString *contents, const char *dir, const char *file) 37 @@ -274,10 +275,13 @@ query_module (GString *contents, const char *dir, const char *file)
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/radiusclient-ng/radiusclient-ng/ |
H A D | Modify-configure.in-and-etc-Makefile.am.patch | 63 sed -e 's|@sbin''dir@|$(sbindir)|g' \ 64 -e 's|@pkgsysconf''dir@|$(pkgsysconfdir)|g' \ 65 + -e 's|@pkgdata''dir@|$(pkgdatadir)|g' \
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
H A D | 0009-fix-cmake-dependency-race.patch | 12 interface/khronos/CMakeFiles/EGL_static.dir/build.make:773: recipe for 13 target 'interface/khronos/CMakeFiles/EGL_static.dir/ext/egl_wayland.c.o' 16 [interface/khronos/CMakeFiles/EGL_static.dir/ext/egl_wayland.c.o] Error 1
|
/openbmc/openbmc/poky/meta/recipes-connectivity/kea/files/ |
H A D | 0001-kea-fix-reproducible-build-failure.patch | 6 New version of Kea has started using path of build-dir instead of 7 src-dir which results in reproducible builds failure. 8 Use src-dir as is used in v2.2.0
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf.txt | 39 --buildid-dir:: 41 than buildid.dir config file option. 49 --debugfs-dir::
|
/openbmc/linux/sound/firewire/fireface/ |
H A D | amdtp-ff.c | 156 enum amdtp_stream_direction dir) in amdtp_ff_init() argument 160 if (dir == AMDTP_IN_STREAM) in amdtp_ff_init() 165 return amdtp_stream_init(s, unit, dir, CIP_BLOCKING | CIP_UNAWARE_SYT | CIP_NO_HEADER, 0, in amdtp_ff_init()
|
/openbmc/linux/drivers/crypto/vmx/ |
H A D | ghashp8-ppc.pl | 47 $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1; 48 ( $xlate="${dir}ppc-xlate.pl" and -f $xlate ) or 49 ( $xlate="${dir}../../perlasm/ppc-xlate.pl" and -f $xlate) or
|
/openbmc/linux/tools/lib/thermal/ |
H A D | Makefile | 11 srctree := $(patsubst %/,%,$(dir $(CURDIR))) 12 srctree := $(patsubst %/,%,$(dir $(srctree))) 13 srctree := $(patsubst %/,%,$(dir $(srctree)))
|
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/ |
H A D | vchiq_debugfs.c | 208 struct dentry *dir; in vchiq_debugfs_init() local 215 dir = debugfs_create_dir("log", vchiq_dbg_dir); in vchiq_debugfs_init() 219 dir, vchiq_debugfs_log_entries[i].plevel, in vchiq_debugfs_init()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-zevio.c | 80 u32 val, dir; in zevio_gpio_get() local 83 dir = zevio_gpio_port_get(controller, pin, ZEVIO_GPIO_DIRECTION); in zevio_gpio_get() 84 if (dir & BIT(ZEVIO_GPIO_BIT(pin))) in zevio_gpio_get()
|
H A D | gpio-lpc18xx.c | 284 u32 port, pin, dir; in lpc18xx_gpio_direction() local 290 dir = readl(gc->base + LPC18XX_REG_DIR(port)); in lpc18xx_gpio_direction() 292 dir |= BIT(pin); in lpc18xx_gpio_direction() 294 dir &= ~BIT(pin); in lpc18xx_gpio_direction() 295 writel(dir, gc->base + LPC18XX_REG_DIR(port)); in lpc18xx_gpio_direction()
|
/openbmc/linux/arch/m68k/emu/ |
H A D | nfblock.c | 65 int dir, len, shift; in nfhd_submit_bio() local 68 dir = bio_data_dir(bio); in nfhd_submit_bio() 73 nfhd_read_write(dev->id, 0, dir, sec >> shift, len >> shift, in nfhd_submit_bio()
|
/openbmc/linux/fs/afs/ |
H A D | mntpt.c | 20 static struct dentry *afs_mntpt_lookup(struct inode *dir, 51 static struct dentry *afs_mntpt_lookup(struct inode *dir, in afs_mntpt_lookup() argument 55 _enter("%p,%p{%pd2}", dir, dentry, dentry); in afs_mntpt_lookup()
|
/openbmc/phosphor-bmc-code-mgmt/usb/ |
H A D | usb_manager.cpp | 24 fs::path dir(usbPath); in copyImage() local 25 fs::create_directories(dir, ec); in copyImage() 35 for (const auto& p : std::filesystem::directory_iterator(dir)) in copyImage()
|
/openbmc/linux/security/selinux/ |
H A D | selinuxfs.c | 1616 struct super_block *sb = dir->d_sb; in sel_make_avc_files() 1632 dentry = d_alloc_name(dir, files[i].name); in sel_make_avc_files() 1652 struct super_block *sb = dir->d_sb; in sel_make_ss_files() 1663 dentry = d_alloc_name(dir, files[i].name); in sel_make_ss_files() 1714 dentry = d_alloc_name(dir, s); in sel_make_initcon_files() 1801 struct dentry *dir) in sel_make_perm_files() argument 1816 dentry = d_alloc_name(dir, perms[i]); in sel_make_perm_files() 1842 struct dentry *dir) in sel_make_class_dir_entries() argument 1844 struct super_block *sb = dir->d_sb; in sel_make_class_dir_entries() 1849 dentry = d_alloc_name(dir, "index"); in sel_make_class_dir_entries() [all …]
|
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/ |
H A D | samhain-configure-add-option-for-ps.patch | 98 …sum gpg keyid checksum fp recipient sender trusted tmp-dir config-file log-file pid-file state-dir… 99 …eck gpg keyid checksum fp recipient sender trusted tmp-dir config-file log-file pid-file state-dir…
|
/openbmc/linux/security/apparmor/ |
H A D | policy_ns.c | 254 struct dentry *dir) in __aa_create_ns() argument 268 error = __aafs_ns_mkdir(ns, ns_subns_dir(parent), name, dir); in __aa_create_ns() 294 struct dentry *dir) in __aa_find_or_create_ns() argument 304 ns = __aa_create_ns(parent, name, dir); in __aa_find_or_create_ns()
|
/openbmc/openbmc/poky/meta/recipes-support/gnutls/ |
H A D | gnutls_3.8.4.bb | 61 for dir in . lib; do 62 rm -f ${dir}/aclocal.m4 ${dir}/m4/libtool.m4 ${dir}/m4/lt*.m4
|
/openbmc/openbmc/meta-security/recipes-security/isic/files/ |
H A D | configure_fix.patch | 27 + --with-libnet-dir=DIR libnet library is in this DIR 98 + for dir in $libnet_libdirs; do 99 + try="ls -1 $dir/${LIBNET_GLOB}" 100 + if test -n "`$try 2> /dev/null`"; then libnet_libdir=$dir; break; else echo "tried $dir" >&5; …
|
/openbmc/openbmc/poky/meta/recipes-multimedia/libtiff/tiff/ |
H A D | CVE-2023-6277-At-image-reading-compare-data-size-of-some-tags-data.patch | 43 @@ -5266,6 +5281,20 @@ static int EstimateStripByteCounts(TIFF *tif, TIFFDirEntry *dir, 110 + /* No check against filesize needed here because "dir" should have same size 112 dir = (TIFFDirEntry *)_TIFFCheckMalloc( 114 if (dir == 0) 115 @@ -7164,6 +7223,20 @@ static int TIFFFetchStripThing(TIFF *tif, TIFFDirEntry *dir, uint32_t nstrip…
|
/openbmc/linux/include/linux/iio/ |
H A D | iio.h | 168 enum iio_event_direction dir; member 494 enum iio_event_direction dir); 499 enum iio_event_direction dir, 505 enum iio_event_direction dir, 511 enum iio_event_direction dir,
|
/openbmc/linux/drivers/iio/light/ |
H A D | vcnl4035.c | 251 enum iio_event_direction dir, enum iio_event_info info, in vcnl4035_read_thresh() argument 258 switch (dir) { in vcnl4035_read_thresh() 280 enum iio_event_direction dir, enum iio_event_info info, int val, in vcnl4035_write_thresh() argument 291 if (dir == IIO_EV_DIR_RISING) { in vcnl4035_write_thresh() 345 .dir = IIO_EV_DIR_RISING, 349 .dir = IIO_EV_DIR_FALLING, 353 .dir = IIO_EV_DIR_EITHER,
|
/openbmc/linux/sound/core/seq/ |
H A D | seq_ump_client.c | 116 static int seq_ump_client_open(struct seq_ump_client *client, int dir) in seq_ump_client_open() argument 122 if (dir == STR_OUT && !client->opened[dir]) { in seq_ump_client_open() 130 client->opened[dir]++; in seq_ump_client_open() 137 static int seq_ump_client_close(struct seq_ump_client *client, int dir) in seq_ump_client_close() argument 142 if (!--client->opened[dir]) in seq_ump_client_close() 143 if (dir == STR_OUT) in seq_ump_client_close()
|