HomeSort by: relevance | last modified time | path
    Searched refs:clval (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/client/
nfs_clvfsops.c 1375 static u_int64_t clval = 0; local in function:mountnfs
1389 if (clval == 0)
1390 clval = (u_int64_t)nfsboottime.tv_sec;
1391 nmp->nm_clval = clval++;
nfs_clport.c 599 nfscl_fillclid(u_int64_t clval, char *uuid, u_int8_t *cp, u_int16_t idlen)
607 NFSBCOPY((caddr_t)&clval, cp, sizeof (u_int64_t));

Completed in 16 milliseconds