Lines Matching +full:user +full:- +full:defined
1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
71 #if defined(COMPAT_FREEBSD4) || defined(COMPAT_FREEBSD5) || \
72 defined(COMPAT_FREEBSD6) || defined(COMPAT_FREEBSD7) || \
73 defined(COMPAT_43)
75 unsigned short cuid; /* creator user id */
77 unsigned short uid; /* user id */
81 key_t key; /* user specified msg/sem/shm key */
86 uid_t cuid; /* creator user id */
88 uid_t uid; /* user id */
92 key_t key; /* user specified msg/sem/shm key */
119 #if defined(_KERNEL) || defined(_WANT_SYSVIPC_INTERNALS)
132 #if defined(COMPAT_FREEBSD4) || defined(COMPAT_FREEBSD5) || \
133 defined(COMPAT_FREEBSD6) || defined(COMPAT_FREEBSD7)