Lines Matching +full:user +full:- +full:defined

4  *  Copyright (c) 2013-15 Stacey D. Son (sson at FreeBSD)
38 * time_t seems to be very inconsistly defined for the different *BSD's...
43 * On NetBSD time_t is always defined as an int64_t. On OpenBSD time_t
44 * is always defined as an int.
47 #if (!defined(TARGET_I386))
62 uint32_t cuid; /* creator user id */
64 uint32_t uid; /* user id */
68 abi_long key; /* user specified msg/sem/shm key */
146 #if !defined(TARGET_I386) && TARGET_ABI_BITS == 32
164 #if !defined(TARGET_I386) && TARGET_ABI_BITS == 32
194 struct target_freebsd_timeval ru_utime; /* user time used */
225 uint32_t st_uid; /* user ID of the file's owner */
234 uint32_t st_flags; /* user defined flags for file */
243 * to cover up to 64 bits on 32-bit machines. We assume that
246 unsigned int:(8 / 2) * (16 - (int)sizeof(struct target_freebsd_timespec));
247 unsigned int:(8 / 2) * (16 - (int)sizeof(struct target_freebsd_timespec));
250 #if defined(__i386__)
260 uint32_t st_uid; /* user ID of the file's owner */
283 uint32_t st_flags; /* user defined flags for file */
295 uint32_t st_uid; /* user ID of the file's owner */
304 uint32_t st_flags; /* user defined flags for file */
312 * to cover up to 64 bits on 32-bit machines. We assume that
315 unsigned int:(8 / 2) * (16 - (int)sizeof(struct target_freebsd_timespec));
316 unsigned int:(8 / 2) * (16 - (int)sizeof(struct target_freebsd_timespec));
335 int64_t f_bavail; /* free blocks avail to non-superuser */
337 int64_t f_ffree; /* free nodes avail to non-superuser */
344 uint32_t f_owner; /* user that mounted the filesystem */
360 int64_t f_bavail; /* free blocks avail to non-superuser */
362 int64_t f_ffree; /* free nodes avail to non-superuser */
369 uint32_t f_owner; /* user that mounted the filesystem */
415 /* FreeBSD-specific */
429 /* user: vfork(2) semantics, clear signals */