Home
last modified time | relevance | path

Searched refs:dir (Results 1076 – 1100 of 3117) sorted by relevance

1...<<41424344454647484950>>...125

/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A Ddeterminism.patch35 $str .= $continuator.' '.$self->catfile($dir,$file);
44 print FILELIST $self->catfile($dir,$file) . "\n";
/openbmc/openbmc/poky/meta/recipes-graphics/glew/glew/
H A D0001-Fix-build-race-in-Makefile.patch43 + @mkdir -p $(dir $@)
50 + @mkdir -p $(dir $@)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ufw/
H A Dufw_0.36.1.bb73 SETUPTOOLS_BUILD_ARGS:append = " --iptables-dir /usr/sbin"
74 SETUPTOOLS_INSTALL_ARGS:append = " --iptables-dir /usr/sbin"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/thrift/thrift/
H A D0001-DefineInstallationPaths.cmake-Define-libdir-in-terms.patch16 …set(LIB_INSTALL_DIR "lib${LIB_SUFFIX}" CACHE PATH "The library install dir (default: lib${LIB_SUFF…
18 set(INCLUDE_INSTALL_DIR "include" CACHE PATH "The library install dir (default: include)")
/openbmc/openbmc/poky/meta/recipes-extended/tar/tar/
H A D0002-tests-check-for-recently-fixed-bug.patch47 +mkdir dir
48 +cd dir
/openbmc/linux/fs/jfs/
H A Dacl.c130 int jfs_init_acl(tid_t tid, struct inode *inode, struct inode *dir) in jfs_init_acl() argument
135 rc = posix_acl_create(dir, &inode->i_mode, &default_acl, &acl); in jfs_init_acl()
/openbmc/linux/tools/objtool/
H A DMakefile6 srctree := $(patsubst %/,%,$(dir $(CURDIR)))
7 srctree := $(patsubst %/,%,$(dir $(srctree)))
/openbmc/linux/include/sound/
H A Dintel-nhlt.h144 u8 num_ch, u32 rate, u8 dir, u8 dev_type);
182 u8 num_ch, u32 rate, u8 dir, u8 dev_type) in intel_nhlt_get_endpoint_blob() argument
H A Dsoc-dpcm.h165 int dpcm_dapm_stream_event(struct snd_soc_pcm_runtime *fe, int dir,
167 bool dpcm_end_walk_at_be(struct snd_soc_dapm_widget *widget, enum snd_soc_dapm_direction dir);
/openbmc/linux/include/linux/
H A Dmhi_ep.h25 enum dma_data_direction dir; member
281 bool mhi_ep_queue_is_empty(struct mhi_ep_device *mhi_dev, enum dma_data_direction dir);
/openbmc/dbus-sensors/src/
H A DThresholds.hpp36 const Level& lev, const Direction& dir, const double& val, in Threshold()
39 level(lev), direction(dir), value(val), hysteresis(hysteresis), in Threshold()
/openbmc/linux/ipc/
H A Dmqueue.c568 struct inode *dir = dentry->d_parent->d_inode; in mqueue_create_attr() local
575 ipc_ns = __get_ns_from_inode(dir); in mqueue_create_attr()
589 inode = mqueue_get_inode(dir->i_sb, ipc_ns, mode, attr); in mqueue_create_attr()
598 dir->i_size += DIRENT_SIZE; in mqueue_create_attr()
599 dir->i_mtime = dir->i_atime = inode_set_ctime_current(dir); in mqueue_create_attr()
611 static int mqueue_create(struct mnt_idmap *idmap, struct inode *dir, in mqueue_create() argument
617 static int mqueue_unlink(struct inode *dir, struct dentry *dentry) in mqueue_unlink() argument
621 dir->i_mtime = dir->i_atime = inode_set_ctime_current(dir); in mqueue_unlink()
622 dir->i_size -= DIRENT_SIZE; in mqueue_unlink()
/openbmc/linux/net/mac80211/
H A Ddebugfs_netdev.c773 struct dentry *dir = debugfs_create_dir("mesh_stats", in add_mesh_stats() local
776 debugfs_create_file(#name, 0400, dir, sdata, &name##_ops) in add_mesh_stats()
788 struct dentry *dir = debugfs_create_dir("mesh_config", in add_mesh_config() local
792 debugfs_create_file(#name, 0600, dir, sdata, &name##_ops) in add_mesh_config()
915 struct dentry *dir; in ieee80211_debugfs_rename_netdev() local
918 dir = sdata->vif.debugfs_dir; in ieee80211_debugfs_rename_netdev()
920 if (IS_ERR_OR_NULL(dir)) in ieee80211_debugfs_rename_netdev()
924 debugfs_rename(dir->d_parent, dir, dir->d_parent, buf); in ieee80211_debugfs_rename_netdev()
/openbmc/linux/drivers/input/keyboard/
H A Dadp5588-keys.c196 u8 dir[3]; member
226 if (kpad->dir[bank] & bit) in adp5588_gpio_get_value()
299 kpad->dir[bank] &= ~bit; in adp5588_gpio_direction_input()
300 ret = adp5588_write(kpad->client, GPIO_DIR1 + bank, kpad->dir[bank]); in adp5588_gpio_direction_input()
317 kpad->dir[bank] |= bit; in adp5588_gpio_direction_output()
329 ret = adp5588_write(kpad->client, GPIO_DIR1 + bank, kpad->dir[bank]); in adp5588_gpio_direction_output()
465 kpad->dir[i] = adp5588_read(kpad->client, GPIO_DIR1 + i); in adp5588_gpio_add()
/openbmc/linux/fs/minix/
H A DMakefile8 minix-objs := bitmap.o itree_v1.o itree_v2.o namei.o inode.o file.o dir.o
/openbmc/linux/fs/adfs/
H A DMakefile8 adfs-objs := dir.o dir_f.o dir_fplus.o file.o inode.o map.o super.o
/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_zones_common.h19 u8 dir; member
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_mapper_serialize.hpp23 fs::path serialize(const LDAPMapperEntry& entry, const fs::path& dir);
/openbmc/linux/tools/build/Documentation/
H A DBuild.txt27 $ make -f tools/build/Makefile.build srctree=$(KSRC) dir=$(DIR) obj=$(OBJECT)
83 $ make -f tools/build/Makefile.build dir=. obj=ex
84 $ make -f tools/build/Makefile.build dir=. obj=libex
110 build := -f $(srctree)/tools/build/Makefile.build dir=. obj
/openbmc/linux/sound/firewire/motu/
H A Dmotu-stream.c335 enum amdtp_stream_direction dir; in init_stream() local
340 dir = AMDTP_IN_STREAM; in init_stream()
343 dir = AMDTP_OUT_STREAM; in init_stream()
350 err = amdtp_motu_init(s, motu->unit, dir, motu->spec, &motu->cache); in init_stream()
/openbmc/linux/sound/soc/amd/acp/
H A Dacp-legacy-common.c106 unsigned int dir = substream->stream; in set_acp_i2s_dma_fifo() local
110 if (dir == SNDRV_PCM_STREAM_PLAYBACK) { in set_acp_i2s_dma_fifo()
129 if (dir == SNDRV_PCM_STREAM_PLAYBACK) { in set_acp_i2s_dma_fifo()
148 if (dir == SNDRV_PCM_STREAM_PLAYBACK) { in set_acp_i2s_dma_fifo()
/openbmc/linux/drivers/usb/core/
H A Ddevices.c145 char dir, unit, *type; in usb_dump_endpoint_descriptor() local
151 dir = usb_endpoint_dir_in(desc) ? 'I' : 'O'; in usb_dump_endpoint_descriptor()
160 dir = 'B'; /* ctrl is bidirectional */ in usb_dump_endpoint_descriptor()
183 start += sprintf(start, format_endpt, desc->bEndpointAddress, dir, in usb_dump_endpoint_descriptor()
/openbmc/linux/fs/ocfs2/
H A Dacl.c353 struct inode *dir, in ocfs2_init_acl() argument
366 down_read(&OCFS2_I(dir)->ip_xattr_sem); in ocfs2_init_acl()
367 acl = ocfs2_get_acl_nolock(dir, ACL_TYPE_DEFAULT, in ocfs2_init_acl()
369 up_read(&OCFS2_I(dir)->ip_xattr_sem); in ocfs2_init_acl()
/openbmc/phosphor-webui/
H A Dkarma.conf.js41 {dir: 'coverage/', reporters: [{type: 'text-summary'}, {type: 'html'}]},
/openbmc/linux/fs/affs/
H A DMakefile10 affs-objs := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o

1...<<41424344454647484950>>...125