Home
last modified time | relevance | path

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

/Linux-v5.4/security/selinux/ss/
Davtab.c55 mix(keyp->source_type); in avtab_hash()
119 if (key->source_type == cur->key.source_type && in avtab_insert()
128 if (key->source_type < cur->key.source_type) in avtab_insert()
130 if (key->source_type == cur->key.source_type && in avtab_insert()
133 if (key->source_type == cur->key.source_type && in avtab_insert()
163 if (key->source_type == cur->key.source_type && in avtab_insert_nonunique()
168 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()
173 if (key->source_type == cur->key.source_type && in avtab_insert_nonunique()
193 if (key->source_type == cur->key.source_type && in avtab_search()
[all …]
Davtab.h27 u16 source_type; /* source type */ member
Dpolicydb.h139 u32 source_type; member
Dpolicydb.c443 return (key->source_type + (key->target_type << 3) + in rangetr_hash()
452 v = key1->source_type - key2->source_type; in rangetr_cmp()
1827 rt->source_type = le32_to_cpu(buf[0]); in range_read()
1838 if (!policydb_type_isvalid(p, rt->source_type) || in range_read()
3275 buf[0] = cpu_to_le32(rt->source_type); in range_write_helper()
Dmls.c506 rtr.source_type = scontext->type; in mls_compute_sid()
Dservices.c655 avkey.source_type = i + 1; in context_struct_compute_av()
1061 avkey.source_type = i + 1; in security_compute_xperms_decision()
1749 avkey.source_type = scontext->type; in security_compute_sid()
/Linux-v5.4/sound/pci/asihpi/
Dasihpi.c2213 u16 source_type, source_index; in snd_asihpi_mux_get() local
2218 &source_type, &source_index)); in snd_asihpi_mux_get()
2225 if ((source_type == src_node_type) in snd_asihpi_mux_get()
2233 h_control, source_type, source_index); in snd_asihpi_mux_get()
2243 u16 source_type, source_index; in snd_asihpi_mux_put() local
2250 &source_type, &source_index); in snd_asihpi_mux_put()
2254 source_type, source_index)); in snd_asihpi_mux_put()
/Linux-v5.4/include/acpi/
Dactbl1.h177 u8 source_type; member