Searched defs:specified (Results 1 - 14 of 14) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
H A Davtab.h73 uint16_t specified; /* what fields are specified */ member in struct:avtab_key
136 extern avtab_ptr_t avtab_search_node_next(avtab_ptr_t node, int specified);
H A Dpolicydb.h274 uint32_t specified; member in struct:avrule
/external/selinux/libsepol/src/
H A Davtab.c104 if (key->specified & AVTAB_OP) {
134 uint16_t specified = local
135 key->specified & ~(AVTAB_ENABLED | AVTAB_ENABLED_OLD);
146 (specified & cur->key.specified)) {
147 if (specified & AVTAB_OPNUM)
170 * key/specified mask into the table, as needed by the conditional avtab.
178 uint16_t specified = local
179 key->specified & ~(AVTAB_ENABLED | AVTAB_ENABLED_OLD);
189 (specified
210 uint16_t specified = local
245 uint16_t specified = local
272 avtab_search_node_next(avtab_ptr_t node, int specified) argument
[all...]
H A Dmls.c549 * structure `c' from the values specified in the
550 * policy `oldp' to the values specified in the policy `newp'.
609 uint32_t specified, context_struct_t * newcontext)
615 switch (specified) {
605 mls_compute_sid(policydb_t * policydb, context_struct_t * scontext, context_struct_t * tcontext, sepol_security_class_t tclass, uint32_t specified, context_struct_t * newcontext) argument
H A Dexpand.c1615 if (key->specified & AVTAB_OPNUM) {
1622 node = avtab_search_node_next(node, key->specified);
1636 node = avtab_search_node_next(node, key->specified);
1671 uint32_t specified, cond_av_list_t ** cond,
1683 if (specified & AVRULE_TRANSITION) {
1685 } else if (specified & AVRULE_MEMBER) {
1687 } else if (specified & AVRULE_CHANGE) {
1700 avkey.specified = spec;
1718 if (specified & AVRULE_TRANSITION) {
1720 } else if (specified
1669 expand_terule_helper(sepol_handle_t * handle, policydb_t * p, uint32_t * typemap, uint32_t specified, cond_av_list_t ** cond, cond_av_list_t ** other, uint32_t stype, uint32_t ttype, class_perm_node_t * perms, avtab_t * avtab, int enabled) argument
1778 expand_avrule_helper(sepol_handle_t * handle, uint32_t specified, cond_av_list_t ** cond, uint32_t stype, uint32_t ttype, class_perm_node_t * perms, avtab_t * avtab, int enabled, av_operations_t *operations) argument
[all...]
H A Dservices.c372 * when it is applied to the specified source and target
870 avkey.specified = AVTAB_AV;
885 avtab_search_node_next(node, avkey.specified)) {
886 if (node->key.specified == AVTAB_ALLOWED)
888 else if (node->key.specified ==
891 else if (node->key.specified == AVTAB_AUDITDENY)
1149 * Return a class ID associated with the class string specified by
1241 * has the string representation specified by `scontext'.
1302 uint32_t specified, sepol_security_id_t * out_sid)
1327 switch (specified) {
1299 sepol_compute_sid(sepol_security_id_t ssid, sepol_security_id_t tsid, sepol_security_class_t tclass, uint32_t specified, sepol_security_id_t * out_sid) argument
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp512 // If the NVVM IR has some of reqntid* specified, then output
514 // If none of reqntid* is specified, don't output reqntid directive.
516 bool specified = false; local
520 specified = true;
524 specified = true;
528 specified = true;
530 if (specified)
534 // If the NVVM IR has some of maxntid* specified, then output
536 // If none of maxntid* is specified, don't output maxntid directive.
538 specified
[all...]
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 5986 milliseconds