Searched refs:kofn (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/authd/
H A Dengine.c726 int64_t kofn = rule_get_kofn(rule); local
731 LOGV("engine[%i]: ** rule %s has %zi delegates kofn = %lli", connection_get_pid(engine->conn), rule_get_name(rule), total, kofn);
735 if (kofn != 0 && success_count == kofn) {
748 if (kofn != 0) {
750 if ((total - count) < (kofn - success_count)) {
751 LOGD("engine[%i]: rule evaluation remaining: %i, required: %lli", connection_get_pid(engine->conn), (total - count), (kofn - success_count));
H A Drule.c27 #define RULE_KOFN "kofn"
438 rc = sqlite3_bind_null(stmt, column++); // kofn
467 rc = sqlite3_bind_null(stmt, column++); // kofn
480 rc = sqlite3_bind_null(stmt, column++); // kofn
600 "SET name=?,type=?,class=?,'group'=?,kofn=?,timeout=?,flags=?,tries=?,version=?,created=?,modified=?,hash=?,identifier=?,requirement=?,comment=? " \
969 int64_t kofn = rule_get_kofn(rule); local
970 if (kofn) {
971 tmp = CFNumberCreate(kCFAllocatorDefault, kCFNumberSInt64Type, &kofn);
/macosx-10.9.5/securityd-55199.3/dtrace/
H A Dsecurityd-watch.d338 securityd*:::auth-kofn,

Completed in 128 milliseconds