Home
last modified time | relevance | path

Searched defs:attrp (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.121.6/bsd/kern/
H A Dprocess_policy.c115 user_addr_t attrp = uap->attrp; in process_policy() local
242 …nt scope, int action, __unused int policy, int policy_subtype, __unused user_addr_t attrp, proc_t … in handle_lowresource()
265 handle_cpuuse(int action, user_addr_t attrp, proc_t proc, __unused uint64_t target_threadid) in handle_cpuuse()
370 user_addr_t attrp, in handle_applifecycle()
447 __unused user_addr_t attrp, in handle_apptype()
508 __unused user_addr_t attrp, in handle_boost()
/xnu-11417.121.6/tests/
H A Dvm_set_max_addr_test.c30 posix_spawnattr_t attrp; variable
/xnu-11417.121.6/bsd/sys/
H A Dspawn_internal.h483 _posix_spawnattr_t attrp; /* pointer to block */ member
520 uint32_t attrp; /* pointer to block */ member
541 user_addr_t attrp; /* pointer to block */ member
/xnu-11417.121.6/libsyscall/wrappers/spawn/
H A Dposix_spawn.c2977 const posix_spawnattr_t * __restrict attrp, in posix_spawn()
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_attrlist.c1112 vol_attributes_attr_t *attrp = &vs.f_attributes; in getvolattrlist() local