Home
last modified time | relevance | path

Searched refs:source_type (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/security/selinux/ss/
Davtab.c55 mix(keyp->source_type); in avtab_hash()
121 if (key->source_type == cur->key.source_type && in avtab_insert()
130 if (key->source_type < cur->key.source_type) in avtab_insert()
132 if (key->source_type == cur->key.source_type && in avtab_insert()
135 if (key->source_type == cur->key.source_type && in avtab_insert()
165 if (key->source_type == cur->key.source_type && in avtab_insert_nonunique()
170 if (key->source_type < cur->key.source_type) in avtab_insert_nonunique()
172 if (key->source_type == cur->key.source_type && in avtab_insert_nonunique()
175 if (key->source_type == cur->key.source_type && in avtab_insert_nonunique()
195 if (key->source_type == cur->key.source_type && in avtab_search()
[all …]
Davtab.h30 u16 source_type; /* source type */ member
Dpolicydb.h143 u32 source_type; member
Dpolicydb.c247 return (key->source_type + (key->target_type << 3) + in rangetr_hash()
256 v = key1->source_type - key2->source_type; in rangetr_cmp()
1867 rt->source_type = le32_to_cpu(buf[0]); in range_read()
1878 if (!policydb_type_isvalid(p, rt->source_type) || in range_read()
3226 buf[0] = cpu_to_le32(rt->source_type); in range_write_helper()
Dmls.c523 rtr.source_type = scontext->type; in mls_compute_sid()
Dservices.c691 avkey.source_type = i + 1; in context_struct_compute_av()
1054 avkey.source_type = i + 1; in security_compute_xperms_decision()
1674 avkey.source_type = scontext->type; in security_compute_sid()
/linux-4.4.14/sound/pci/asihpi/
Dasihpi.c2236 u16 source_type, source_index; in snd_asihpi_mux_get() local
2241 &source_type, &source_index)); in snd_asihpi_mux_get()
2248 if ((source_type == src_node_type) in snd_asihpi_mux_get()
2256 h_control, source_type, source_index); in snd_asihpi_mux_get()
2266 u16 source_type, source_index; in snd_asihpi_mux_put() local
2273 &source_type, &source_index); in snd_asihpi_mux_put()
2277 source_type, source_index)); in snd_asihpi_mux_put()
/linux-4.4.14/include/acpi/
Dactbl2.h188 u8 source_type; member