Home
last modified time | relevance | path

Searched refs:folder (Results 1 – 25 of 195) sorted by relevance

12345678

/openbmc/linux/tools/testing/selftests/drivers/sdsi/
H A Dsdsi_test.py57 folder = self.get_dev_folder(socket)
58 print (folder)
66 folder = self.get_dev_folder(socket)
79 folder = self.get_dev_folder(socket)
81 st = os.stat(folder + "guid")
85 st = os.stat(folder + "registers")
89 st = os.stat(folder + "provision_akc")
102 folder = self.get_dev_folder(socket)
118 folder = self.get_dev_folder(socket)
136 folder = self.get_dev_folder(socket)
[all …]
/openbmc/linux/fs/hfsplus/
H A Dcatalog.c111 struct hfsplus_cat_folder *folder; in hfsplus_cat_build_record() local
113 folder = &entry->folder; in hfsplus_cat_build_record()
114 memset(folder, 0, sizeof(*folder)); in hfsplus_cat_build_record()
115 folder->type = cpu_to_be16(HFSPLUS_FOLDER); in hfsplus_cat_build_record()
118 folder->id = cpu_to_be32(inode->i_ino); in hfsplus_cat_build_record()
120 folder->create_date = in hfsplus_cat_build_record()
121 folder->content_mod_date = in hfsplus_cat_build_record()
122 folder->attribute_mod_date = in hfsplus_cat_build_record()
123 folder->access_date = hfsp_now2mt(); in hfsplus_cat_build_record()
127 folder->user_info.frFlags = cpu_to_be16(0x5000); in hfsplus_cat_build_record()
[all …]
H A Dinode.c512 struct hfsplus_cat_folder *folder = &entry.folder; in hfsplus_cat_read_inode() local
521 hfsplus_get_perms(inode, &folder->permissions, 1); in hfsplus_cat_read_inode()
523 inode->i_size = 2 + be32_to_cpu(folder->valence); in hfsplus_cat_read_inode()
524 inode->i_atime = hfsp_mt2ut(folder->access_date); in hfsplus_cat_read_inode()
527 hfsp_mt2ut(folder->attribute_mod_date)); in hfsplus_cat_read_inode()
532 be32_to_cpu(folder->subfolders); in hfsplus_cat_read_inode()
601 struct hfsplus_cat_folder *folder = &entry.folder; in hfsplus_cat_write_inode() local
611 hfsplus_cat_set_perms(inode, &folder->permissions); in hfsplus_cat_write_inode()
612 folder->access_date = hfsp_ut2mt(inode->i_atime); in hfsplus_cat_write_inode()
615 folder->valence = cpu_to_be32(inode->i_size - 2); in hfsplus_cat_write_inode()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/images/build-appliance-image/
H A DREADME_VirtualBox_Guest_Additions.txt52 6. Check if additons actually work, in particular folder sharing.
55 Add any host folder and name it (i.e. "images")
57 Guest VM: create mount point for the shared folder, i.e.:
61 Mount the shared folder: (Watch out for spelling: it's vboxsf NOT vboxfs)
65 Verify mount, should see the contents of the shared folder:
/openbmc/phosphor-pid-control/sysfs/
H A Dutil.cpp49 for (const auto& folder : fs::directory_iterator(base)) in FixupPath() local
51 fldr = folder.path(); in FixupPath()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xdg-user-dirs/
H A Dxdg-user-dirs_0.18.bb1 …g-user-dirs is a tool to help manage user directories like the desktop folder and the music folder"
/openbmc/openbmc-tools/dbus-vis/
H A DREADME.md13 The following commands are all run from this folder (where `index.html` is
17 package manager), and then checkout `dbus-pcap` to this folder. To install
30 Then, with `npm`, `node.js` installed and `dbus-pcap` downloaded to this folder,
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dfsl,imx6sll-pinctrl.txt11 imx6sll-pinfunc.h under device tree source folder. The last integer CONFIG is
39 Refer to imx6sll-pinfunc.h in device tree source folder for all available
H A Dfsl,imx25-pinctrl.txt22 Refer to imx25-pinfunc.h in device tree source folder for all available
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/octave/
H A Doctave_7.2.0.bb47 for folder in "liboctave/operators liboctave/numeric liboctave/array liboctave/util"; do
48 mkdir -p ${B}/${folder}
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/
H A Dnetworkmanager-openconnect_1.2.8.bb23 # network-manager-openconnect.metainfo.xml is created in source folder but
24 # compile expects it in build folder. As long as nobody comes up with a
H A Dnetworkmanager-openvpn_1.10.2.bb24 # network-manager-openvpn.metainfo.xml is created in source folder but
25 # compile expects it in build folder. As long as nobody comes up with a
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A Dcreate_manifest3.py323 for folder in allfolders:
330 if folder in check_path :
338 if folder_dep == folder:
339 print ('%s directory found in %s' % (folder, pypkg_with_folder))
/openbmc/linux/tools/perf/pmu-events/
H A DREADME23 folder. Matching is based on the "EventName" field.
37 The JSONs folder for a CPU model/family may be placed in the root arch
38 folder, or may be placed in a vendor sub-folder under the arch folder
/openbmc/u-boot/Documentation/sphinx/
H A Dkfigure.py90 for folder in envpath.split(os.pathsep):
91 fname = folder + os.sep + cmd
95 def mkdir(folder, mode=0o775): argument
96 if not path.isdir(folder):
97 os.makedirs(folder, mode)
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-ppi6 This folder includes the attributes related with PPI (Physical
8 folder makes sense. The folder path can be got by command
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/vboxguestdrivers/
H A Dvboxguestdrivers_7.0.14.bb39 # add a mount utility to use shared folder from VBox Addition Source Code
56 …file.include.header:99: *** The variable KERN_DIR must be a kernel build folder and end with /buil…
57 …/vbox_module/vboxguest/Makefile.include.header:108: *** The kernel build folder path must end in <…
/openbmc/u-boot/board/freescale/imx8qxp_mek/
H A DREADME30 Copy the following binaries to U-Boot folder:
35 Copy the following firmwares U-Boot folder :
/openbmc/linux/scripts/
H A Dgenerate_rust_analyzer.py122 for folder in extra_dirs:
123 for path in folder.rglob("*.rs"):
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/
H A D0001-nss-nspr-fix-for-multilib.patch21 AC_MSG_CHECKING(for nspr library installation in "$with_nspr" folder)
36 AC_MSG_CHECKING(for nss library installation in "$with_nss" folder)
/openbmc/linux/Documentation/sphinx/
H A Dkfigure.py84 for folder in envpath.split(os.pathsep):
85 fname = folder + os.sep + cmd
89 def mkdir(folder, mode=0o775): argument
90 if not path.isdir(folder):
91 os.makedirs(folder, mode)
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-thunar-plugins/shares/
H A Dthunar-shares-plugin_0.3.2.bb1 SUMMARY = "Quickly share a folder using Samba from Thunar"
/openbmc/linux/Documentation/leds/
H A Dleds-blinkm.rst56 This extended interface is available as folder blinkm
57 in the sysfs folder of the I2C device.
/openbmc/u-boot/board/warp7/
H A DREADME14 In U-Boot folder, build U-Boot for Warp7:
31 Copy u-boot-dtb.imx to the imx_usb_loader folder.
/openbmc/openbmc-build-scripts/config/
H A Deslint-global-config.json8 // ignoring the json files in the subprojects folder

12345678