Lines Matching full:are

34  * Return true if we are currently handling a system call from user mode
36 * Inside z_vrfy functions, we always know that we are handling
39 * However, some checks that are only relevant to user mode must
44 * in the relevant z_vrfy function since these are completely skipped
47 * This will return true only if we are handling a syscall for a
49 * or we are not handling a system call, this will return false.
51 * @note This is an internal API. Do not use unless you are extending
84 * @note This is an internal API. Do not use unless you are extending
102 * @note This is an internal API. Do not use unless you are extending
118 * @note This is an internal API. Do not use unless you are extending
131 * @note This is an internal API. Do not use unless you are extending
142 * @note This is an internal API. Do not use unless you are extending
153 * @note This is an internal API. Do not use unless you are extending
164 * @note This is an internal API. Do not use unless you are extending
176 * @note This is an internal API. Do not use unless you are extending
191 * @note This is an internal API. Do not use unless you are extending
199 * Intended for scenarios where objects are fetched from slab pools
202 * This is only intended for pools of objects, where such objects are
205 * should only have permissions on the caller. Objects which are not
212 * @note This is an internal API. Do not use unless you are extending
239 * @note This is an internal API. Do not use unless you are extending
255 * Checks are done to ensure that the current thread would have read
262 * @note This is an internal API. Do not use unless you are extending
279 * @note This is an internal API. Do not use unless you are extending
296 * @note This is an internal API. Do not use unless you are extending
308 * Checks are performed to ensure that the string is valid memory and that
314 * @note This is an internal API. Do not use unless you are extending
324 * Checks are performed to ensure that the string is valid memory and that
334 * @note This is an internal API. Do not use unless you are extending
347 * @note This is an internal API. Do not use unless you are extending
369 * @note This is an internal API. Do not use unless you are extending
392 * @note This is an internal API. Do not use unless you are extending
407 * @note This is an internal API. Do not use unless you are extending
428 * @note This is an internal API. Do not use unless you are extending
452 * @note This is an internal API. Do not use unless you are extending
471 * @note This is an internal API. Do not use unless you are extending
499 * @note This is an internal API. Do not use unless you are extending
516 * @note This is an internal API. Do not use unless you are extending
559 * @note This is an internal API. Do not use unless you are extending
583 * which are implemented for only one driver.
589 * @note This is an internal API. Do not use unless you are extending
604 * For use in system call handlers which are not init functions; a fatal
610 * @note This is an internal API. Do not use unless you are extending
619 * See description of _SYSCALL_IS_OBJ. No initialization checks are done.
625 * @note This is an internal API. Do not use unless you are extending
643 * @note This is an internal API. Do not use unless you are extending