summaryrefslogtreecommitdiff
path: root/static/freebsd/man9/vfs_timestamp.9 4.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/freebsd/man9/vfs_timestamp.9 4.html')
-rw-r--r--static/freebsd/man9/vfs_timestamp.9 4.html55
1 files changed, 0 insertions, 55 deletions
diff --git a/static/freebsd/man9/vfs_timestamp.9 4.html b/static/freebsd/man9/vfs_timestamp.9 4.html
deleted file mode 100644
index a3073888..00000000
--- a/static/freebsd/man9/vfs_timestamp.9 4.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">VFS_TIMESTAMP(9)</td>
- <td class="head-vol">Kernel Developer's Manual</td>
- <td class="head-rtitle">VFS_TIMESTAMP(9)</td>
- </tr>
-</table>
-<div class="manual-text">
-<section class="Sh">
-<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
-<p class="Pp"><code class="Nm">vfs_timestamp</code> &#x2014;
- <span class="Nd">generate current timestamp</span></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
-<p class="Pp"><code class="In">#include
- &lt;<a class="In">sys/param.h</a>&gt;</code>
- <br/>
- <code class="In">#include &lt;<a class="In">sys/vnode.h</a>&gt;</code></p>
-<p class="Pp"><var class="Ft">void</var>
- <br/>
- <code class="Fn">vfs_timestamp</code>(<var class="Fa" style="white-space: nowrap;">struct
- timespec *tsp</var>);</p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp">The
- <a class="permalink" href="#vfs_timestamp"><code class="Fn" id="vfs_timestamp">vfs_timestamp</code></a>()
- function fills in <var class="Fa">tsp</var> with the current time.</p>
-<p class="Pp">The precision is based on the value of the
- <var class="Va">vfs.timestamp_precision</var> sysctl variable:</p>
-<p class="Pp"></p>
-<dl class="Bl-tag Bl-compact">
- <dt>0</dt>
- <dd>seconds only; nanoseconds are zeroed.</dd>
- <dt>1</dt>
- <dd>seconds and nanoseconds, accurate within 1/HZ.</dd>
- <dt>2</dt>
- <dd>seconds and nanoseconds, truncated to microseconds.</dd>
- <dt>&#x2265;3</dt>
- <dd>seconds and nanoseconds, maximum precision.</dd>
-</dl>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
-<p class="Pp">This manual page was written by <span class="An">Chad David</span>
- &lt;<a class="Mt" href="mailto:davidc@acns.ab.ca">davidc@acns.ab.ca</a>&gt;.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">November 21, 2001</td>
- <td class="foot-os">FreeBSD 15.0</td>
- </tr>
-</table>