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

/darwin-on-arm/xnu/libkern/conf/
H A DMakefile.arm5 OSAtomic.o_SFLAGS_ADD += -no-integrated-as
/darwin-on-arm/xnu/osfmk/conf/
H A DMakefile.arm11 bcopyinout.o_SFLAGS_ADD += -no-integrated-as
14 locore.o_SFLAGS_ADD += -no-integrated-as
15 machine_routines_asm.o_SFLAGS_ADD += -no-integrated-as
16 hw_lock.o_SFLAGS_ADD += -no-integrated-as
17 cache.o_SFLAGS_ADD += -no-integrated-as
18 tlb-arm11.o_SFLAGS_ADD += -no-integrated-as
/darwin-on-arm/xnu/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
/darwin-on-arm/xnu/tools/tests/libMicro/
H A DREADME33 As long as cc is in your path, (gcc on Linux),
/darwin-on-arm/xnu/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...]
/darwin-on-arm/xnu/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
130 * On Mac OS X, the rtableid value is treated as the interface scope
133 * as per definition of ifindex which is a positive, non-zero number.
134 * The other BSDs treat a negative rtableid value as invalid, hence
1531 * tsleep0() shouldn't have returned as PCATCH was not set;
1713 /* get next state, as cur may get deleted */
4939 struct pf_app_state *as; local
4941 as = pool_get(&pf_app_state_pl,
4943 if (!as) {
4949 bzero(as, sizeo
4967 struct pf_app_state *as; local
5755 struct pf_app_state *as = s->state_key->app_state; local
5771 struct pf_app_state *as = s->state_key->app_state; local
6321 struct pf_app_state as; local
6468 struct pf_app_state as; local
[all...]
/darwin-on-arm/xnu/makedefs/
H A DMakeInc.cmd54 # SDKROOT may be passed as a shorthand like "iphoneos.internal". We
197 # linked into kext binaries, and should be built as if
243 export AS := $(shell $(XCRUN) -sdk $(SDKROOT) -find as)
316 # linked into kext binaries, and should be built as if

Completed in 109 milliseconds