Home
last modified time | relevance | path

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

/linux/security/selinux/ss/
H A Davtab.c31 (u32)keyp->source_type, mask); in avtab_hash()
70 if (key1->source_type == key2->source_type && in avtab_node_cmp()
75 if (key1->source_type < key2->source_type) in avtab_node_cmp()
77 if (key1->source_type == key2->source_type && in avtab_node_cmp()
80 if (key1->source_type == key2->source_type && in avtab_node_cmp()
346 key.source_type in avtab_read_item()
[all...]
H A Dpolicydb.h141 u32 source_type;
140 u32 source_type; global() member
H A Dmls.c503 rtr.source_type = scontext->type; in mls_compute_sid()
H A Dpolicydb.c459 return key->source_type + (key->target_type << 3) + in rangetr_hash()
468 v = cmp_int(key1->source_type, key2->source_type); in rangetr_cmp()
2146 rt->source_type = le32_to_cpu(buf[0]); in range_read()
2161 if (!policydb_type_isvalid(p, rt->source_type) || in range_read()
3859 buf[0] = cpu_to_le32(rt->source_type); in range_write_helper()
H A Dservices.c660 avkey.source_type = i + 1; in context_struct_compute_av()
1093 avkey.source_type = i + 1; in security_compute_xperms_decision()
1860 avkey.source_type = scontext->type; in security_compute_sid()
/linux/sound/pci/asihpi/
H A Dasihpi.c2154 u16 source_type, source_index; in snd_asihpi_mux_get()
2159 &source_type, &source_index)); in snd_asihpi_mux_get()
2166 if ((source_type == src_node_type) in snd_asihpi_mux_get()
2173 __func__, h_control, source_type, source_index); in snd_asihpi_mux_put()
2183 u16 source_type, source_index; in snd_asihpi_mux_put()
2190 &source_type, &source_index);
2194 source_type, source_index)); in snd_asihpi_mux_add()
2146 u16 source_type, source_index; snd_asihpi_mux_get() local
2175 u16 source_type, source_index; snd_asihpi_mux_put() local
/linux/drivers/usb/typec/
H A Dpd.c453 static const struct device_type *source_type[] = { variable
510 type = source_type[pdo_type(pdo)]; in add_pdo()