/openbmc/linux/tools/testing/selftests/drivers/sdsi/ |
H A D | sdsi_test.py | 57 folder = self.get_dev_folder(socket) 58 print (folder) 59 assert os.path.isfile(folder + "guid") == True 60 assert os.path.isfile(folder + "provision_akc") == True 61 assert os.path.isfile(folder + "provision_cap") == True 62 assert os.path.isfile(folder + "state_certificate") == True 63 assert os.path.isfile(folder + "registers") == True 66 folder = self.get_dev_folder(socket) 67 mode = os.stat(folder + "guid").st_mode & 0o777 69 mode = os.stat(folder + "registers").st_mode & 0o777 [all …]
|
/openbmc/linux/fs/hfsplus/ |
H A D | catalog.c | 111 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() 117 folder->flags |= cpu_to_be16(HFSPLUS_HAS_FOLDER_COUNT); 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() [all …]
|
H A D | inode.c | 512 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() 525 inode->i_mtime = hfsp_mt2ut(folder->content_mod_date); in hfsplus_cat_read_inode() 527 hfsp_mt2ut(folder->attribute_mod_date)); in hfsplus_cat_read_inode() 528 HFSPLUS_I(inode)->create_date = folder->create_date; in hfsplus_cat_read_inode() 530 if (folder->flags & cpu_to_be16(HFSPLUS_HAS_FOLDER_COUNT)) { 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 [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/images/build-appliance-image/ |
H A D | README_VirtualBox_Guest_Additions.txt | 52 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 D | util.cpp | 49 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 D | xdg-user-dirs_0.18.bb | 1 …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 D | README.md | 13 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 D | fsl,imx6sll-pinctrl.txt | 11 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
|
/openbmc/u-boot/Documentation/sphinx/ |
H A D | kfigure.py | 90 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/tools/perf/pmu-events/ |
H A D | README | 23 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/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | create_manifest3.py | 323 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/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/ |
H A D | networkmanager-openconnect_1.2.8.bb | 23 # 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 D | networkmanager-openvpn_1.12.0.bb | 24 # 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/meta-openembedded/meta-oe/recipes-devtools/octave/ |
H A D | octave_7.2.0.bb | 47 for folder in "liboctave/operators liboctave/numeric liboctave/array liboctave/util"; do 48 mkdir -p ${B}/${folder}
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-ppi | 6 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 D | vboxguestdrivers_7.1.4.bb | 40 # add a mount utility to use shared folder from VBox Addition Source Code 57 …file.include.header:99: *** The variable KERN_DIR must be a kernel build folder and end with /buil… 58 …/vbox_module/vboxguest/Makefile.include.header:108: *** The kernel build folder path must end in <…
|
/openbmc/u-boot/board/freescale/imx8qxp_mek/ |
H A D | README | 30 Copy the following binaries to U-Boot folder: 35 Copy the following firmwares U-Boot folder :
|
/openbmc/linux/scripts/ |
H A D | generate_rust_analyzer.py | 122 for folder in extra_dirs: 123 for path in folder.rglob("*.rs"):
|
/openbmc/linux/Documentation/sphinx/ |
H A D | kfigure.py | 84 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-oe/recipes-support/xmlsec1/xmlsec1/ |
H A D | 0001-nss-nspr-fix-for-multilib.patch | 20 AC_MSG_CHECKING(for nspr library installation in "$with_nspr" folder) 35 AC_MSG_CHECKING(for nss library installation in "$with_nss" folder)
|
/openbmc/linux/Documentation/leds/ |
H A D | leds-blinkm.rst | 56 This extended interface is available as folder blinkm 57 in the sysfs folder of the I2C device.
|
/openbmc/u-boot/board/warp7/ |
H A D | README | 14 In U-Boot folder, build U-Boot for Warp7: 31 Copy u-boot-dtb.imx to the imx_usb_loader folder.
|
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-thunar-plugins/shares/ |
H A D | thunar-shares-plugin_0.3.2.bb | 1 SUMMARY = "Quickly share a folder using Samba from Thunar"
|
/openbmc/openbmc-build-scripts/config/ |
H A D | eslint-global-config.json | 8 // ignoring the json files in the subprojects folder
|
/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/ |
H A D | npcm8xx-bootloader_04.03.00.bb | 6 from deploy folder, put them to IGPS input folder, and run script."
|