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

/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_session.c284 #define AUDIT_SDEV_SX_LOCK_DESTROY(asd) slck_destroy(&(asd)->asdev_sx)
285 #define AUDIT_SDEV_SX_LOCK_INIT(asd) slck_init(&(asd)->asdev_sx, \
287 #define AUDIT_SDEV_SX_XLOCK_ASSERT(asd) slck_assert(&(asd)->asdev_sx, \
289 #define AUDIT_SDEV_SX_XLOCK_SIG(asd) slck_lock_sig(&(asd)->asdev_sx)
290 #define AUDIT_SDEV_SX_XUNLOCK(asd) slck_unlock(&(asd)
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c1540 int asd = 0; local
1566 pf_step_into_anchor(&asd, &ruleset,
1569 if (r == NULL && pf_step_out_of_anchor(&asd, &ruleset,
1815 int asd = 0; local
1843 pf_step_into_anchor(&asd, &ruleset,
1846 if (r == NULL && pf_step_out_of_anchor(&asd, &ruleset,
2092 int asd = 0; local
2136 pf_step_into_anchor(&asd, &ruleset,
2140 if (r == NULL && pf_step_out_of_anchor(&asd, &ruleset,
H A Dpf.c3345 int asd = 0; local
3417 pf_step_into_anchor(&asd, &ruleset, rs_num,
3421 pf_step_out_of_anchor(&asd, &ruleset, rs_num, &r,
4020 int asd = 0; local
4387 pf_step_into_anchor(&asd, &ruleset,
4390 if (r == NULL && pf_step_out_of_anchor(&asd, &ruleset,
5105 int asd = 0; local
5242 pf_step_into_anchor(&asd, &ruleset,
5246 if (r == NULL && pf_step_out_of_anchor(&asd, &ruleset,
5360 int asd local
[all...]

Completed in 28 milliseconds