Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 1930) sorted by relevance

12345678910>>...78

/openbmc/linux/Documentation/filesystems/ext4/
H A Ddirectory.rst12 associated with a directory file for the particular directory entry that
83 - Length of this directory entry.
142 - The hash of the directory name
146 - The minor hash of the directory name
187 directory's inode number, the directory's inode generation number, and
189 directory entry.
200 hidden inside the directory file, masquerading as “empty” directory data
229 directory entries.
250 - inode number of this directory.
270 - inode number of parent directory.
[all …]
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dstructure.rst82 ``ref-manual/`` directory.
152 directory to do the bulk of the work.
181 …ref:`dev-manual/custom-template-configuration-directory:creating a custom template configuration d…
186 creates the ``build/`` directory in your current working directory. If
336 directory.
344 reuse the directory for multiple builds or move the directory to another
354 directory for multiple builds or move the directory to another location.
365 points to this directory.
405 directory, see the
659 directory to hold recipes that share a work directory with other
[all …]
/openbmc/linux/Documentation/filesystems/
H A Ddirectory-locking.rst6 Locking scheme used for directory operations is based on two
10 When taking the i_rwsem on multiple non-directory objects, we
16 1) read access. Locking rules: caller locks directory we are accessing.
28 non-directory; target - if it's a non-directory or about to be removed.
32 and the target because mixing directory and non-directory is allowed
39 * check that source is not a directory
88 directory objects, and are acquired in inode pointer order.
99 By (3), any process holding a non-directory lock can only be
107 Any contended object is either held by cross-directory rename or
112 It means that one of the operations is cross-directory rename.
[all …]
H A Ddnotify.rst9 The intention of directory notification is to allow user applications
10 to be notified when a directory, or any of the files in it, are changed.
12 on a directory using a fcntl(2) call and the notifications themselves
19 DN_ACCESS A file in the directory was accessed (read)
20 DN_MODIFY A file in the directory was modified (write,truncate)
21 DN_CREATE A file was created in the directory
22 DN_DELETE A file was unlinked from directory
23 DN_RENAME A file in the directory was renamed
24 DN_ATTRIB A file in the directory had its attributes
57 directory "b".
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Smbios/
H A DMDR_V2.interface.yaml6 Get the directory with directory index.
27 Index of SMBIOS directory.
38 Send directory information to SMBIOS directory.
43 A counter which increments each time directory updated.
51 Indicates number of directory entries.
64 Need to continue directory transmisson or not.
81 Send data information with directory index.
86 Index of SMBIOS directory.
138 Synchronize directory common data.
143 Index of SMBIOS directory.
[all …]
H A DREADME.md14 - GetDirectoryInformation - Get the directory with directory index.
16 - SendDirectoryInformation - Send directory information to SMBIOS directory.
18 - SendDataInformation - Send data information with directory index.
20 - SynchronizeDirectoryCommonData - Synchronize directory common data before
27 - DirEntries - Numbers of directory entries. Default: 0
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/
H A Dmeson.build12 '--directory', meson.current_source_dir() / '../../../../yaml',
27 '--directory', meson.current_source_dir() / '../../../../yaml',
42 '--directory', meson.current_source_dir() / '../../../../yaml',
57 '--directory', meson.current_source_dir() / '../../../../yaml',
72 '--directory', meson.current_source_dir() / '../../../../yaml',
87 '--directory', meson.current_source_dir() / '../../../../yaml',
102 '--directory', meson.current_source_dir() / '../../../../yaml',
117 '--directory', meson.current_source_dir() / '../../../../yaml',
132 '--directory', meson.current_source_dir() / '../../../../yaml',
147 '--directory', meson.current_source_dir() / '../../../../yaml',
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dconfigfs-iio7 directory. It contains sub-groups corresponding to IIO
14 Industrial IO software triggers directory.
20 High resolution timers directory. Creating a directory here
27 Industrial IO software devices directory.
33 Dummy IIO devices directory. Creating a directory here will result
/openbmc/telemetry/src/
H A Dpersistent_json_storage.cpp10 PersistentJsonStorage::PersistentJsonStorage(const DirectoryPath& directory) : in PersistentJsonStorage() argument
11 directory(directory) in PersistentJsonStorage()
19 const auto path = join(directory, filePath); in store()
54 const auto path = join(directory, filePath); in remove()
82 const auto path = join(directory, filePath); in load()
109 if (!std::filesystem::exists(directory)) in list()
115 std::filesystem::recursive_directory_iterator(directory)) in list()
119 auto item = std::filesystem::relative(p.path(), directory); in list()
146 return std::filesystem::exists(join(directory, subPath)); in exist()
/openbmc/openbmc/poky/meta/recipes-devtools/gnu-config/gnu-config/
H A Dgnu-configize.in220 my ($directory) = @_;
225 verb "Entering directory `$directory'";
226 chdir $directory
227 or error "cannot chdir to $directory: $!";
233 verb "Leaving directory `$directory'";
247 for my $directory (@ARGV)
249 gnu_configize ($directory);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk/
H A Dtkprivate.diff3 Patch by Chris Waters sets path which are normally point to a directory
12 # build directory.
17 # installed directory.
19 # different place than the directory containing the source files, this
30 # build directory.
35 # installed directory.
38 # Path to the Tk stub library in the build directory.
42 # Path to the Tk stub library in the install directory.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/
H A Dchange-secure_chroot_dir.patch8 Change secure_chroot_dir pointing to a volatile directory.
26 -2b) vsftpd needs the (empty) directory /usr/share/empty in the default
27 +2b) vsftpd needs the (empty) directory /var/run/vsftpd/empty in the default
28 configuration. Add this directory in case it does not already exist. e.g.:
31 -mkdir: cannot create directory `/usr/share/empty': File exists
33 +mkdir: cannot create directory `/var/run/vsftpd/empty': File exists
36 valid home directory (which is NOT owned or writable by the user "ftp").
54 @@ -969,7 +969,7 @@ This option should be the name of a directory which is empty. Also, the
55 directory should not be writable by the ftp user. This directory is used
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A D0008-Do-not-embed-build-directory-in-binaries.patch3 Subject: Do not embed build directory in binaries
48 a. current working directory (CWD)
50 -5. Scan `<source>/{,data}` directories if build directory is detected or the current directory is …
51 +5. Scan `<source>/{,data}` directories if the current directory is in source tree.
52 6. Scan `<install>/share/OpenCV` directory if install directory is detected.
65 a. current working directory (CWD)
67 …`<source>/{,data,samples/data}` directories if build directory is detected or the current director…
68 +5. Scan `<source>/{,data,samples/data}` directories if the current directory is in source tree.
69 6. Scan `<install>/share/OpenCV` directory if install directory is detected.
85 - CV_LOG_DEBUG(NULL, "utils::findDataFile(): the current directory is build sub-directory: "…
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/
H A Dmeson.build11 '--directory', meson.current_source_dir() / '../../../../../yaml',
26 '--directory', meson.current_source_dir() / '../../../../../yaml',
41 '--directory', meson.current_source_dir() / '../../../../../yaml',
56 '--directory', meson.current_source_dir() / '../../../../../yaml',
71 '--directory', meson.current_source_dir() / '../../../../../yaml',
86 '--directory', meson.current_source_dir() / '../../../../../yaml',
101 '--directory', meson.current_source_dir() / '../../../../../yaml',
116 '--directory', meson.current_source_dir() / '../../../../../yaml',
131 '--directory', meson.current_source_dir() / '../../../../../yaml',
146 '--directory', meson.current_source_dir() / '../../../../../yaml',
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/
H A Dmeson.build12 '--directory', meson.current_source_dir() / '../../../../../yaml',
27 '--directory', meson.current_source_dir() / '../../../../../yaml',
42 '--directory', meson.current_source_dir() / '../../../../../yaml',
57 '--directory', meson.current_source_dir() / '../../../../../yaml',
72 '--directory', meson.current_source_dir() / '../../../../../yaml',
87 '--directory', meson.current_source_dir() / '../../../../../yaml',
102 '--directory', meson.current_source_dir() / '../../../../../yaml',
117 '--directory', meson.current_source_dir() / '../../../../../yaml',
132 '--directory', meson.current_source_dir() / '../../../../../yaml',
147 '--directory', meson.current_source_dir() / '../../../../../yaml',
[all …]
/openbmc/linux/Documentation/PCI/endpoint/
H A Dpci-endpoint-cfs.rst17 The PCI Endpoint Core layer creates pci_ep directory in the mounted configfs
18 directory. configfs can be mounted using the following command::
27 the *controllers* directory and every EPF driver present in the system
28 will have an entry in the *functions* directory.
38 Every registered EPF driver will be listed in controllers directory. The
52 user has to create a directory inside <EPF DriverN>.
80 interface should be added in 'primary' directory and symlink of endpoint
82 directory.
84 The <EPF Device> directory can have a list of symbolic links
108 The <EPC Device> directory will have a list of symbolic links to
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/
H A Dmeson.build11 '--directory', meson.current_source_dir() / '../../../../yaml',
26 '--directory', meson.current_source_dir() / '../../../../yaml',
41 '--directory', meson.current_source_dir() / '../../../../yaml',
56 '--directory', meson.current_source_dir() / '../../../../yaml',
71 '--directory', meson.current_source_dir() / '../../../../yaml',
86 '--directory', meson.current_source_dir() / '../../../../yaml',
101 '--directory', meson.current_source_dir() / '../../../../yaml',
116 '--directory', meson.current_source_dir() / '../../../../yaml',
131 '--directory', meson.current_source_dir() / '../../../../yaml',
146 '--directory', meson.current_source_dir() / '../../../../yaml',
[all …]
/openbmc/telemetry/tests/src/
H A Dtest_persistent_json_storage.cpp19 ASSERT_FALSE(std::filesystem::exists(directory)); in SetUpTestSuite()
24 if (std::filesystem::exists(directory)) in TearDown()
26 std::filesystem::remove_all(directory); in TearDown()
32 static const DirectoryPath directory; member in TestPersistentJsonStorage
33 PersistentJsonStorage sut{directory};
37 TestPersistentJsonStorage::directory = member in TestPersistentJsonStorage
126 std::filesystem::create_directories(std::filesystem::path(directory) / in TestPersistentJsonStorageWithSymlink()
129 std::filesystem::path(directory) / in TestPersistentJsonStorageWithSymlink()
178 EXPECT_TRUE(std::filesystem::exists(std::filesystem::path(directory) / in TEST_F()
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/
H A Dmeson.build13 '--directory', meson.current_source_dir() / '../../../../yaml',
28 '--directory', meson.current_source_dir() / '../../../../yaml',
43 '--directory', meson.current_source_dir() / '../../../../yaml',
58 '--directory', meson.current_source_dir() / '../../../../yaml',
73 '--directory', meson.current_source_dir() / '../../../../yaml',
88 '--directory', meson.current_source_dir() / '../../../../yaml',
103 '--directory', meson.current_source_dir() / '../../../../yaml',
118 '--directory', meson.current_source_dir() / '../../../../yaml',
133 '--directory', meson.current_source_dir() / '../../../../yaml',
148 '--directory', meson.current_source_dir() / '../../../../yaml',
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/
H A Dmeson.build12 '--directory', meson.current_source_dir() / '../../../../yaml',
27 '--directory', meson.current_source_dir() / '../../../../yaml',
42 '--directory', meson.current_source_dir() / '../../../../yaml',
57 '--directory', meson.current_source_dir() / '../../../../yaml',
72 '--directory', meson.current_source_dir() / '../../../../yaml',
87 '--directory', meson.current_source_dir() / '../../../../yaml',
102 '--directory', meson.current_source_dir() / '../../../../yaml',
117 '--directory', meson.current_source_dir() / '../../../../yaml',
132 '--directory', meson.current_source_dir() / '../../../../yaml',
147 '--directory', meson.current_source_dir() / '../../../../yaml',
[all …]
/openbmc/openbmc/poky/meta/recipes-graphics/shaderc/files/
H A D0001-cmake-disable-building-external-dependencies.patch52 COMMENT "Update build-version.inc in the Shaderc build directory (if necessary).")
65 def mkdir_p(directory):
66 """Make the directory, and all its ancestors as required. Any of the
67 @@ -121,25 +122,32 @@ def get_version_string(project, directory):
68 directory, which consists of software version string and git description
72 - detailed_version_string_lst.append(deduce_software_version(directory))
73 - detailed_version_string_lst.append(describe(directory).replace('"', '\\"'))
74 + if isinstance(directory, str) and os.path.isdir(directory):
76 + detailed_version_string_lst.append(deduce_software_version(directory))
77 + detailed_version_string_lst.append(describe(directory).replace('"', '\\"'))
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2019-13232_p3.patch5 directory.
8 which is a zip container with the central directory placed at the
11 central directory, as well as the end of central directory records,
35 - span that covers the central directory though the end of the file. */
37 + spans that cover any extra bytes at the start, the central directory,
38 + the end of central directory record (including the Zip64 end of central
39 + directory locator, if present), and the Zip64 end of central directory
107 + end of central directory record,
109 + end of central directory locator,
111 + end of central directory record */
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/libnfs/libnfs/
H A D0001-CMakeLists.txt-respect-CMAKE_INSTALL_LIBDIR-for-mult.patch38 set(INSTALL_BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin" CACHE PATH "Installation directory for binaries")
39 -set(INSTALL_LIB_DIR "${CMAKE_INSTALL_PREFIX}/lib" CACHE PATH "Installation directory for libraries…
40 …${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}" CACHE PATH "Installation directory for libraries")
41 …set(INSTALL_INC_DIR "${CMAKE_INSTALL_PREFIX}/include" CACHE PATH "Installation directory for heade…
42 …set(INSTALL_MAN_DIR "${CMAKE_INSTALL_PREFIX}/share/man" CACHE PATH "Installation directory for man…
43 -set(INSTALL_PKGCONFIG_DIR "${INSTALL_LIB_DIR}/pkgconfig" CACHE PATH "Installation directory for pk…
44 -set(INSTALL_CMAKE_DIR "${INSTALL_LIB_DIR}/cmake/libnfs" CACHE PATH "Installation directory for cma…
45 …ALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/pkgconfig" CACHE PATH "Installation directory for pkgconfig (.…
46 …_PREFIX}/${CMAKE_INSTALL_LIBDIR}/cmake/libnfs" CACHE PATH "Installation directory for cmake (.cmak…
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/
H A Dmeson.build12 '--directory', meson.current_source_dir() / '../../../../yaml',
27 '--directory', meson.current_source_dir() / '../../../../yaml',
43 '--directory', meson.current_source_dir() / '../../../../yaml',
59 '--directory', meson.current_source_dir() / '../../../../yaml',
74 '--directory', meson.current_source_dir() / '../../../../yaml',
90 '--directory', meson.current_source_dir() / '../../../../yaml',
105 '--directory', meson.current_source_dir() / '../../../../yaml',
121 '--directory', meson.current_source_dir() / '../../../../yaml',
136 '--directory', meson.current_source_dir() / '../../../../yaml',
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/
H A Dmeson.build11 '--directory', meson.current_source_dir() / '../../../../yaml',
26 '--directory', meson.current_source_dir() / '../../../../yaml',
41 '--directory', meson.current_source_dir() / '../../../../yaml',
56 '--directory', meson.current_source_dir() / '../../../../yaml',
71 '--directory', meson.current_source_dir() / '../../../../yaml',
86 '--directory', meson.current_source_dir() / '../../../../yaml',
101 '--directory', meson.current_source_dir() / '../../../../yaml',
116 '--directory', meson.current_source_dir() / '../../../../yaml',
131 '--directory', meson.current_source_dir() / '../../../../yaml',

12345678910>>...78