Home
last modified time | relevance | path

Searched refs:tell (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/
H A D0001-taglib-Fix-build-on-x86-32-bit.patch9 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 D04464 assert(fd.tell() == off_refblock)
70 assert(fd.tell() == off_l1)
77 assert(fd.tell() == off_l2)
H A Dqcow2_format.py153 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:
/openbmc/linux/Documentation/core-api/
H A Derrseq.rst6 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/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_kernel.py27 for tell in ['arch', 'firmware', 'Kbuild', 'Kconfig']:
28 if not os.path.exists(os.path.join(srctree, tell)):
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Ddisable-version-check.patch31 - # Large enough change to tell the user
53 +# # Large enough change to tell the user
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/sox/
H A D0001-Update-exported-symbol-list.patch27 …|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/arch/ia64/
H A Dserial.rst54 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/qemu/scripts/
H A Danalyze-migration.py62 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()
74 entrypos = self.file.tell()
78 endpos = self.file.tell()
80 datapos = self.file.tell()
477 …se Exception("Subsection %s not found at offset %x" % ( subsection['vmsd_name'], self.file.tell()))
/openbmc/openbmc/meta-asrock/meta-e3c246d4i/recipes-x86/chassis/x86-power-control/
H A Dpower-config-host0.json37 * I can tell. It does have an O_PWROK line that's driven
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Host/
H A DTurboAllowed.interface.yaml3 interface is used to tell host that it is allowed to turn on turbo mode.
/openbmc/linux/Documentation/maintainer/
H A Dconfigure-git.rst22 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 Dfirmware.rst39 /* tell platformX firmware to enter idle */
45 /* tell platformX firmware to boot CPU i */
/openbmc/linux/drivers/target/tcm_remote/
H A DKconfig7 That fabric is a dummy fabric to tell TCM about configuration
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A Dnginx-fix-pidfile.patch26 + /* 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 Dnon-d0-probe.rst18 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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Association/
H A DDefinitions.interface.yaml2 This interface is used to tell the mapper to create
/openbmc/pldm/tools/fw-update/
H A Dpldm_fwup_pkg_creator.py496 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/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/
H A D0007-oprofile-doesn-t-want-GNU-levels-of-automake-strictn.patch5 so tell it to be "foreign".
/openbmc/linux/drivers/parport/
H A DTODO-parport14 with (maybe just log) whatever the printer wants to tell the world.
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-util/
H A Dmakedepend_1.0.9.bb8 and #else directives so that it can correctly tell which #include, \
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-mpu605010 easy to tell the relative positions among sensors as well as their
/openbmc/openbmc/poky/meta/recipes-support/libfm/libfm/
H A D0001-Do-not-add-library-path-to-avoid-host-contamination.patch17 # tell libtool we compile module not library
/openbmc/linux/drivers/staging/media/av7110/
H A Daudio-get-capabilities.rst46 This ioctl call asks the Audio Device to tell us about the decoding
/openbmc/openbmc/poky/meta/recipes-extended/gperf/
H A Dgperf_3.1.bb17 # The nested configures don't find the parent aclocal.m4 out of the box, so tell

12345678910>>...15