Searched refs:idx1 (Results 1 – 2 of 2) sorted by relevance
/system/extras/tests/kernel.config/ |
D | sysvipc_test.cpp | 30 int kcmp(pid_t pid1, pid_t pid2, int type, unsigned long idx1, unsigned long idx2) { in kcmp() argument 31 return syscall(SYS_kcmp, pid1, pid2, type, 0, idx1, idx2); in kcmp()
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | typecmp.c | 121 int idx1, struct avtab_node *l2, int idx2) in find_match() argument 146 display_allow(policydb, &l1->key, idx1, perms1); in find_match()
|