Searched refs:as (Results 1 - 7 of 7) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dmake_posix_availability.sh8 # as defined in and that are subject to the Apple Public Source License
45 * as defined in and that are subject to the Apple Public Source License
H A Dmake_symbol_aliasing.sh8 # as defined in and that are subject to the Apple Public Source License
49 * as defined in and that are subject to the Apple Public Source License
/xnu-2422.115.4/makedefs/
H A DMakeInc.cmd6 # the build, as well as make fragments and text
7 # strings that may be evaluated as utility functions.
39 # SDKROOT may be passed as a shorthand like "iphoneos.internal". We
/xnu-2422.115.4/tools/tests/libMicro/
H A DREADME33 As long as cc is in your path, (gcc on Linux),
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_session.c66 * Audit Session Entry. This is treated as an object with public and private
266 * queue, as an in-progress read may sleep while copying and,
323 * XXX We may want to dynamically grow this as need.
1120 struct au_session as; local
1138 bcopy(&new_aia_p->ai_mask, &as.as_mask, sizeof(as.as_mask));
1141 as.as_aia_p = audit_session_new(new_aia_p, old_aia_p);
1152 * credential is used as part of our hash key. Get current credential
1164 bcopy(&as, &tmp_as, sizeof(tmp_as));
1195 audit_unref_session(AU_SENTRY_PTR(as
[all...]
/xnu-2422.115.4/bsd/net/
H A Dpf_table.c7 * as defined in and that are subject to the Apple Public Source License
1095 struct pfr_astats as; local
1097 pfr_copyout_addr(&as.pfras_a, ke);
1099 bcopy(ke->pfrke_packets, as.pfras_packets,
1100 sizeof (as.pfras_packets));
1101 bcopy(ke->pfrke_bytes, as.pfras_bytes,
1102 sizeof (as.pfras_bytes));
1103 as.pfras_tzero = ke->pfrke_tzero;
1105 if (COPYOUT(&as, w->pfrw_astats, sizeof (as), flag
[all...]
H A Dpf.c7 * as defined in and that are subject to the Apple Public Source License
138 * On Mac OS X, the rtableid value is treated as the interface scope
141 * as per definition of ifindex which is a positive, non-zero number.
142 * The other BSDs treat a negative rtableid value as invalid, hence
1551 * tsleep0() shouldn't have returned as PCATCH was not set;
1733 /* get next state, as cur may get deleted */
4991 struct pf_app_state *as; local
4993 as = pool_get(&pf_app_state_pl,
4995 if (!as) {
5001 bzero(as, sizeo
5019 struct pf_app_state *as; local
5810 struct pf_app_state *as = s->state_key->app_state; local
5826 struct pf_app_state *as = s->state_key->app_state; local
6380 struct pf_app_state as; local
6533 struct pf_app_state as; local
[all...]

Completed in 101 milliseconds