Searched defs:rv_from_auditon (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.41.3/tests/ |
| H A D | audit_session.c | 111 int rv_from_auditon = auditon(A_GETSFLAGS, &flags, sizeof(flags)); variable 128 int rv_from_auditon = auditon(A_GETPINFO_ADDR, &apia, sizeof(apia)); variable 151 int rv_from_auditon = auditon(A_GETSINFO_ADDR, &aia, sizeof(aia)); variable 173 int rv_from_auditon = auditon(A_GETSINFO_ADDR, &aia, sizeof(aia)); variable 192 int rv_from_auditon = auditon(A_GETSINFO_ADDR, &aia, sizeof(aia)); variable 843 int cond, rv_from_auditon = auditon(A_GETCOND, &cond, sizeof(cond)); variable 942 int cond, rv_from_auditon = auditon(A_GETCOND, &cond, sizeof(cond)); variable 961 int cond, rv_from_auditon = auditon(A_GETCOND, &cond, sizeof(cond)); variable 989 int cond, rv_from_auditon = auditon(A_GETCOND, &cond, sizeof(cond)); variable 1061 int cond, rv_from_auditon = auditon(A_GETCOND, &cond, sizeof(cond)); variable
|