@ -311,7 +311,7 @@ Several macros exist to validate arguments:
@@ -311,7 +311,7 @@ Several macros exist to validate arguments:
* :c:macro:`K_SYSCALL_VERIFY_MSG()` does a runtime check of some boolean
expression which must evaluate to true otherwise the check will fail.
A variant :c:macro:`Z_SYSCALL_VERIFY` exists which does not take
A variant :c:macro:`K_SYSCALL_VERIFY` exists which does not take
a message parameter, instead printing the expression tested if it
fails. The latter should only be used for the most obvious of tests.
@ -641,7 +641,7 @@ Helper macros for creating system call verification functions are provided in
@@ -641,7 +641,7 @@ Helper macros for creating system call verification functions are provided in
* :c:macro:`K_SYSCALL_MEMORY_ARRAY_READ()`
* :c:macro:`K_SYSCALL_MEMORY_ARRAY_WRITE()`
* :c:macro:`K_SYSCALL_VERIFY_MSG()`
* :c:macro:`Z_SYSCALL_VERIFY`
* :c:macro:`K_SYSCALL_VERIFY`
Functions for invoking system calls are defined in