Home
last modified time | relevance | path

Searched refs:stamp (Results 1 – 25 of 208) sorted by relevance

123456789

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/files/
H A D0001-remove-dropped-templates.patch16 -DOC_STAMPS=setup-build.stamp scan-build.stamp tmpl-build.stamp sgml-build.stamp \
17 +DOC_STAMPS=setup-build.stamp scan-build.stamp sgml-build.stamp \
18 html-build.stamp pdf-build.stamp \
19 - tmpl.stamp sgml.stamp html.stamp pdf.stamp
20 + sgml.stamp html.stamp pdf.stamp
25 …-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp
30 -tmpl-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections…
38 - @touch tmpl-build.stamp
40 -tmpl.stamp: tmpl-build.stamp
48 -sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_fil…
[all …]
/openbmc/linux/net/netfilter/
H A Dxt_time.c163 time64_t stamp; in time_mt() local
183 stamp = ktime_get_real_seconds(); in time_mt()
187 stamp -= 60 * sys_tz.tz_minuteswest; in time_mt()
201 if (stamp < info->date_start || stamp > info->date_stop) in time_mt()
204 packet_time = localtime_1(&current_time, stamp); in time_mt()
225 stamp -= SECONDS_PER_DAY; in time_mt()
228 localtime_2(&current_time, stamp); in time_mt()
235 localtime_3(&current_time, stamp); in time_mt()
/openbmc/linux/fs/ntfs/
H A Dusnjrnl.c37 sle64 stamp; in ntfs_stamp_usnjrnl() local
48 stamp = get_current_ntfs_time(); in ntfs_stamp_usnjrnl()
55 (long long)sle64_to_cpu(stamp), in ntfs_stamp_usnjrnl()
59 uh->journal_id = stamp; in ntfs_stamp_usnjrnl()
/openbmc/linux/tools/testing/selftests/net/
H A Dtimestamping.c181 struct timeval *stamp = in printpacket() local
184 (long)stamp->tv_sec, in printpacket()
185 (long)stamp->tv_usec); in printpacket()
189 struct timespec *stamp = in printpacket() local
192 (long)stamp->tv_sec, in printpacket()
193 (long)stamp->tv_nsec); in printpacket()
197 struct timespec *stamp = in printpacket() local
201 (long)stamp->tv_sec, in printpacket()
203 stamp++; in printpacket()
205 stamp++; in printpacket()
[all …]
/openbmc/linux/include/linux/
H A Dww_mutex.h39 atomic_long_t stamp; member
57 unsigned long stamp; member
76 { .stamp = ATOMIC_LONG_INIT(0) \
136 ctx->stamp = atomic_long_inc_return_relaxed(&ww_class->stamp); in ww_acquire_init()
153 ctx->deadlock_inject_countdown = ctx->stamp & 0xf; in ww_acquire_init()
/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dcrb.h136 #define crb_nx_fault_addr(c) __be64_to_cpu(c->stamp.nx.fault_storage_addr)
137 #define crb_nx_flags(c) c->stamp.nx.flags
138 #define crb_nx_fault_status(c) c->stamp.nx.fault_status
139 #define crb_nx_pswid(c) c->stamp.nx.pswid
/openbmc/linux/net/ipv6/
H A Dmip6.c109 ktime_t stamp; member
175 static inline int mip6_report_rl_allow(ktime_t stamp, in mip6_report_rl_allow() argument
182 if (mip6_report_rl.stamp != stamp || in mip6_report_rl_allow()
186 mip6_report_rl.stamp = stamp; in mip6_report_rl_allow()
205 ktime_t stamp; in mip6_destopt_reject() local
219 stamp = skb_get_ktime(skb); in mip6_destopt_reject()
221 if (!mip6_report_rl_allow(stamp, &ipv6_hdr(skb)->daddr, in mip6_destopt_reject()
/openbmc/u-boot/drivers/misc/
H A Daltera_sysid.c30 time_t stamp; in display_sysid() local
41 stamp = sysid[1]; in display_sysid()
42 localtime_r(&stamp, &t); in display_sysid()
/openbmc/openbmc/poky/meta/recipes-support/libfm/libfm/
H A D0001-Correctly-check-the-stamp-file-that-indicates-if-we-.patch4 Subject: [PATCH] Correctly check the stamp file that indicates if we need to
21 - if test -f src/actions/libfmactions_la_vala.stamp; then
22 + if test -f $srcdir/src/actions/libfmactions_la_vala.stamp; then
/openbmc/linux/security/tomoyo/
H A Daudit.c152 struct tomoyo_time stamp; in tomoyo_print_header() local
163 tomoyo_convert_time(ktime_get_real_seconds(), &stamp); in tomoyo_print_header()
167 stamp.year, stamp.month, stamp.day, stamp.hour, in tomoyo_print_header()
168 stamp.min, stamp.sec, r->profile, tomoyo_mode[r->mode], in tomoyo_print_header()
H A Dutil.c91 void tomoyo_convert_time(time64_t time64, struct tomoyo_time *stamp) in tomoyo_convert_time() argument
96 stamp->sec = tm.tm_sec; in tomoyo_convert_time()
97 stamp->min = tm.tm_min; in tomoyo_convert_time()
98 stamp->hour = tm.tm_hour; in tomoyo_convert_time()
99 stamp->day = tm.tm_mday; in tomoyo_convert_time()
100 stamp->month = tm.tm_mon + 1; in tomoyo_convert_time()
101 stamp->year = tm.tm_year + 1900; in tomoyo_convert_time()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dvas-fault.c107 if ((entry->stamp.nx.pswid == cpu_to_be32(FIFO_INVALID_ENTRY)) in vas_fault_thread_fn()
120 entry->stamp.nx.pswid = cpu_to_be32(FIFO_INVALID_ENTRY); in vas_fault_thread_fn()
133 be32_to_cpu(crb->stamp.nx.pswid)); in vas_fault_thread_fn()
147 be32_to_cpu(crb->stamp.nx.pswid), in vas_fault_thread_fn()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-printing/gutenprint/
H A Dgutenprint_5.3.4.bb33 sed -i 's/all-local: xmli18n-tmp.h xml-stamp/all-local: xml-stamp/' ${S}/src/xml/Makefile.am
34 sed -i 's/dist-hook: xmli18n-tmp.h xml-stamp/dist-hook: xml-stamp/' ${S}/src/xml/Makefile.am
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/dfu-util/
H A Ddfu-util-native_0.11.bb21 # clear stamp-extra-info since MACHINE_ARCH is normally put there by
23 do_deploy[stamp-extra-info] = ""
/openbmc/qemu/
H A DMakefile92 meson-private/coredata.dat: meson.stamp
93 meson.stamp: config-host.mak
94 @touch meson.stamp
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/
H A Dfixup.patch19 CLEANFILES = stamp-h[0-9]*
32 CLEANFILES = stamp-h[0-9]*
/openbmc/linux/Documentation/driver-api/
H A Dptp.rst24 - Time stamp external events
97 - 2 Time stamp external triggers, programmable polarity (opt. interrupt)
106 - GPIO inputs can time stamp external triggers
120 - Programmable inputs can time stamp external triggers
130 GPIO which can time stamp external triggers and one GPIO to produce
133 configured to either time stamp external triggers or produce
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-Makefile.pre-use-qemu-wrapper-when-gathering-profile.patch16 @@ -658,8 +658,7 @@ profile-run-stamp:
18 $(MAKE) profile-gen-stamp
/openbmc/linux/fs/isofs/
H A Drock.h68 struct stamp { struct
74 struct stamp times[]; /* Variable number of these beasts */ argument
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/
H A Drpi-bootfiles.bb42 # Add stamp in deploy directory
43 touch ${DEPLOYDIR}/${BOOTFILES_DIR_NAME}/${PN}-${PV}.stamp
/openbmc/linux/kernel/gcov/
H A Dgcc_4_7.c99 unsigned int stamp; member
238 return (info1->stamp == info2->stamp); in gcov_info_is_compatible()
398 pos += store_gcov_u32(buffer, pos, info->stamp); in convert_to_gcda()
/openbmc/ipmitool/
H A DMakefile.am38 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure configure-stamp \
40 mkinstalldirs config.h.in stamp-h.in \
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dsiggen.py106 self.datacaches[mc].stamp[mcfn] = d.getVar('STAMP')
139 return self.datacaches[mc].stamp[mcfn]
143 stamp = self.datacaches[mc].stamp[mcfn]
144 if not stamp:
154 return self.stampfile(stamp, mcfn, taskname, stamp_extrainfo)
161 stamp = self.datacaches[mc].stamp[mcfn]
162 if not stamp:
180 stamp = self.datacaches[mc].stamp[mcfn]
181 bb.utils.remove(stamp)
528 stamp = self.datacaches[mc].stamp[mcfn]
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A D0001-Makefile.am-do-not-clobber-PYTHONPATH-from-build-env.patch48 pylint: .pylint-stamp
49 .pylint-stamp: $(py_sources)
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ptp.c371 u64 stamp = 0; in ixgbe_ptp_read_82599() local
373 stamp |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIML); in ixgbe_ptp_read_82599()
374 stamp |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIMH) << 32; in ixgbe_ptp_read_82599()
376 return stamp; in ixgbe_ptp_read_82599()
554 u64 ns, stamp; in ixgbe_ptp_gettimex() local
572 stamp = timespec64_to_ns(ts); in ixgbe_ptp_gettimex()
576 stamp = IXGBE_READ_REG(hw, IXGBE_SYSTIML); in ixgbe_ptp_gettimex()
578 stamp |= (u64)IXGBE_READ_REG(hw, IXGBE_SYSTIMH) << 32; in ixgbe_ptp_gettimex()
582 ns = timecounter_cyc2time(&adapter->hw_tc, stamp); in ixgbe_ptp_gettimex()

123456789