/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/ |
H A D | 0001-taglib-Fix-build-on-x86-32-bit.patch | 9 meta_engine/taglib.cpp:240:10: error: virtual function 'tell' has a different return type ('long') … 10 240 | long tell() const 13 156 | virtual offset_t tell() const = 0; 36 - long tell() const 37 + offset_t tell() const
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 044 | 64 assert(fd.tell() == off_refblock) 70 assert(fd.tell() == off_l1) 77 assert(fd.tell() == off_l2)
|
H A D | qcow2_format.py | 153 position = fd.tell() 255 position = fd.tell() 425 while fd.tell() < end: 443 self.backing_file_offset = fd.tell() 446 if fd.tell() > self.cluster_size:
|
H A D | 302 | 71 offset = tar.fileobj.tell() + 512
|
/openbmc/linux/Documentation/core-api/ |
H A D | errseq.rst | 6 number of "subscribers" to tell whether it has changed since a previous 22 a flag to tell whether the value has been sampled since a new value was 35 it as a running cursor. That value can later be used to tell whether 39 can tell whether the value has changed since they last checked it. 49 Let me tell you a story about a worker drone. Now, he's a good worker 110 Note that the supervisors can't tell how many mistakes he made, only 120 to tell whether an error has occurred later::
|
/openbmc/qemu/scripts/ |
H A D | analyze-migration.py | 62 raise Exception("Unexpected end of %s at 0x%x" % (self.filename, self.file.tell())) 65 def tell(self): member in MigrationFile 66 return self.file.tell() 77 entrypos = self.file.tell() 81 endpos = self.file.tell() 83 datapos = self.file.tell() 284 pos = self.file.tell() 528 …se Exception("Subsection %s not found at offset %x" % ( subsection['vmsd_name'], self.file.tell()))
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | create_kernel.py | 27 for tell in ['arch', 'firmware', 'Kbuild', 'Kconfig']: 28 if not os.path.exists(os.path.join(srctree, tell)):
|
/openbmc/linux/Documentation/arch/ia64/ |
H A D | serial.rst | 54 EFI knows what your console devices are, but it doesn't tell the 56 table[1] does tell the kernel where potential serial console 58 multiple simultaneous consoles and doesn't tell the kernel which 61 So how do you tell Linux which console device to use? 65 card) as the console. Then you don't need to tell Linux
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/ |
H A D | 0001-Update-exported-symbol-list.patch | 27 …|write)|read(_b_buf|buf|chars)|realloc|rewind|seeki|sigfigs3p?|strcasecmp|tell|unreadb|write(b|_b_… 28 …d|write)|read(_b_buf|buf|chars)|rewind|seeki|sigfigs3p?|strcasecmp|strdup|tell|unreadb|write(b|_b_…
|
/openbmc/linux/Documentation/maintainer/ |
H A D | configure-git.rst | 22 You may need to tell ``git`` to use ``gpg2``:: 27 You may also like to tell ``gpg`` which ``tty`` to use (add to your shell
|
/openbmc/linux/Documentation/arch/arm/ |
H A D | firmware.rst | 39 /* tell platformX firmware to enter idle */ 45 /* tell platformX firmware to boot CPU i */
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
H A D | nginx-fix-pidfile.patch | 26 + /* tell-tale to detect if this is parent or child process */ 35 + /* tell-tale that this code has been executed */
|
/openbmc/linux/Documentation/firmware-guide/acpi/ |
H A D | non-d0-probe.rst | 18 may be used to tell Linux the highest allowed D state for a device during 58 An ASL example describing an ACPI device using _DSC object to tell Operating
|
/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-x86/chassis/x86-power-control/ |
H A D | power-config-host0.json | 37 * I can tell. It does have an O_PWROK line that's driven
|
/openbmc/pldm/tools/fw-update/ |
H A D | pldm_fwup_pkg_creator.py | 496 pldm_fw_up_pkg.tell() + component_location_offset_pos 568 start_offset = pldm_fw_up_pkg.tell() + pkg_header_checksum_size 602 file_size = pldm_fw_up_pkg.tell() + pkg_header_checksum_size
|
/openbmc/linux/drivers/target/tcm_remote/ |
H A D | Kconfig | 7 That fabric is a dummy fabric to tell TCM about configuration
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
H A D | 0007-oprofile-doesn-t-want-GNU-levels-of-automake-strictn.patch | 5 so tell it to be "foreign".
|
/openbmc/linux/kernel/bpf/ |
H A D | Kconfig | 7 # Used by archs to tell that they support BPF JIT compiler plus which 19 # Used by archs to tell that they want the BPF JIT compiler enabled by
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-util/ |
H A D | makedepend_1.0.9.bb | 8 and #else directives so that it can correctly tell which #include, \
|
/openbmc/linux/drivers/parport/ |
H A D | TODO-parport | 14 with (maybe just log) whatever the printer wants to tell the world.
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-mpu6050 | 10 easy to tell the relative positions among sensors as well as their
|
/openbmc/openbmc/poky/meta/recipes-support/libfm/libfm/ |
H A D | 0001-Do-not-add-library-path-to-avoid-host-contamination.patch | 17 # tell libtool we compile module not library
|
/openbmc/openbmc/poky/meta/recipes-extended/gperf/ |
H A D | gperf_3.1.bb | 17 # The nested configures don't find the parent aclocal.m4 out of the box, so tell
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | audio-get-capabilities.rst | 46 This ioctl call asks the Audio Device to tell us about the decoding
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/ |
H A D | 10_utf16.patch | 28 + * - tell that we parsed it, which is what we do here.
|