Home
last modified time | relevance | path

Searched refs:track (Results 1 – 25 of 172) sorted by relevance

1234567

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack/
H A D0001-libheaptrack-Replace-__pid_t-with-pid_t.patch11 src/track/libheaptrack.cpp | 2 +-
14 diff --git a/src/track/libheaptrack.cpp b/src/track/libheaptrack.cpp
16 --- a/src/track/libheaptrack.cpp
17 +++ b/src/track/libheaptrack.cpp
H A D0001-track-Check-for-unw_set_caching_policy-before-using.patch4 Subject: [PATCH] track: Check for unw_set_caching_policy before using
12 src/track/trace_libunwind.cpp | 3 +++
15 diff --git a/src/track/trace_libunwind.cpp b/src/track/trace_libunwind.cpp
17 --- a/src/track/trace_libunwind.cpp
18 +++ b/src/track/trace_libunwind.cpp
H A D0002-heaptrack_inject-Include-dlfcn.h-for-dlopen-dlclose.patch11 src/track/heaptrack_inject.cpp | 6 ++++--
14 diff --git a/src/track/heaptrack_inject.cpp b/src/track/heaptrack_inject.cpp
16 --- a/src/track/heaptrack_inject.cpp
17 +++ b/src/track/heaptrack_inject.cpp
H A D0003-heaptrack_preload-Make-noexcept-attribute-conditiona.patch12 src/track/heaptrack_preload.cpp | 26 ++++++++++++++++----------
15 diff --git a/src/track/heaptrack_preload.cpp b/src/track/heaptrack_preload.cpp
17 --- a/src/track/heaptrack_preload.cpp
18 +++ b/src/track/heaptrack_preload.cpp
/openbmc/qemu/hw/block/
H A Dfdc.c199 static int fd_sector_calc(uint8_t head, uint8_t track, uint8_t sect, in fd_sector_calc() argument
202 return (((track * num_sides) + head) * last_sect) + sect - 1; in fd_sector_calc()
208 return fd_sector_calc(drv->head, drv->track, drv->sect, drv->last_sect, in fd_sector()
226 static int fd_seek(FDrive *drv, uint8_t head, uint8_t track, uint8_t sect, in fd_seek() argument
232 if (track > drv->max_track || in fd_seek()
235 head, track, sect, 1, in fd_seek()
242 head, track, sect, 1, in fd_seek()
247 sector = fd_sector_calc(head, track, sect, drv->last_sect, NUM_SIDES(drv)); in fd_seek()
254 head, track, sect, 1, drv->max_track, in fd_seek()
260 if (drv->track != track) { in fd_seek()
[all …]
H A Dfdc-internal.h77 uint8_t track; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/audiofile/files/
H A D0003-fix-CVE-2015-7747.patch24 @@ -402,7 +402,7 @@ status ModuleState::arrange(AFfilehandle file, Track *track)
32 track->channelMatrix));
/openbmc/qemu/tests/qemu-iotests/
H A D076.out13 == Zero sectors per track ==
14 qemu-io: can't open device TEST_DIR/parallels-v1: Invalid image: Zero sectors per track
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-trafaret-config_2.0.2.bb1 SUMMARY = "This is a wrapper that loads yaml and checks config using trafaret while keeping track o…
/openbmc/u-boot/cmd/
H A Dfdc.c127 unsigned int track; /* nr of tracks */ member
251 unsigned long head,track,sect,timeout; in fdc_issue_cmd() local
252 track = pCMD->blnr / (pFG->sect * pFG->head); /* track nr */ in fdc_issue_cmd()
258 pCMD->cmd[0],track,head,sect,pCMD->drive,pCMD->blnr); in fdc_issue_cmd()
268 pCMD->cmd[TRACK]=(unsigned char) track; /* track */ in fdc_issue_cmd()
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/
H A Dindex.rst14 Arm reference solutions are Arm public example software projects that track and
/openbmc/qemu/docs/devel/
H A Dtcg-plugins.rst93 actual executions to track what is happening.
96 If you want to track the code in system emulation you should examine
102 important to track individual instruction execution you need to
115 for examples of how to track this and finalise details after execution.
129 ``qemu_plugin_register_vcpu_resume_cb`` functions can be used to track
/openbmc/openbmc-tools/dbus-pcap/
H A DREADME.md16 usage: dbus-pcap [-h] [--json] [--no-track-calls] file [expressions [expressions ...]]
25 --no-track-calls Make a call response pass filters
/openbmc/bmcweb/
H A DOWNERS23 # - Be capable of, and have a track record of posing questions, clarifications,
31 # - Have an understanding of, and track record of executing the various test
53 # ideally should have a track record of doing it in the past.
/openbmc/openbmc/meta-security/recipes-security/opendnssec/
H A Dopendnssec_2.1.10.bb1 SUMMARY = "OpenDNSSEC is a policy-based zone signer that automates the process of keeping track of …
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/streamripper/
H A Dstreamripper_1.64.6.bb3 and OGG online radio-streams into track-separated audio files."
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0001-Fix-build-when-compiling-with-std-c23.patch19 static Bool mxInPanic = FALSE; // track when involved in a panic
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libcdio/libcdio/
H A D0001-Fix-a-few-Werror-format-security-errors-with-mvprint.patch30 if (sub.track == i) {
/openbmc/webui-vue/.github/ISSUE_TEMPLATE/
H A Ddesign-review.md3 about: Create story used to track design proposals and decisions
/openbmc/openbmc/meta-google/recipes-phosphor/initrdscripts/obmc-phosphor-initfs/
H A Drwfs-clean-dev.patch26 +# Keep track of the last version to use this rwfs
/openbmc/openbmc/poky/meta/recipes-core/systemd/
H A Dsystemd.inc7 offers on-demand starting of daemons, keeps track of processes using \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A Dfix-client-gfx_state-initialisation.patch12 Unfortunately the client->gfx_state variable used to track the
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/kernel-hardening-checker/
H A Dkernel-hardening-checker_0.6.10.bb6 system more secure which is difficult to track. This tool helps with this \
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libhtml/
H A Dlibhtml-tree-perl_5.03.bb6 a separate development track."
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/s-suite/
H A Ds-suite_git.bb9 # Current PV is not a git tag but a Readme content, track commits to detect

1234567