Home
last modified time | relevance | path

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

/linux-3.4.99/security/selinux/ss/
Davtab.c31 (keyp->source_type << 9)) & mask); in avtab_hash()
70 if (key->source_type == cur->key.source_type && in avtab_insert()
75 if (key->source_type < cur->key.source_type) in avtab_insert()
77 if (key->source_type == cur->key.source_type && in avtab_insert()
80 if (key->source_type == cur->key.source_type && in avtab_insert()
110 if (key->source_type == cur->key.source_type && in avtab_insert_nonunique()
115 if (key->source_type < cur->key.source_type) in avtab_insert_nonunique()
117 if (key->source_type == cur->key.source_type && in avtab_insert_nonunique()
120 if (key->source_type == cur->key.source_type && in avtab_insert_nonunique()
139 if (key->source_type == cur->key.source_type && in avtab_search()
[all …]
Davtab.h27 u16 source_type; /* source type */ member
Dpolicydb.h129 u32 source_type; member
Dpolicydb.c227 return (key->source_type + (key->target_type << 3) + in rangetr_hash()
236 v = key1->source_type - key2->source_type; in rangetr_cmp()
1806 rt->source_type = le32_to_cpu(buf[0]); in range_read()
1817 if (!policydb_type_isvalid(p, rt->source_type) || in range_read()
3151 buf[0] = cpu_to_le32(rt->source_type); in range_write_helper()
Dmls.c527 rtr.source_type = scontext->type; in mls_compute_sid()
Dservices.c656 avkey.source_type = i + 1; in context_struct_compute_av()
1470 avkey.source_type = scontext->type; in security_compute_sid()
/linux-3.4.99/sound/pci/asihpi/
Dasihpi.c2174 u16 source_type, source_index; in snd_asihpi_mux_get() local
2179 &source_type, &source_index)); in snd_asihpi_mux_get()
2186 if ((source_type == src_node_type) in snd_asihpi_mux_get()
2194 h_control, source_type, source_index); in snd_asihpi_mux_get()
2204 u16 source_type, source_index; in snd_asihpi_mux_put() local
2211 &source_type, &source_index); in snd_asihpi_mux_put()
2215 source_type, source_index)); in snd_asihpi_mux_put()
/linux-3.4.99/include/acpi/
Dactbl2.h174 u8 source_type; member