HomeSort by: relevance | last modified time | path
    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