Home
last modified time | relevance | path

Searched full:track (Results 1 – 25 of 511) sorted by relevance

12345678910>>...21

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack/
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 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 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 Dcdrom.c54 *q++ = 1; /* track number */ in cdrom_read_toc()
66 /* lead out track */ in cdrom_read_toc()
69 *q++ = 0xaa; /* track number */ in cdrom_read_toc()
95 *q++ = 0x14; /* data track */ in cdrom_read_toc_raw()
96 *q++ = 0; /* track number */ in cdrom_read_toc_raw()
102 *q++ = 1; /* first track */ in cdrom_read_toc_raw()
107 *q++ = 0x14; /* data track */ in cdrom_read_toc_raw()
108 *q++ = 0; /* track number */ in cdrom_read_toc_raw()
114 *q++ = 1; /* last track */ in cdrom_read_toc_raw()
119 *q++ = 0x14; /* data track */ in cdrom_read_toc_raw()
[all …]
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()
220 * returns 0 if already on right track
221 * returns 1 if track changed
222 * returns 2 if track is invalid
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()
[all …]
/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/contrib/plugins/
H A Dhwprofile.c49 /* track the access pattern to a piece of HW */
51 /* track the source address of access to HW */
53 /* track only matched regions of HW */
227 /* either track offsets or source of access */ in vcpu_haddr()
274 if (g_strcmp0(tokens[0], "track") == 0) { in qemu_plugin_install()
280 fprintf(stderr, "invalid value for track: %s\n", tokens[1]); in qemu_plugin_install()
306 fprintf(stderr, "can only currently track either source or pattern.\n"); in qemu_plugin_install()
/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/u-boot/cmd/
H A Dfdc.c55 #define TRACK 2 macro
125 unsigned int sect; /* sectors per track */
127 unsigned int track; /* nr of tracks */ member
128 unsigned int stretch; /* !=0 means double track steps */
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()
257 PRINTF("Cmd 0x%02x Track %ld, Head %ld, Sector %ld, Drive %d (blnr %ld)\n", 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()
273 pCMD->cmd[LAST_TRACK]=pFG->sect; /* End of track */ in fdc_issue_cmd()
[all …]
/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/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/qemu/include/hw/southbridge/
H A Dpiix.h39 * bitmap to track pic levels.
43 * PIRQ is mapped to PIC pins, we track it by
/openbmc/u-boot/include/dm/
H A Dtest.h93 * @flag: Used to track calling of parent operations
94 * @uclass_flag: Used to track calling of parent operations by uclass
138 * @removed: Used to keep track of a device that was removed
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Metric/
H A DValue.interface.yaml110 Reboot statistic to track number of times device rebooted
115 Reboot statistic to track number of times device rebooted
/openbmc/phosphor-webui/app/common/components/table/
H A Dtable.html32 <th ng-repeat="headerItem in $ctrl.header track by $index"
69 ng-repeat-start="row in $ctrl.data track by $index"
94 <td ng-repeat="item in row.uiData track by $index"
/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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DREADME.md5 The goal of the phosphor-state-manager repository is to control and track the
14 There are three states to track and control on a BMC based server. The states
115 [OperatingSystemState][3] property is used to track different progress states of
/openbmc/bios-bmc-smm-error-logger/include/rde/
H A Drde_handler.hpp31 * @brief Used to keep track of RdeMultiPartReceiveResponse START flag
150 * @brief This keeps track of whether we received the dictionary start flag
164 * start. prevDictResourceId keeps track of the resource ID of the last
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/
H A DFieldMode.interface.yaml9 Keeps track of whether the BMC is in field mode. Enabling field mode
/openbmc/qemu/tests/qtest/
H A Dfdc-test.c320 /* Step to next track should clear DSKCHG bit. */ in test_media_insert()
387 /* Send seek to track 0 */ in test_relative_seek()
390 /* Send relative seek to increase track by 1 */ in test_relative_seek()
399 /* Send relative seek to decrease track by 1 */ in test_relative_seek()
417 /* Seek to track 0 and check with READ ID */ in test_read_id()
452 /* Seek to track 8 on head 1 and check with READ ID */ in test_read_id()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DGLWTPL17 TRACE TO TRACK THE AUTHOR of the original product to blame for or hold
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/Control/
H A DNMISource.interface.yaml8 Keeps track of NMI signal source in BMC.
/openbmc/phosphor-dbus-interfaces/yaml/com/intel/Control/
H A DNMISource.interface.yaml7 Keeps track of NMI signal source in BMC.
/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

12345678910>>...21