sys/sys/cdefs.h
306
#ifndef __nodiscard
sys/sys/systm.h
313
__nodiscard int copyinstr(const void * __restrict udaddr,
sys/sys/systm.h
316
__nodiscard int copyin(const void * __restrict udaddr,
sys/sys/systm.h
318
__nodiscard int copyin_nofault(const void * __restrict udaddr,
sys/sys/systm.h
320
__nodiscard int copyout(const void * _Nonnull __restrict kaddr,
sys/sys/systm.h
322
__nodiscard int copyout_nofault(
sys/sys/systm.h
327
__nodiscard int copyinptr(const void * __restrict udaddr,
sys/sys/systm.h
329
__nodiscard int copyinptr_nofault(const void * __restrict udaddr,
sys/sys/systm.h
331
__nodiscard int copyoutptr(
sys/sys/systm.h
334
__nodiscard int copyoutptr_nofault(
sys/sys/systm.h
360
__nodiscard int fueword(volatile const void *base, long *val);
sys/sys/systm.h
361
__nodiscard int fueword32(volatile const void *base, int32_t *val);
sys/sys/systm.h
362
__nodiscard int fueword64(volatile const void *base, int64_t *val);
sys/sys/systm.h
364
__nodiscard int fueptr(volatile const void *base, intptr_t *val);
sys/sys/systm.h
368
__nodiscard int subyte(volatile void *base, int byte);
sys/sys/systm.h
369
__nodiscard int suword(volatile void *base, long word);
sys/sys/systm.h
370
__nodiscard int suword16(volatile void *base, int word);
sys/sys/systm.h
371
__nodiscard int suword32(volatile void *base, int32_t word);
sys/sys/systm.h
372
__nodiscard int suword64(volatile void *base, int64_t word);
sys/sys/systm.h
374
__nodiscard int suptr(volatile void *base, intptr_t ptr);