Home
last modified time | relevance | path

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

1234

/dragonfly/usr.bin/script/
HDscript.c57 struct stamp { struct
341 struct stamp stamp; in record() local
345 stamp.scr_len = cc; in record()
346 stamp.scr_sec = tv.tv_sec; in record()
347 stamp.scr_usec = tv.tv_usec; in record()
348 stamp.scr_direction = direction; in record()
349 iov[0].iov_len = sizeof(stamp); in record()
350 iov[0].iov_base = &stamp; in record()
376 #define swapstamp(stamp) do { \ argument
377 if (stamp.scr_direction > 0xff) { \
[all …]
/dragonfly/sys/dev/drm/
HDlinux_wwmutex.c44 ctx->stamp = atomic_fetchadd_long(&ww_class->stamp, 1); in ww_acquire_init()
64 ww->stamp = 0xFFFFFFFFFFFFFFFFLU; in ww_mutex_init()
118 ww->stamp = ctx->stamp; in __wwlock()
140 if (ctx->stamp > ww->stamp) in __wwlock()
198 ww->stamp = 0xFFFFFFFFFFFFFFFFLU; in ww_mutex_unlock()
/dragonfly/contrib/lvm2/dist/test/
HDMakefile.in31 bin/not: $(srcdir)/not.c .bin-dir-stamp
34 bin/harness: $(srcdir)/harness.c .bin-dir-stamp
37 init.sh: $(srcdir)/Makefile.in $(srcdir)/test-utils.sh .bin-dir-stamp bin/not bin/harness $(T)
71 .bin-dir-stamp: lvm-wrapper
91 rm -rf init.sh lvm-wrapper bin .bin-dir-stamp
HDMakefile31 bin/not: $(srcdir)/not.c .bin-dir-stamp
34 bin/harness: $(srcdir)/harness.c .bin-dir-stamp
37 init.sh: $(srcdir)/Makefile.in $(srcdir)/test-utils.sh .bin-dir-stamp bin/not bin/harness $(T)
71 .bin-dir-stamp: lvm-wrapper
91 rm -rf init.sh lvm-wrapper bin .bin-dir-stamp
/dragonfly/sys/dev/drm/include/linux/
HDww_mutex.h49 volatile u_long stamp; member
54 u_long stamp; member
63 u_long stamp; /* heuristic */ member
70 .stamp = 0, \
/dragonfly/usr.sbin/makefs/cd9660/
HDcd9660_archimedes.c80 uint64_t stamp; in archimedes_convert_node() local
99 stamp = riscos_date(node->node->inode->st.st_mtime); in archimedes_convert_node()
102 cd9660_731(0xfff00000 | (type << 8) | (stamp >> 32), arc->loadaddr); in archimedes_convert_node()
103 cd9660_731(stamp & 0x00ffffffffULL, arc->execaddr); in archimedes_convert_node()
/dragonfly/contrib/gdb-7/gdb/data-directory/
HDMakefile.in100 all: stamp-syscalls stamp-python
104 stamp-syscalls: Makefile $(SYSCALLS_FILES)
119 rm -f stamp-syscalls
147 stamp-python: Makefile $(PYTHON_FILES)
160 rm -f stamp-python
/dragonfly/contrib/gcc-4.7/libdecnumber/
HDMakefile.in111 config.h: stamp-h1
112 test -f config.h || (rm -f stamp-h1 && $(MAKE) stamp-h1)
114 stamp-h1: $(srcdir)/config.in config.status
115 -rm -f stamp-h1
120 -rm -f stamp-h1
161 -rm -f config.h stamp-h1 config.status config.cache config.log \
/dragonfly/contrib/cryptsetup/po/
HDMakefile.in.in90 all-yes: stamp-po
97 # In this case, stamp-po is a nop (i.e. a phony target).
99 # stamp-po is a timestamp denoting the last time at which the CATALOGS have
107 stamp-po: $(srcdir)/$(DOMAIN).pot
111 echo "touch stamp-po" && \
112 echo timestamp > stamp-poT && \
113 mv stamp-poT stamp-po; \
298 rm -f stamp-poT
310 rm -f stamp-po $(GMOFILES)
317 dist2: stamp-po $(DISTFILES)
[all …]
/dragonfly/contrib/file/magic/Magdir/
HDencore17 #>4 date x stamp %s
22 #>4 date x stamp %s
/dragonfly/sys/dev/raid/hptrr/
HDhptrr_os_bsd.c202 HPT_U32 stamp; in os_get_stamp() local
203 do { stamp = krandom(); } while (stamp==0); in os_get_stamp()
204 return stamp; in os_get_stamp()
/dragonfly/sys/conf/
HDnewvers.sh115 stamp=`date +%Y%m%d`
116 echo DragonFly-${MACHINE}-${stamp}-${SBRANCH}-${GITREV} > vers.txt
/dragonfly/gnu/usr.bin/cc80/cc_tools/tools/
HDMakefile160 stamp-opinit: genopinit.nx ${MD_DEPS_PLUS}
165 touch stamp-opinit
166 stamp-tabs: genattrtab.nx ${MD_DEPS_PLUS}
173 touch stamp-tabs
214 stamp-opinit stamp-tabs
/dragonfly/sys/dev/raid/hpt27xx/
HDhpt27xx_os_bsd.c220 HPT_U32 stamp; in os_get_stamp() local
221 do { stamp = krandom(); } while (stamp==0); in os_get_stamp()
222 return stamp; in os_get_stamp()
/dragonfly/contrib/cryptsetup/
HDMakefile.in299 config.h: stamp-h1
301 rm -f stamp-h1; \
302 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
305 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
306 @rm -f stamp-h1
310 rm -f stamp-h1
314 -rm -f config.h stamp-h1
/dragonfly/contrib/binutils-2.27/gold/
HDtimer.h61 stamp(int n);
HDtimer.cc56 Timer::stamp(int n) in stamp() function in gold::Timer
/dragonfly/contrib/binutils-2.34/gold/
HDtimer.h61 stamp(int n);
HDtimer.cc56 Timer::stamp(int n) in stamp() function in gold::Timer
/dragonfly/sys/dev/drm/include/uapi/drm/
HDdrm_sarea.h60 unsigned int stamp; member
/dragonfly/contrib/flex/
HDREADME.DELETED21 doc/stamp-vti
/dragonfly/contrib/cvs-1.12/
HDREADME.DELETED83 doc/stamp-1
84 doc/stamp-vti
/dragonfly/contrib/gcc-4.7/gcc/
HDgcov-dump.c202 unsigned stamp = gcov_read_unsigned (); in dump_file() local
204 printf ("%s:stamp %lu\n", filename, (unsigned long)stamp); in dump_file()
/dragonfly/contrib/gcc-4.7/libgcc/
HDMakefile.in125 -rm -f libgcc_tm.stamp stamp-h stmp-ldirs
143 config.h: stamp-h ; @true
144 stamp-h: $(srcdir)/config.in config.status Makefile
344 libgcc_tm.h: libgcc_tm.stamp; @true
345 libgcc_tm.stamp:
/dragonfly/sys/vfs/isofs/cd9660/
HDTODO10 o Time stamp

1234