OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sunstatfs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/compat/sunos/
sunos_misc.c
107
static int
sunstatfs
(struct statvfs *, void *);
776
sunstatfs
(struct statvfs *sp, void *buf)
function in typeref:typename:int
810
return
sunstatfs
(sp, (void *)SCARG(uap, buf));
829
error =
sunstatfs
(sp, (void *)SCARG(uap, buf));
/src/sys/compat/sunos32/
sunos32_misc.c
145
static int
sunstatfs
(struct statvfs *, void *);
1011
sunstatfs
(struct statvfs *sp, void *sbuf)
function in typeref:typename:int
1040
error =
sunstatfs
(sp, SCARG_P32(uap, buf));
1058
error =
sunstatfs
(sp, SCARG_P32(uap, buf));
Completed in 12 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025