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

  /src/sys/compat/sys/
statvfs.h 78 statvfs_to_statvfs90(const struct statvfs *s, struct statvfs90 *s90)
81 memset(s90, 0, sizeof(*s90));
83 s90->f_flag = s->f_flag;
84 s90->f_bsize = s->f_bsize;
85 s90->f_frsize = s->f_frsize;
86 s90->f_iosize = s->f_iosize;
88 s90->f_blocks = s->f_blocks;
89 s90->f_bfree = s->f_bfree;
90 s90->f_bavail = s->f_bavail
118 struct statvfs90 *s90 = kmem_zalloc(sizeof(*s90), KM_SLEEP); local in function:statvfs_to_statvfs90_copy
    [all...]
statvfs.h 78 statvfs_to_statvfs90(const struct statvfs *s, struct statvfs90 *s90)
81 memset(s90, 0, sizeof(*s90));
83 s90->f_flag = s->f_flag;
84 s90->f_bsize = s->f_bsize;
85 s90->f_frsize = s->f_frsize;
86 s90->f_iosize = s->f_iosize;
88 s90->f_blocks = s->f_blocks;
89 s90->f_bfree = s->f_bfree;
90 s90->f_bavail = s->f_bavail
118 struct statvfs90 *s90 = kmem_zalloc(sizeof(*s90), KM_SLEEP); local in function:statvfs_to_statvfs90_copy
    [all...]

Completed in 22 milliseconds