Home
last modified time | relevance | path

Searched defs:profile (Results 1 – 8 of 8) sorted by relevance

/xnu-8792.41.9/bsd/kern/
H A Dkern_codesigning.c293 cs_profile_t *profile = NULL; in search_for_profile_uuid() local
313 cs_profile_t *profile = NULL; in register_provisioning_profile() local
374 cs_profile_t *profile = NULL; in associate_provisioning_profile() local
428 cs_profile_t *profile) in unregister_provisioning_profile()
454 cs_profile_t *profile = NULL; in free_provisioning_profiles() local
/xnu-8792.41.9/osfmk/kern/
H A Dlock_stat.h223 bool profile) in lck_mtx_prof_probe()
311 #define lck_mtx_prof_probe(id, mtx, grp, profile) ((void)0) argument
404 #define LCK_MTX_ACQUIRED(mtx, grp, spin, profile) \ argument
407 #define LCK_MTX_TRY_ACQUIRED(mtx, grp, spin, profile) \ argument
410 #define LCK_MTX_RELEASED(mtx, grp, profile) \ argument
H A Dlock_mtx.h51 uint32_t profile : 1; member
H A Dlock_mtx.c843 uint32_t profile; in lck_mtx_lock_contended() local
/xnu-8792.41.9/libkern/kxld/
H A DMakefile129 profile: OPTIM=-Os -pg -dynamic target
130 profile: build target
/xnu-8792.41.9/osfmk/i386/
H A Dlocks_i386.c1385 bool profile, in lck_mtx_lock_contended()
1559 bool profile; in lck_mtx_lock_slow() local
1627 bool profile; in lck_mtx_try_lock_slow() local
1695 bool profile; in lck_mtx_lock_spin_slow() local
1780 bool profile; in lck_mtx_try_lock_spin_slow() local
/xnu-8792.41.9/osfmk/vm/
H A Dpmap_cs.h406 const uint8_t *profile; member
/xnu-8792.41.9/bsd/net/classq/
H A Dclassq_subr.c693 ifclassq_tbr_set(struct ifclassq *ifq, struct tb_profile *profile, in ifclassq_tbr_set()