Home
last modified time | relevance | path

Searched refs:Filename (Results 1 – 25 of 38) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-extended/gperf/gperf/
H A D1862c6e57a308a05889c80c048dbc58bdc378dcb.patch100 +/* Filename support.
103 + HAS_DEVICE(Filename) tests whether Filename contains a device
139 + (_IS_DRIVE_LETTER ((Filename)[0]) && (Filename)[1] == ':')
140 +# define FILE_SYSTEM_PREFIX_LEN(Filename) (HAS_DEVICE (Filename) ? 2 : 0)
150 + ISSLASH ((Filename)[FILE_SYSTEM_PREFIX_LEN (Filename)])
153 + (ISSLASH ((Filename)[0]) || HAS_DEVICE (Filename))
156 + (! (ISSLASH ((Filename)[0]) || HAS_DEVICE (Filename)))
163 +# define HAS_DEVICE(Filename) ((void) (Filename), 0)
164 +# define FILE_SYSTEM_PREFIX_LEN(Filename) ((void) (Filename), 0)
166 +# define IS_ABSOLUTE_FILE_NAME(Filename) ISSLASH ((Filename)[0])
[all …]
/openbmc/u-boot/tools/binman/
H A DREADME.entries21 - filename: Filename of file to read into entry
67 - cros-ec-rw-path: Filename containing the EC image
78 - pattern: Filename pattern to match the files to include
131 - bmpblk: Filename containing images used by recovery
148 - filename: Filename of file to read into entry
182 - filename: Filename of file to read into entry
199 - filename: Filename of file to read into entry
217 - filename: Filename of file to read into entry
231 - filename: Filename of file to read into entry
244 - filename: Filename of file to read into entry
[all …]
/openbmc/u-boot/tools/patman/
H A Dtools.py182 def Filename(fname): function
225 with open(Filename(fname), 'rb') as fd:
240 with open(Filename(fname), 'wb') as fd:
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/garcon/files/
H A D0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch32 <Filename>xfce-settings-manager.desktop</Filename>
/openbmc/linux/tools/perf/pmu-events/arch/s390/
H A Dmapfile.csv1 Family-model,Version,Filename,EventType
/openbmc/linux/tools/perf/pmu-events/arch/nds32/
H A Dmapfile.csv14 #Family-model,Version,Filename,EventType
/openbmc/linux/tools/perf/pmu-events/arch/riscv/
H A Dmapfile.csv16 #MVENDORID-MARCHID-MIMPID,Version,Filename,EventType
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/
H A Dfbset_2.1.bb5 # Filename: fbset_2.1.bb
/openbmc/u-boot/doc/SPI/
H A DREADME.sh_qspi_test16 Filename 'u-boot.bin'.
/openbmc/linux/drivers/message/fusion/lsi/
H A Dmpi_history.txt13 Filename Current version Prior version
746 Filename 01.05.19 01.05.18 01.05.17 01.05.16 01.05.15
761 Filename 01.05.14 01.05.13 01.05.12 01.05.11 01.05.10 01.05.09
776 Filename 01.05.08 01.05.07 01.05.06 01.05.05 01.05.04 01.05.03
791 Filename 01.05.02 01.05.01 01.03.01 01.02.14 01.02.13 01.02.12
806 Filename 01.02.11 01.02.10 01.02.09 01.02.08 01.02.07 01.02.06
819 Filename 01.02.05 01.02.04 01.02.03 01.02.02 01.02.01 01.01.10
832 Filename 01.01.09 01.01.08 01.01.07 01.01.06 01.01.05 01.01.04
844 Filename 01.01.03 01.01.02 01.01.01 01.00.07 01.00.06 01.00.05
855 Filename 01.00.04 01.00.03 01.00.02 01.00.01 00.10.02 00.10.01
/openbmc/linux/tools/perf/pmu-events/arch/x86/
H A Dmapfile.csv1 Family-model,Version,Filename,EventType
/openbmc/linux/drivers/scsi/qla2xxx/
H A DKconfig16 ISP Firmware Filename
/openbmc/linux/tools/perf/pmu-events/arch/arm64/
H A Dmapfile.csv14 #Family-model,Version,Filename,EventType
/openbmc/u-boot/board/keymile/km83xx/
H A DREADME.kmeter156 Filename '/tftpboot/kmeter1/u-boot.bin'.
/openbmc/openbmc/poky/meta/recipes-bsp/alsa-state/
H A Dalsa-state.bb5 # Filename: alsa-state.bb
/openbmc/u-boot/board/bosch/shc/
H A DREADME97 Filename 'shc/u-boot-restore.img'.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/
H A D0002-add-setdpi-Xinit.d-script.patch26 +# Filename: setDPI.sh
/openbmc/u-boot/doc/
H A DREADME.falcon93 falcon_args_file : Filename to load as the 'args' portion of falcon mode
95 falcon_image_file : Filename to load as the OS image portion of falcon
H A DREADME.odroid240 Filename 'zImage.3.17'.
253 Filename 'exynos4412-odroidu3.dtb'.
/openbmc/u-boot/doc/uImage.FIT/
H A Dhowto.txt122 Filename '/path/to/tftp/location/kernel.itb'.
236 Filename '/path/to/tftp/location/kernel_fdt.itb'.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/
H A D0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch53 -char blacklist[256]; // Filename of the black-list
54 +EXTERN char blacklist[256]; // Filename of the black-list
599 -char whitelist[256]; // Filename of the white-list
600 +EXTERN char whitelist[256]; // Filename of the white-list
/openbmc/openbmc/poky/scripts/
H A Doe-pkgdata-browser140 self.file_store.set_sort_column_id(FileColumns.Filename, Gtk.SortType.ASCENDING)
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/tpm-tools/files/
H A Dtpm-tools-extendpcr.patch100 + ("Filename containing data to extend PCRs with. Default is STDIN."));
/openbmc/linux/Documentation/filesystems/ext4/
H A Dsuper.rst475 - Filename charset encoding.
479 - Filename charset encoding flags.
/openbmc/u-boot/board/Barix/ipam390/
H A DREADME.ipam39050 Filename '/tftpboot/ipam390/u-boot.ais'.

12