HomeSort by relevance Sort by last modified time
    Searched defs:nel (Results 1 - 13 of 13) sorted by null

  /external/selinux/libselinux/src/
avc_sidtab.h 24 unsigned nel; member in struct:sidtab
compute_user.c 20 unsigned int i, nel; local
49 if (sscanf(buf, "%u", &nel) != 1) {
54 ary = malloc((nel + 1) * sizeof(char *));
61 for (i = 0; i < nel; i++) {
70 ary[nel] = NULL;
matchpathcon.c 266 int h, used, nel, len, longest; local
273 nel = 0;
283 nel += len;
288 __FUNCTION__, nel, used, HASH_BUCKETS, longest);
selinux_restorecon.c 488 int h, used, nel, len, longest; local
495 nel = 0;
504 nel += len;
509 nel, used, HASH_BUCKETS, longest);
  /external/selinux/libsepol/include/sepol/policydb/
sidtab.h 35 unsigned int nel; /* number of elements */ member in struct:__anon33694
hashtab.h 40 uint32_t nel; /* number of elements in hash table */ member in struct:hashtab_val
avtab.h 102 uint32_t nel; /* number of elements */ member in struct:avtab
  /external/selinux/policycoreutils/newrole/
hashtab.h 36 uint32_t nel; /* number of elements in hash table */ member in struct:hashtab_val
  /external/selinux/libsepol/src/
avtab.c 131 h->nel++;
358 h->nel = 0;
387 h->nel = 0;
417 tag, h->nel, slots_used, h->nslot, max_chain_len);
590 uint32_t nel; local
597 nel = le32_to_cpu(buf[0]);
598 if (!nel) {
603 rc = avtab_alloc(a, nel);
609 for (i = 0; i < nel; i++) {
616 ERR(fp->handle, "failed on entry %d of %u", i, nel);
    [all...]
module.c 349 uint32_t offset, nel, read_len; local
353 nel = bytes;
355 while (nel) {
356 if (nel < _read_helper_bufsize)
357 read_len = nel;
364 nel -= read_len;
write.c 103 unsigned merge, unsigned commit, uint32_t * nel)
181 if (nel)
182 (*nel)--; /* one less node */
281 uint32_t nel; local
290 and compute the final nel. */
299 nel = a->nel;
301 /* New avtab format. nel is good to go. */
302 nel = cpu_to_le32(a->nel);
505 size_t nel, items; local
549 size_t nel, items; local
599 size_t nel, items; local
1280 size_t nel, items, len; local
1379 size_t nel, items, len; local
1515 size_t nel = 0, items, len; local
1562 size_t nel; member in struct:rangetrans_write_args
1691 size_t nel = ARRAY_SIZE(avrule->xperms->perms); local
1773 int nel = 0; local
1814 int nel = 0; local
1836 int nel = 0; local
1878 int nel = 0; local
    [all...]
policydb.c 1203 p->p_classes.nprim, p->te_avtab.nel, p->te_cond_avtab.nel);
2091 size_t len, nel; local
2237 size_t len, len2, ncons, nel; local
2517 uint32_t buf[3], nel; local
2559 uint32_t buf[2], nel; local
2591 uint32_t buf[4], nel, len; local
2675 size_t nel, len; local
2784 size_t nel, len; local
2960 size_t nel, nel2, len, len2; local
3344 size_t nel = ARRAY_SIZE(avrule->xperms->perms); local
3399 uint32_t buf[2], nel; local
3523 uint32_t buf[1], nel; local
3573 uint32_t buf[1], nel; local
3608 uint32_t buf[2], nel; local
3667 uint32_t buf[1], nel; local
3742 uint32_t buf[2], nprim, nel; local
3793 uint32_t buf[1], num_blocks, nel; local
3942 size_t len, nprim, nel; local
    [all...]
  /external/selinux/checkpolicy/
checkpolicy.c 397 unsigned int nel, uret; local
1073 ret = sepol_get_user_sids(ssid, ans, &sids, &nel);
1076 if (!nel)
1078 for (i = 0; i < nel; i++)

Completed in 385 milliseconds