/openbmc/linux/Documentation/translations/zh_CN/dev-tools/ |
H A D | gcov.rst | 90 ``/sys/kernel/debug/gcov/path/to/compile/dir/file.gcda`` 94 ``/sys/kernel/debug/gcov/path/to/compile/dir/file.gcno``
|
/openbmc/linux/drivers/scsi/csiostor/ |
H A D | csio_hw_t5.c | 254 u32 len, uint32_t *buf, int dir) in csio_t5_memory_rw() argument 323 if (dir) in csio_t5_memory_rw()
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | mocks.hpp | 111 std::filesystem::path dir = mkdtemp(templ); in MockHostInterface() local 112 _fifo = dir / "fifo"; in MockHostInterface()
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | README.rst | 116 ``make O=output/dir`` 选项可以为输出文件(包括 .config)指定备用位置。 129 请注意:如果使用了 ``O=output/dir`` 选项,那么它必须用于make的所有调用。
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0013-Ensure-target-gcc-headers-can-be-included.patch | 104 /* This is the dir for gcc's private headers. */ 108 + /* This is the dir for gcc's private headers under the specified sysroot. */
|
/openbmc/linux/arch/arm/boot/dts/broadcom/ |
H A D | Makefile | 75 bcm47094-dlink-dir-885l.dtb \ 76 bcm47094-dlink-dir-890l.dtb \
|
/openbmc/linux/fs/ceph/ |
H A D | acl.c | 167 int ceph_pre_init_acls(struct inode *dir, umode_t *mode, in ceph_pre_init_acls() argument 176 err = posix_acl_create(dir, mode, &default_acl, &acl); in ceph_pre_init_acls()
|
/openbmc/dbus-sensors/src/tests/ |
H A D | test_Utils.cpp | 25 auto dir = std::to_array("./testDirXXXXXX"); in TestUtils() local 26 testDir = mkdtemp(dir.data()); in TestUtils()
|
/openbmc/linux/include/memory/ |
H A D | renesas-rpc-if.h | 51 enum rpcif_data_dir dir; member
|
/openbmc/linux/fs/reiserfs/ |
H A D | Makefile | 8 reiserfs-objs := bitmap.o do_balan.o namei.o inode.o file.o dir.o fix_node.o \
|
H A D | bitmap.c | 325 __le32 reiserfs_choose_packing(struct inode * dir) in reiserfs_choose_packing() argument 328 if (TEST_OPTION(packing_groups, dir->i_sb)) { in reiserfs_choose_packing() 329 u32 parent_dir = le32_to_cpu(INODE_PKEY(dir)->k_dir_id); in reiserfs_choose_packing() 334 if (parent_dir == 1 || block_group_used(dir->i_sb, parent_dir)) in reiserfs_choose_packing() 335 packing = INODE_PKEY(dir)->k_objectid; in reiserfs_choose_packing() 337 packing = INODE_PKEY(dir)->k_dir_id; in reiserfs_choose_packing() 339 packing = INODE_PKEY(dir)->k_objectid; in reiserfs_choose_packing()
|
/openbmc/linux/fs/jffs2/ |
H A D | Makefile | 9 jffs2-y := compr.o dir.o file.o ioctl.o nodelist.o malloc.o
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/cases/ |
H A D | autotools.py | 26 with tempfile.TemporaryDirectory(prefix="cpio-", dir=self.tc.sdk_dir) as testdir:
|
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/ |
H A D | remove-tar-no-timestamp.patch | 18 @@ -338,7 +338,6 @@ extracthalf(const char *debar, const char *dir,
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/multimedia-layer/recipes-graphics/taisei/taisei/ |
H A D | 0001-Remove-strip-option-from-executable-build.patch | 21 # You may want to change these for a debug build dir
|
/openbmc/linux/kernel/gcov/ |
H A D | gcov.h | 77 } dir; member
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | python_hatchling.bbclass | 7 inherit python_pep517 python3native python3-dir setuptools3-base
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/vsomeip/vsomeip/ |
H A D | 0001-Fix-pkgconfig-dir-for-multilib.patch | 4 Subject: [PATCH] Fix pkgconfig dir for multilib
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ssmping/ |
H A D | ssmping_0.9.1.bb | 8 file://0001-Makefile-tweak-install-dir.patch \
|
/openbmc/linux/drivers/staging/rts5208/ |
H A D | rtsx_transport.h | 25 enum xfer_buf_dir dir);
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_ipsec.h | 77 u8 dir; member
|
/openbmc/openbmc/poky/meta/site/ |
H A D | common | 11 # shadow dir info, to avoid searching build system
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/ |
H A D | 0001-mkfifo-Implement-mkfifo.patch | 18 @@ -26,6 +26,11 @@ static int make_fifo(char *dir)
|
/openbmc/linux/fs/notify/inotify/ |
H A D | inotify.h | 48 struct inode *dir,
|
/openbmc/linux/fs/befs/ |
H A D | linuxvfs.c | 171 befs_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags) in befs_lookup() argument 174 struct super_block *sb = dir->i_sb; in befs_lookup() 175 const befs_data_stream *ds = &BEFS_I(dir)->i_data.ds; in befs_lookup() 183 dentry, dir->i_ino); in befs_lookup() 207 inode = befs_iget(dir->i_sb, (ino_t) offset); in befs_lookup()
|