/openbmc/openbmc/poky/meta/recipes-devtools/unfs3/unfs3/ |
H A D | 0001-attr-fix-utime-for-symlink.patch | 36 + 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 D | prservice.py | 47 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 D | sstate-diff-machines.sh | 116 [ -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 D | rm_work.bbclass | 57 # 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 D | timestamper.txt | 1 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 D | xt_recent.c | 74 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 D | package_ipk.bbclass | 42 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 D | package_deb.bbclass | 54 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 D | sstate.bbclass | 544 # 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 D | Kconfig | 66 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 D | perf-inject.txt | 100 to convert guest time stamps into host time stamps. For example, for
|
/openbmc/linux/drivers/net/ethernet/xscale/ |
H A D | Kconfig | 39 getting hardware time stamps on the PTP Ethernet packets
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | sdk.py | 255 stamps = glob.glob(stampprefix + '*') 256 for stamp in stamps:
|
/openbmc/openbmc/poky/meta/recipes-devtools/automake/automake/ |
H A D | 0006-automake-Remove-delays-in-configure-scripts-using-au.patch | 58 -# 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 D | Kconfig | 64 programs are getting hardware time stamps on the PTP Ethernet
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | event.py | 680 def __init__(self, stamps): argument 682 self.stamps = stamps
|
H A D | runqueue.py | 157 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 D | event.py | 797 stamps = [Mock(), Mock()] 798 event = bb.event.ReachableStamps(stamps) 799 self.assertEqual(event.stamps, stamps)
|
/openbmc/linux/drivers/char/ |
H A D | random.c | 818 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 D | 0001-Make-extern-declarations-to-avoid-duplicate-var-defi.patch | 504 -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 D | Kconfig | 45 allocation, persistent preallocation, high resolution time stamps,
|
/openbmc/openbmc/poky/bitbake/ |
H A D | ChangeLog | 118 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 D | redfish-postcodes.md | 198 associated time stamps. In this case, a single log entry could be used per boot
|
/openbmc/linux/Documentation/driver-api/ |
H A D | ptp.rst | 36 driver of asynchronous events (alarms and external time stamps) via
|
/openbmc/linux/Documentation/networking/ |
H A D | timestamping.rst | 584 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.
|