Home
last modified time | relevance | path

Searched refs:dir (Results 801 – 825 of 3117) sorted by relevance

1...<<31323334353637383940>>...125

/openbmc/phosphor-state-manager/
H A Dhost_state_manager_main.cpp74 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 Dmma8452.c801 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 Dfatal-loader.patch26 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 DModify-configure.in-and-etc-Makefile.am.patch63 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 D0009-fix-cmake-dependency-race.patch12 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 D0001-kea-fix-reproducible-build-failure.patch6 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 Dperf.txt39 --buildid-dir::
41 than buildid.dir config file option.
49 --debugfs-dir::
/openbmc/linux/sound/firewire/fireface/
H A Damdtp-ff.c156 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 Dghashp8-ppc.pl47 $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 DMakefile11 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 Dvchiq_debugfs.c208 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 Dgpio-zevio.c80 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 Dgpio-lpc18xx.c284 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 Dnfblock.c65 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 Dmntpt.c20 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 Dusb_manager.cpp24 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 Dselinuxfs.c1616 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 Dsamhain-configure-add-option-for-ps.patch98 …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 Dpolicy_ns.c254 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 Dgnutls_3.8.4.bb61 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 Dconfigure_fix.patch27 + --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 DCVE-2023-6277-At-image-reading-compare-data-size-of-some-tags-data.patch43 @@ -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 Diio.h168 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 Dvcnl4035.c251 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 Dseq_ump_client.c116 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()

1...<<31323334353637383940>>...125