Lines Matching refs:data
958 avd->allowed |= node->datum.data;
961 avd->auditallow |= node->datum.data;
963 avd->auditdeny &= node->datum.data;
1426 newcontext.type = avdatum->data;
1697 memcpy(buf, fp->data, bytes);
1698 fp->data += bytes;
1722 memcpy(fp->data, ptr, bytes);
1723 fp->data += bytes;
1770 * Read a new set of configuration data from
1782 * configuration data.
1786 int sepol_load_policy(void *data, size_t len)
1796 file.data = data;