Lines Matching defs:values
207 /* Index numbers for type of numeric values. */
396 /* Index numbers for profile's PREFERENCE values. */
438 /* One of values in "enum tomoyo_path_acl_index". */
444 /* One of values in "enum tomoyo_path2_acl_index". */
452 /* One of values in "enum tomoyo_mkdev_acl_index". */
459 * One of values in
470 /* One of values smaller than TOMOYO_SOCK_MAX. */
472 /* One of values in "enum tomoyo_network_acl_index". */
478 /* One of values smaller than TOMOYO_SOCK_MAX. */
480 /* One of values in "enum tomoyo_network_acl_index". */
527 unsigned long values[2];
529 /* One of values in "enum tomoyo_value_type". */
656 u16 numbers_count; /* Number of "struct tomoyo_number_union values". */
660 u8 grant_log; /* One of values in "enum tomoyo_grant_log". */
664 * struct tomoyo_number_union values[numbers_count];
676 u8 type; /* One of values in "enum tomoyo_acl_entry_type_index". */
711 u16 perm; /* Bitmask of values in "enum tomoyo_path_acl_index". */
721 /* Bitmask of values in "enum tomoyo_path_number_acl_index". */
730 u8 perm; /* Bitmask of values in "enum tomoyo_mkdev_acl_index". */
742 u8 perm; /* Bitmask of values in "enum tomoyo_path2_acl_index". */
766 u8 perm; /* Bitmask of values in "enum tomoyo_network_acl_index" */
775 u8 perm; /* Bitmask of values in "enum tomoyo_network_acl_index" */
851 u8 type; /* One of values in "enum tomoyo_transition_type". */
1250 return a->values[0] == b->values[0] && a->values[1] == b->values[1] &&