Searched refs:TOMOYO_CONFIG_USE_DEFAULT (Results 1 - 4 of 4) sorted by relevance

/linux-master/security/tomoyo/
H A Daudit.c347 if (mode == TOMOYO_CONFIG_USE_DEFAULT)
349 if (mode == TOMOYO_CONFIG_USE_DEFAULT)
H A Dutil.c1002 if (mode == TOMOYO_CONFIG_USE_DEFAULT)
1005 if (mode == TOMOYO_CONFIG_USE_DEFAULT)
H A Dcommon.c502 memset(ptr->config, TOMOYO_CONFIG_USE_DEFAULT,
622 config = TOMOYO_CONFIG_USE_DEFAULT;
630 * 'config' from 'TOMOYO_CONFIG_USE_DEFAULT'.
633 if (config != TOMOYO_CONFIG_USE_DEFAULT) {
654 else if (config != TOMOYO_CONFIG_USE_DEFAULT)
801 if (config == TOMOYO_CONFIG_USE_DEFAULT)
H A Dcommon.h156 TOMOYO_CONFIG_USE_DEFAULT = 255, enumerator in enum:tomoyo_mode_index

Completed in 156 milliseconds