Searched refs:secmap_content (Results 1 – 1 of 1) sorted by relevance
72 static core_content_t secmap_content; variable91 secmap_content = Pcontent(Pr); in check_content()93 if (secmap_content == CC_CONTENT_INVALID) { in check_content()98 if (secmap_content != content) { in check_content()101 secmap_content, content); in check_content()120 boolean_t exist = (secmap_data[type].sd_content & secmap_content) != 0; in secmap_matches_content()126 if (type == SECMAP_SYMTAB && (secmap_content & CC_CONTENT_CTF) != 0) { in secmap_matches_content()172 if ((secmap_content & need) == need) { in secmap_alloc()287 if (sm->sm_ctf && (secmap_content & CC_CONTENT_CTF) != 0 && in secmap_file_check()293 if (sm->sm_symtab && (secmap_content & CC_CONTENT_SYMTAB) != 0 && in secmap_file_check()[all …]