Home
last modified time | relevance | path

Searched refs:PLENTY_SPACE (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/auditd_plugins/binfile/
H A Dbinfile.c72 #define PLENTY_SPACE 1 /* more than minfree available */ macro
128 static int fullness_state = PLENTY_SPACE;
219 node->dl_space = PLENTY_SPACE; in growauditlist()
662 if ((test_limit == PLENTY_SPACE) && (ignore_size < IGNORE_SIZE)) in spacecheck()
677 thisdir->dl_space = fullness_state = PLENTY_SPACE; in spacecheck()
682 if (thisdir->dl_space == PLENTY_SPACE) in spacecheck()
895 if (fullness_state == PLENTY_SPACE) { /* once */
992 fullness_state = PLENTY_SPACE;