Searched refs:lcond (Results 1 – 1 of 1) sorted by relevance
506 long lcond = *cond; in audit_get_cond() local508 ret = auditon(A_OLDGETCOND, &lcond, sizeof(lcond)); in audit_get_cond()509 *cond = (int)lcond; in audit_get_cond()523 long lcond = (long)*cond; in audit_set_cond() local525 ret = auditon(A_OLDSETCOND, &lcond, sizeof(lcond)); in audit_set_cond()526 *cond = (int)lcond; in audit_set_cond()