Searched refs:user64_long_t (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dresource.h193 user64_long_t ru_maxrss; /* max resident set size */
194 user64_long_t ru_ixrss; /* integral shared memory size */
195 user64_long_t ru_idrss; /* integral unshared data " */
196 user64_long_t ru_isrss; /* integral unshared stack " */
197 user64_long_t ru_minflt; /* page reclaims */
198 user64_long_t ru_majflt; /* page faults */
199 user64_long_t ru_nswap; /* swaps */
200 user64_long_t ru_inblock; /* block input operations */
201 user64_long_t ru_oublock; /* block output operations */
202 user64_long_t ru_msgsn
[all...]
H A Dmount_internal.h360 user64_long_t f_bsize; /* fundamental file system block size */
361 user64_long_t f_iosize; /* optimal transfer block size */
362 user64_long_t f_blocks; /* total data blocks in file system */
363 user64_long_t f_bfree; /* free blocks in fs */
364 user64_long_t f_bavail; /* free blocks avail to non-superuser */
365 user64_long_t f_files; /* total file nodes in file system */
366 user64_long_t f_ffree; /* free file nodes in fs */
371 user64_long_t f_flags; /* copy of mount exported flags */
372 user64_long_t f_reserved2[2]; /* reserved for future use */
377 user64_long_t f_reserved
[all...]
H A Dstat.h300 user64_long_t st_atimensec; /* nsec of last access */
302 user64_long_t st_mtimensec; /* last data modification nsec */
304 user64_long_t st_ctimensec; /* nsec of last status change */
367 user64_long_t st_atimensec; /* nsec of last access */
369 user64_long_t st_mtimensec; /* last data modification nsec */
371 user64_long_t st_ctimensec; /* nsec of last status change */
373 user64_long_t st_birthtimensec; /* nsec of File creation time */
H A D_structs.h187 user64_long_t tv_nsec; /* and nanoseconds */
H A Dsignal.h280 user64_long_t si_band; /* band event for SIGPOLL */
H A Dsysctl.h876 user64_long_t fscale;
/darwin-on-arm/xnu/bsd/arm/
H A Dtypes.h101 typedef int64_t user64_long_t; typedef
/darwin-on-arm/xnu/bsd/i386/
H A Dtypes.h145 typedef __int64_t user64_long_t __attribute__((aligned(8))); typedef
/darwin-on-arm/xnu/osfmk/arm/
H A Dtypes.h100 typedef int64_t user64_long_t; typedef
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c3394 sfs.f_bsize = (user64_long_t)sp->f_bsize;
3395 sfs.f_iosize = (user64_long_t)sp->f_iosize;
3396 sfs.f_blocks = (user64_long_t)sp->f_blocks;
3397 sfs.f_bfree = (user64_long_t)sp->f_bfree;
3398 sfs.f_bavail = (user64_long_t)sp->f_bavail;
3399 sfs.f_files = (user64_long_t)sp->f_files;
3400 sfs.f_ffree = (user64_long_t)sp->f_ffree;
H A Dvfs_syscalls.c7020 user64_long_t base = (user64_long_t)offset;
7021 error = copyout((caddr_t)&base, uap->basep, sizeof(user64_long_t));
9296 sfs.f_bsize = (user64_long_t)sfsp->f_bsize;
9297 sfs.f_iosize = (user64_long_t)sfsp->f_iosize;
9298 sfs.f_blocks = (user64_long_t)sfsp->f_blocks;
9299 sfs.f_bfree = (user64_long_t)sfsp->f_bfree;
9300 sfs.f_bavail = (user64_long_t)sfsp->f_bavail;
9301 sfs.f_files = (user64_long_t)sfsp->f_files;
9302 sfs.f_ffree = (user64_long_t)sfs
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_sysctl.c303 la64->fscale = (user64_long_t)la->fscale;

Completed in 82 milliseconds