OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stv
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libquota/
quota_open.c
48
struct statvfs
stv
;
local
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
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
...]
/src/external/mit/lua/dist/src/
llex.c
149
TValue *
stv
= s2v(L->top.p++); /* reserve stack space for string */
local
150
setsvalue(L,
stv
, ts); /* temporarily anchor the string */
151
luaH_finishset(L, ls->h,
stv
, o,
stv
); /* t[string] = string */
/src/external/cddl/dtracetoolkit/dist/Bin/
iosnoop
111
while getopts aAd:Def:ghim:Nn:op:
stv
name
/src/external/cddl/dtracetoolkit/dist/
iosnoop
111
while getopts aAd:Def:ghim:Nn:op:
stv
name
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zap_leaf.c
69
stv
(int len, void *addr, uint64_t value)
function
329
stv
(buf_int_len, p, value);
Completed in 44 milliseconds
Indexes created Sat Apr 25 00:22:52 UTC 2026