Searched defs:timestamps (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c156 * only used if timestamps are enabled with __svc_nisplus_enable_timestamps().
158 static long *timestamps; variable
159 static int ntimestamps; /* keep track how many timestamps */
1155 if (timestamps && xprt->xp_fd < ntimestamps) {
1156 timestamps[xprt->xp_fd] = 0;
1257 if (timestamps) {
1262 long *tmp_timestamps = timestamps;
1264 /* allocate more timestamps */
1265 tmp_timestamps = realloc(timestamps,
1275 timestamps
[all...]

Completed in 26 milliseconds