Lines Matching defs:src
9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
41 statvfs_32_to_n(statvfs32_t *src, statvfs_t *dest)
43 dest->f_bsize = src->f_bsize;
44 dest->f_frsize = src->f_frsize;
45 dest->f_blocks = src->f_blocks;
46 dest->f_bfree = src->f_bfree;
47 dest->f_bavail = src->f_bavail;
48 dest->f_files = src->f_files;
49 dest->f_ffree = src->f_ffree;
50 dest->f_favail = src->f_favail;
51 dest->f_fsid = src->f_fsid;
52 (void) memcpy(dest->f_basetype, src->f_basetype,
54 dest->f_flag = src->f_flag;
55 dest->f_namemax = src->f_namemax;
56 (void) memcpy(dest->f_fstr, src->f_fstr,