Home
last modified time | relevance | path

Searched refs:stamps (Results 1 – 25 of 44) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-devtools/unfs3/unfs3/
H A D0001-attr-fix-utime-for-symlink.patch36 + struct timeval stamps[2];
46 + stamps[0].tv_sec = new_atime;
47 + stamps[0].tv_usec = 0;
48 + stamps[1].tv_sec = new_mtime;
49 + stamps[1].tv_usec = 0;
52 + res = backend_lutimes(path, stamps);
54 + res = backend_utimes(path, stamps);
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dprservice.py47 stamps = []
51 stamps.append(find_stamp.group(1))
52 …self.assertFalse(len(stamps) == 0, msg="Cound not find stamp for task %s for recipe %s" % (recipe_…
53 …self.assertFalse(len(stamps) > 1, msg="Found multiple %s stamps for the %s recipe in the %s direct…
54 return str(stamps[0])
/openbmc/openbmc/poky/scripts/
H A Dsstate-diff-machines.sh116 [ -d ${tmpdir}/stamps/ ] && find ${tmpdir}/stamps/ -name \*sigdata\* | xargs rm -f
121 if ls ${tmpdir}/stamps/* >/dev/null 2>/dev/null ; then
122 cp -ra ${tmpdir}/stamps/* ${OUTPUT}/${M}
126 find ${tmpdir}/stamps/ -name \*sigdata\* | xargs rm -f
/openbmc/openbmc/poky/meta/classes/
H A Drm_work.bbclass57 # Change normal stamps into setscene stamps as they better reflect the
59 # Also leave noexec stamps since setscene stamps don't cover them
70 … # Ensure we don't 'stack' setscene extensions to these stamps with the sections below
73 # Promote do_image_complete stamps to setscene versions (ahead of *do_image* below)
77 # Promote do_image_qa stamps to setscene versions (ahead of *do_image* below)
94 # Skip stamps which are already setscene versions
/openbmc/linux/Documentation/devicetree/bindings/ptp/
H A Dtimestamper.txt1 Time stamps from MII bus snooping devices
4 provide time stamps. In contrast to PHY time stamping drivers (which
40 In this example, time stamps from the MII bus attached to phy@1 will
/openbmc/linux/net/netfilter/
H A Dxt_recent.c74 unsigned long stamps[]; member
174 if (time_after(time, e->stamps[e->index-1])) in recent_entry_reap()
191 e = kmalloc(struct_size(e, stamps, nstamps_max), GFP_ATOMIC); in recent_entry_init()
196 e->stamps[0] = jiffies; in recent_entry_init()
212 e->stamps[e->index++] = jiffies; in recent_entry_update()
303 if (info->seconds && time_after(time, e->stamps[i])) in recent_mt()
529 &e->addr.ip, e->ttl, e->stamps[i], e->index); in recent_seq_show()
532 &e->addr.in6, e->ttl, e->stamps[i], e->index); in recent_seq_show()
534 seq_printf(seq, "%s %lu", i ? "," : "", e->stamps[i]); in recent_seq_show()
/openbmc/openbmc/poky/meta/classes-global/
H A Dpackage_ipk.bbclass42 if os.access(os.path.join(tmpdir, "stamps", "IPK_PACKAGE_INDEX_CLEAN"), os.R_OK):
43 os.unlink(os.path.join(tmpdir, "stamps", "IPK_PACKAGE_INDEX_CLEAN"))
271 if os.access(os.path.join(tmpdir, "stamps", "IPK_PACKAGE_INDEX_CLEAN"), os.R_OK):
272 os.unlink(os.path.join(tmpdir, "stamps", "IPK_PACKAGE_INDEX_CLEAN"))
H A Dpackage_deb.bbclass54 if os.access(os.path.join(tmpdir, "stamps", "DEB_PACKAGE_INDEX_CLEAN"),os.R_OK):
55 os.unlink(os.path.join(tmpdir, "stamps", "DEB_PACKAGE_INDEX_CLEAN"))
304 if os.access(os.path.join(tmpdir, "stamps", "DEB_PACKAGE_INDEX_CLEAN"),os.R_OK):
305 os.unlink(os.path.join(tmpdir, "stamps", "DEB_PACKAGE_INDEX_CLEAN"))
H A Dsstate.bbclass544 # Remove the current and previous stamps, but keep the sigdata.
557 # Preserve taint files in the stamps directory
1221 # Event handler which removes manifests and stamps file for recipes which are no
1234 stamps = e.stamps.values()
1236 preservestampfile = d.expand('${SSTATE_MANIFESTS}/preserve-stamps')
1243 # The machine index contains all the stamps this machine has ever seen in this build directory.
1272 … if stamp not in stamps and stamp not in preservestamps and stamp in machineindex:
1306 machineindex |= set(stamps)
1361 for (manname, tid, stamps) in toremove:
1363 for stamp in stamps:
/openbmc/linux/drivers/ptp/
H A DKconfig66 programs are getting hardware time stamps on the PTP Ethernet
86 getting hardware time stamps on the PTP Ethernet packets
116 hardware time stamps on the PTP Ethernet packets using the
/openbmc/linux/tools/perf/Documentation/
H A Dperf-inject.txt100 to convert guest time stamps into host time stamps. For example, for
/openbmc/linux/drivers/net/ethernet/xscale/
H A DKconfig39 getting hardware time stamps on the PTP Ethernet packets
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dsdk.py255 stamps = glob.glob(stampprefix + '*')
256 for stamp in stamps:
/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/
H A D0006-automake-Remove-delays-in-configure-scripts-using-au.patch58 -# If we didn't sleep, we still need to ensure time stamps of config.status and
/openbmc/linux/drivers/net/ethernet/freescale/enetc/
H A DKconfig64 programs are getting hardware time stamps on the PTP Ethernet
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Devent.py680 def __init__(self, stamps): argument
682 self.stamps = stamps
H A Drunqueue.py157 self.stamps = {}
160 self.stamps[tid] = bb.parse.siggen.stampfile_mcfn(taskname, taskfn, extrainfo=False)
273 stamp = self.stamps[tid]
290 stamp = self.stamps[tid]
1955 stamps = bb.build.find_stale_stamps(taskname, taskfn)
1956 if stamps:
1959 found[mc][tid] = stamps
2218 …in self.sq_buildable and nexttask not in self.sq_running and self.sqdata.stamps[nexttask] not in s…
2711 … self.sqdata.stamps[tid] = bb.parse.siggen.stampfile_mcfn(taskname, taskfn, extrainfo=False)
2930 self.stamps = {}
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Devent.py797 stamps = [Mock(), Mock()]
798 event = bb.event.ReachableStamps(stamps)
799 self.assertEqual(event.stamps, stamps)
/openbmc/linux/drivers/char/
H A Drandom.c818 ktime_t stamps[] = { ktime_get(), ktime_get_boottime(), ktime_get_real() }; in random_pm_notification() local
822 _mix_pool_bytes(stamps, sizeof(stamps)); in random_pm_notification()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/
H A D0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch504 -char datetime_format[SIZE_HEADER]; // strftime format string for time stamps (not inside status re…
505 -char logtime_format[SIZE_HEADER]; // 3.1.7: strftime format string for logging time stamps
513 +EXTERN char datetime_format[SIZE_HEADER]; // strftime format string for time stamps (not inside st…
514 +EXTERN char logtime_format[SIZE_HEADER]; // 3.1.7: strftime format string for logging time stamps
/openbmc/linux/fs/ext4/
H A DKconfig45 allocation, persistent preallocation, high resolution time stamps,
/openbmc/openbmc/poky/bitbake/
H A DChangeLog118 how extensively stamps are looked at for validity
130 - Add BB_STAMP_WHITELIST option which contains a list of stamps to ignore when
201 - Fetchers now touch md5 stamps upon access (to show activity)
/openbmc/docs/designs/
H A Dredfish-postcodes.md198 associated time stamps. In this case, a single log entry could be used per boot
/openbmc/linux/Documentation/driver-api/
H A Dptp.rst36 driver of asynchronous events (alarms and external time stamps) via
/openbmc/linux/Documentation/networking/
H A Dtimestamping.rst584 Time stamps for received packets must be stored in the skb. To get a pointer
586 set the time stamps in the structure::
595 Time stamps for outgoing packets are to be generated as follows:
609 software generated time stamps by the network subsystem.
622 between time stamps.

12