Lines Matching defs:data
4 * configuration data for the security policy.
35 * in the configuration data: individual permissions,
148 /* Boolean data type */
157 * type set preserves data needed to determine constraint info from
168 * The configuration data includes security contexts for
171 * relevant data for one such entry. Entries of the same kind
349 char *data;
363 memcpy(buf, fp->data, bytes);
364 fp->data += bytes;
378 memcpy(fp->data, buf, len);
379 fp->data += len;