Home
last modified time | relevance | path

Searched refs:ret_cd (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dcodesign.h205 struct cs_blob ** ret_blob, CS_CodeDirectory const **ret_cd);
/xnu-12377.41.6/bsd/kern/
H A Dubc_subr.c4025 CS_CodeDirectory const ** const ret_cd) in cs_blob_init_validated() argument
4134 if (ret_cd != NULL) { in cs_blob_init_validated()
4135 *ret_cd = cd; in cs_blob_init_validated()
4155 CS_CodeDirectory const ** const ret_cd) in cs_blob_create_validated() argument
4165 if ((error = cs_blob_init_validated(addr, size, &blob, ret_cd)) != 0) { in cs_blob_create_validated()