Searched refs:lcond (Results 1 – 1 of 1) sorted by relevance
498 long lcond = *cond; in audit_get_cond() local500 ret = auditon(A_OLDGETCOND, &lcond, sizeof(lcond)); in audit_get_cond()501 *cond = (int)lcond; in audit_get_cond()515 long lcond = (long)*cond; in audit_set_cond() local517 ret = auditon(A_OLDSETCOND, &lcond, sizeof(lcond)); in audit_set_cond()518 *cond = (int)lcond; in audit_set_cond()