Symbol: __nonnull
include/pthread.h
150
int pthread_attr_init(pthread_attr_t *) __nonnull(1);
include/pthread.h
174
clockid_t * __restrict) __nonnull(2);
include/pthread.h
176
int * __restrict) __nonnull(2);
include/pthread.h
177
int pthread_condattr_init(pthread_condattr_t *) __nonnull(1);
include/pthread.h
181
int pthread_cond_broadcast(pthread_cond_t *) __nonnull(1);
include/pthread.h
184
const pthread_condattr_t * __restrict) __nonnull(1);
include/pthread.h
185
int pthread_cond_signal(pthread_cond_t *) __nonnull(1);
include/pthread.h
188
__nonnull(2);
include/pthread.h
190
pthread_mutex_t * __restrict) __nonnull(1, 2);
include/pthread.h
194
void * __restrict) __nonnull(1, 3);
include/pthread.h
199
int pthread_getcpuclockid(pthread_t, clockid_t *) __nonnull(2);
include/pthread.h
201
int pthread_key_create(pthread_key_t *, void (*) (void *)) __nonnull(1);
include/pthread.h
204
int pthread_mutexattr_init(pthread_mutexattr_t *) __nonnull(1);
include/pthread.h
207
int * __restrict) __nonnull(2);
include/pthread.h
209
int * __restrict) __nonnull(2);
include/pthread.h
214
const pthread_mutexattr_t * __restrict) __nonnull(1);
include/pthread.h
218
int pthread_mutex_trylock(pthread_mutex_t *) __nonnull(1);
include/pthread.h
221
int pthread_once(pthread_once_t *, void (*) (void)) __nonnull(1);
include/pthread.h
225
const pthread_rwlockattr_t * __restrict) __nonnull(1);
include/pthread.h
226
int pthread_rwlock_rdlock(pthread_rwlock_t *) __nonnull(1);
include/pthread.h
228
const struct timespec * __restrict) __nonnull(1, 2);
include/pthread.h
230
const struct timespec * __restrict) __nonnull(1, 2);
include/pthread.h
234
int pthread_rwlock_wrlock(pthread_rwlock_t *) __nonnull(1);
include/pthread.h
238
int * __restrict) __nonnull(1, 2);
include/pthread.h
240
int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *, int) __nonnull(1);
include/pthread.h
291
__nonnull(3);
include/stdlib.h
185
int posix_memalign(void **, size_t, size_t) __nonnull(1); /* (ADV) */
sys/sys/malloc.h
157
__nonnull(1);
sys/sys/malloc.h
343
void _kfree(void *addr, struct malloc_type *type) __nonnull(2);
sys/sys/malloc.h
344
void _kfree_obj(void *addr, struct malloc_type *type) __nonnull(2);
sys/sys/systm.h
241
__nonnull(1, 2) __scanflike(2, 3);
sys/sys/systm.h
243
__nonnull(1, 2) __scanflike(2, 0);
sys/sys/systm.h
246
long strtol(const char *, char **, int) __nonnull(1);
sys/sys/systm.h
247
u_long strtoul(const char *, char **, int) __nonnull(1);
sys/sys/systm.h
248
quad_t strtoq(const char *, char **, int) __nonnull(1);
sys/sys/systm.h
249
u_quad_t strtouq(const char *, char **, int) __nonnull(1);
sys/sys/systm.h
280
__nonnull(1, 2);
sys/sys/systm.h
282
__nonnull(1, 2);
sys/sys/systm.h
285
void bzero(volatile void *buf, size_t len) __nonnull(1);
sys/sys/systm.h
288
__nonnull(1, 2);
sys/sys/systm.h
290
__nonnull(1, 2);
sys/sys/systm.h
293
void _bzero(volatile void *buf, size_t len) __nonnull(1);
sys/sys/systm.h
294
void bzeront(volatile void *buf, size_t len) __nonnull(1);
sys/sys/systm.h
295
void explicit_bzero(void *buf, size_t len) __nonnull(1);
sys/sys/systm.h
300
size_t *lencopied) __nonnull(1, 2);
sys/sys/systm.h
302
size_t *lencopied) __nonnull(1, 2);
sys/sys/systm.h
303
int copyin(const void *udaddr, void *kaddr, size_t len) __nonnull(1, 2);
sys/sys/systm.h
305
__nonnull(1, 2);
sys/sys/systm.h
306
int copyout(const void *kaddr, void *udaddr, size_t len) __nonnull(1, 2);
sys/sys/systm.h
308
__nonnull(1, 2);
sys/sys/systm.h
413
__nonnull(1);
sys/sys/systm.h
415
__nonnull(1);
sys/sys/systm.h
417
__nonnull(1);
sys/sys/systm.h
419
__nonnull(1);
sys/sys/systm.h
420
void tsleep_interlock(const volatile void *, int) __nonnull(1);
sys/sys/systm.h
424
void wakeup(const volatile void *chan) __nonnull(1);
sys/sys/systm.h
425
void wakeup_one(const volatile void *chan) __nonnull(1);
sys/sys/systm.h
426
void wakeup_mycpu(const volatile void *chan) __nonnull(1);
sys/sys/systm.h
427
void wakeup_mycpu_one(const volatile void *chan) __nonnull(1);
sys/sys/systm.h
429
__nonnull(2);
sys/sys/systm.h
431
__nonnull(2);
sys/sys/systm.h
432
void wakeup_domain(const volatile void *chan, int domain) __nonnull(1);
sys/sys/systm.h
433
void wakeup_domain_one(const volatile void *chan, int domain) __nonnull(1);