Home
last modified time | relevance | path

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

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