Searched refs:image4_xnu_callable_posix (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/libkern/libkern/image4/ |
| H A D | api.h | 62 #define image4_xnu_callable_posix(_f, _v, ...) \ macro 108 image4_xnu_callable_posix(coprocessor_resolve_from_manifest, \ 142 image4_xnu_callable_posix(environment_identify, 1, ## __VA_ARGS__) 144 image4_xnu_callable_posix(environment_get_digest_info, 1, ## __VA_ARGS__) 146 image4_xnu_callable_posix(environment_copy_nonce_digest, 0, ## __VA_ARGS__) 148 image4_xnu_callable_posix(environment_roll_nonce, 0, ## __VA_ARGS__) 150 image4_xnu_callable_posix(environment_generate_nonce_proposal, \ 153 image4_xnu_callable_posix(environment_commit_nonce_proposal, \ 156 image4_xnu_callable_posix(environment_get_nonce_handle, 0, ## __VA_ARGS__) 158 image4_xnu_callable_posix(environment_flash, 1, ## __VA_ARGS__)
|