Searched refs:ubc_cs_blob_get (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_cs.c | 593 return ubc_cs_blob_get(p->p_textvp, -1, -1, p->p_textoff); in csproc_get_blob() 605 return ubc_cs_blob_get(vp, -1, -1, offset); in csvnode_get_blob() 908 csblob = ubc_cs_blob_get(vp, -1, -1, offset); in csvnode_get_teamid() 1170 if ((csblob = ubc_cs_blob_get(vp, -1, -1, offset)) == NULL) { in csfg_get_cdhash() 1355 if ((csblob = ubc_cs_blob_get(vp, -1, -1, offset)) == NULL) { in csfg_get_validation_category() 1510 if ((csblob = ubc_cs_blob_get(vp, -1, -1, offset)) == NULL) { in csfg_get_csblob() 1657 csblob = ubc_cs_blob_get(vp, -1, -1, offset); in csfg_get_identity() 1702 csblob = ubc_cs_blob_get(vp, -1, -1, offset); in csvnode_get_platform_identifier() 1798 if ((csblob = ubc_cs_blob_get(vnode, -1, -1, offset)) == NULL) { in cs_entitlements_blob_get_vnode() 1826 if ((csblob = ubc_cs_blob_get(vnode, -1, -1, offset)) == NULL) { in cs_entitlements_dictionary_copy_vnode() [all …]
|
| H A D | ubc_subr.c | 5474 ubc_cs_blob_get( in ubc_cs_blob_get() function 6222 csblob = ubc_cs_blob_get(vp, -1, -1, start); in ubc_cs_is_range_codesigned()
|
| H A D | kern_descrip.c | 4017 blob = ubc_cs_blob_get(vp, CPU_TYPE_ANY, CPU_SUBTYPE_ANY, fs.fs_file_start); in sys_fcntl_nocancel() 4333 blob = ubc_cs_blob_get(vp, CPU_TYPE_ANY, CPU_SUBTYPE_ANY, sigsinfo.fg_file_start); in sys_fcntl_nocancel()
|
| H A D | mach_loader.c | 3565 blob = ubc_cs_blob_get(vp, cputype, cpusubtype, macho_offset); in load_code_signature()
|
| H A D | kern_exec.c | 8551 csb = ubc_cs_blob_get(p->p_textvp, -1, -1, p->p_textoff); in process_signature()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | ubc.h | 87 struct cs_blob *ubc_cs_blob_get(vnode_t, cpu_type_t, cpu_subtype_t, off_t);
|