/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | directory.rst | 6 In an ext4 filesystem, a directory is more or less a flat file that maps 8 filesystem. There can be many directory entries across the filesystem 11 such, directory entries are found by reading the data block(s) 12 associated with a directory file for the particular directory entry that 18 By default, each directory lists its entries in an “almost-linear” 20 sense because directory entries are not split across filesystem blocks. 21 Therefore, it is more accurate to say that a directory is a series of 22 data blocks and that each block contains a linear array of directory 26 directory is of course signified by reaching the end of the file. Unused 27 directory entries are signified by inode = 0. By default the filesystem [all …]
|
/openbmc/linux/Documentation/filesystems/ |
H A D | directory-locking.rst | 6 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. 25 4) rename() that is _not_ cross-directory. Locking rules: caller locks 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 45 6) cross-directory rename. The trickiest in the whole bunch. Locking 66 If no directory is its own ancestor, the scheme above is deadlock-free. 77 (1) if object removal or non-cross-directory rename holds lock on A and [all …]
|
H A D | dnotify.rst | 9 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 36 file descriptor associated with the directory in which the event occurred. [all …]
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | structure.rst | 20 The OpenEmbedded build system does not support file or directory 36 This directory includes a copy of BitBake for ease of use. The copy 44 resides in the ``bitbake/bin/`` directory) starts. Sourcing the 57 This directory contains user configuration files and the output 64 directory separate from the :term:`Source Directory` by 65 providing a directory name when you ``source`` the setup script. For 78 This directory holds the source for the Yocto Project documentation as 82 ``ref-manual/`` directory. 89 This directory contains the minimal, underlying OpenEmbedded-Core 90 metadata. The directory holds recipes, common classes, and machine [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/ |
H A D | meson.build | 55 '--directory', meson.current_source_dir() / '../../../../yaml', 72 '--directory', meson.current_source_dir() / '../../../../yaml', 89 '--directory', meson.current_source_dir() / '../../../../yaml', 106 '--directory', meson.current_source_dir() / '../../../../yaml', 123 '--directory', meson.current_source_dir() / '../../../../yaml', 140 '--directory', meson.current_source_dir() / '../../../../yaml', 157 '--directory', meson.current_source_dir() / '../../../../yaml', 174 '--directory', meson.current_source_dir() / '../../../../yaml', 191 '--directory', meson.current_source_dir() / '../../../../yaml', 208 '--directory', meso [all...] |
/openbmc/telemetry/tests/src/ |
H A D | test_persistent_json_storage.cpp | 19 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 121 const interfaces::JsonStorage::DirectoryPath& directory) in setupSymlinks() 123 auto linkPath = std::filesystem::path(directory) / in setupSymlinks() 125 std::filesystem::create_directories(std::filesystem::path(directory) / in setupSymlinks() 136 const interfaces::JsonStorage::DirectoryPath& directory) in setupSymlinks() [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/ |
H A D | meson.build | 53 '--directory', meson.current_source_dir() / '../../../../../yaml', 76 '--directory', meson.current_source_dir() / '../../../../../yaml', 93 '--directory', meson.current_source_dir() / '../../../../../yaml', 110 '--directory', meson.current_source_dir() / '../../../../../yaml', 127 '--directory', meson.current_source_dir() / '../../../../../yaml', 144 '--directory', meson.current_source_dir() / '../../../../../yaml', 161 '--directory', meson.current_source_dir() / '../../../../../yaml', 178 '--directory', meson.current_source_dir() / '../../../../../yaml', 195 '--directory', meson.current_source_dir() / '../../../../../yaml', 212 '--directory', meso [all...] |
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Smbios/ |
H A D | README.md | 14 - 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/linux/Documentation/ABI/testing/ |
H A D | configfs-iio | 7 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/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/ |
H A D | 0008-Do-not-embed-build-directory-in-binaries.patch | 3 Subject: Do not embed build directory in binaries 7 …science-team/opencv/-/raw/master/debian/patches/0008-Do-not-embed-build-directory-in-binaries.patch 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. [all …]
|
/openbmc/telemetry/src/ |
H A D | persistent_json_storage.cpp | 29 PersistentJsonStorage::PersistentJsonStorage(const DirectoryPath& directory) : in PersistentJsonStorage() argument 30 directory(directory) in PersistentJsonStorage() 38 const auto path = join(directory, filePath); in store() 73 const auto path = join(directory, filePath); in remove() 101 const auto path = join(directory, filePath); in load() 128 if (!std::filesystem::exists(directory)) in list() 134 std::filesystem::recursive_directory_iterator(directory)) in list() 138 auto item = std::filesystem::relative(p.path(), directory); in list() 165 return std::filesystem::exists(join(directory, subPath)); in exist()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/vsftpd/files/ |
H A D | change-secure_chroot_dir.patch | 8 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-devtools/tcltk/tk8/ |
H A D | tkprivate.diff | 1 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/poky/meta/recipes-devtools/gnu-config/gnu-config/ |
H A D | gnu-configize.in | 220 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/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/ |
H A D | meson.build | 33 '--directory', meson.current_source_dir() / '../../../../../yaml', 50 '--directory', meson.current_source_dir() / '../../../../../yaml', 67 '--directory', meson.current_source_dir() / '../../../../../yaml', 84 '--directory', meson.current_source_dir() / '../../../../../yaml', 101 '--directory', meson.current_source_dir() / '../../../../../yaml', 118 '--directory', meson.current_source_dir() / '../../../../../yaml', 135 '--directory', meson.current_source_dir() / '../../../../../yaml', 152 '--directory', meson.current_source_dir() / '../../../../../yaml', 169 '--directory', meson.current_source_dir() / '../../../../../yaml', 186 '--directory', meso [all...] |
/openbmc/linux/Documentation/PCI/endpoint/ |
H A D | pci-endpoint-cfs.rst | 17 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>. 54 Every <EPF device> directory consists of the following entries that can be 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 [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/ |
H A D | meson.build | 32 '--directory', meson.current_source_dir() / '../../../../yaml', 52 '--directory', meson.current_source_dir() / '../../../../yaml', 69 '--directory', meson.current_source_dir() / '../../../../yaml', 86 '--directory', meson.current_source_dir() / '../../../../yaml', 103 '--directory', meson.current_source_dir() / '../../../../yaml', 120 '--directory', meson.current_source_dir() / '../../../../yaml', 137 '--directory', meson.current_source_dir() / '../../../../yaml', 154 '--directory', meson.current_source_dir() / '../../../../yaml', 171 '--directory', meson.current_source_dir() / '../../../../yaml', 188 '--directory', meso [all...] |
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/ |
H A D | meson.build | 35 '--directory', meson.current_source_dir() / '../../../../yaml', 52 '--directory', meson.current_source_dir() / '../../../../yaml', 69 '--directory', meson.current_source_dir() / '../../../../yaml', 86 '--directory', meson.current_source_dir() / '../../../../yaml', 103 '--directory', meson.current_source_dir() / '../../../../yaml', 120 '--directory', meson.current_source_dir() / '../../../../yaml', 137 '--directory', meson.current_source_dir() / '../../../../yaml', 154 '--directory', meson.current_source_dir() / '../../../../yaml', 171 '--directory', meson.current_source_dir() / '../../../../yaml', 188 '--directory', meso [all...] |
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/ |
H A D | meson.build | 27 '--directory', meson.current_source_dir() / '../../../../yaml', 44 '--directory', meson.current_source_dir() / '../../../../yaml', 61 '--directory', meson.current_source_dir() / '../../../../yaml', 78 '--directory', meson.current_source_dir() / '../../../../yaml', 95 '--directory', meson.current_source_dir() / '../../../../yaml', 112 '--directory', meson.current_source_dir() / '../../../../yaml', 129 '--directory', meson.current_source_dir() / '../../../../yaml', 146 '--directory', meson.current_source_dir() / '../../../../yaml', 163 '--directory', meson.current_source_dir() / '../../../../yaml', 180 '--directory', meso [all...] |
/openbmc/openbmc/poky/meta/recipes-graphics/shaderc/files/ |
H A D | 0001-cmake-disable-building-external-dependencies.patch | 52 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 D | CVE-2019-13232_p3.patch | 5 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 D | 0001-CMakeLists.txt-respect-CMAKE_INSTALL_LIBDIR-for-mult.patch | 38 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/linux/Documentation/admin-guide/mm/damon/ |
H A D | usage.rst | 42 creates multiple directories and files under its sysfs directory, 44 from the files under the directory. 61 directory is having ``/`` suffix, and files in each directory are separated by 101 has one directory named ``admin``. The directory contains the files for 103 having the root permission could use this directory. 112 Under the ``admin`` directory, one directory, ``kdamonds``, which has files for 113 controlling the kdamonds exist. In the beginning, this directory has only one 115 of child directories named ``0`` to ``N-1``. Each directory represents each 121 In each kdamond directory, two files (``state`` and ``pid``) and one directory 133 DAMON-based operation scheme action tried regions directory for each [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/ |
H A D | meson.build | 29 '--directory', meson.current_source_dir() / '../../../../yaml', 46 '--directory', meson.current_source_dir() / '../../../../yaml', 63 '--directory', meson.current_source_dir() / '../../../../yaml', 80 '--directory', meson.current_source_dir() / '../../../../yaml', 97 '--directory', meson.current_source_dir() / '../../../../yaml', 114 '--directory', meson.current_source_dir() / '../../../../yaml', 131 '--directory', meson.current_source_dir() / '../../../../yaml', 148 '--directory', meson.current_source_dir() / '../../../../yaml', 165 '--directory', meson.current_source_dir() / '../../../../yaml', 182 '--directory', meso [all...] |
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/ |
H A D | meson.build | 27 '--directory', meson.current_source_dir() / '../../../../yaml', 47 '--directory', meson.current_source_dir() / '../../../../yaml', 64 '--directory', meson.current_source_dir() / '../../../../yaml', 81 '--directory', meson.current_source_dir() / '../../../../yaml', 98 '--directory', meson.current_source_dir() / '../../../../yaml', 115 '--directory', meson.current_source_dir() / '../../../../yaml', 132 '--directory', meson.current_source_dir() / '../../../../yaml', 149 '--directory', meson.current_source_dir() / '../../../../yaml', 166 '--directory', meson.current_source_dir() / '../../../../yaml',
|