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

  /src/lib/libquota/
quota_open.c 48 struct statvfs stv; local in function:quota_open
78 if (statvfs(path, &stv) < 0) {
84 if (!strcmp(stv.f_fstypename, "nfs")) {
86 } else if ((stv.f_flag & ST_QUOTA) != 0) {
88 } else if (__quota_oldfiles_infstab(stv.f_mntonname)) {
105 qh->qh_mountpoint = strdup(stv.f_mntonname);
113 qh->qh_mountdevice = strdup(stv.f_mntfromname);
  /src/common/lib/libc/gen/
radixtree.c 1422 const struct timeval *stv, const struct timeval *etv)
1424 uint64_t s = stv->tv_sec * 1000000 + stv->tv_usec;
1476 struct timeval stv; local in function:test2
1511 gettimeofday(&stv, NULL);
1517 printops(title, "lookup", 0, nnodes, &stv, &etv);
1522 gettimeofday(&stv, NULL);
1539 printops(title, "get_tag", tagmask, nnodes, &stv, &etv);
1542 gettimeofday(&stv, NULL);
1548 printops(title, "remove", 0, nnodes, &stv, &etv)
    [all...]

Completed in 12 milliseconds