Home
last modified time | relevance | path

Searched defs:zflags (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/libkern/libkern/c++/
H A DOSMetaClass.h2010 superclassName, init, zflags) \ argument
2193 superclassName, init, zflags) \ argument
2277 className, superclassName, init, zflags) \ argument
2357 superclassName, zflags) \ argument
2446 superclassName, zflags) \ argument
/xnu-11215/bsd/skywalk/namespace/
H A Dflowidns.c117 zalloc_flags_t zflags; in flowidns_fftn_alloc() local
/xnu-11215/bsd/skywalk/mem/
H A Dskmem_slab.c448 zalloc_flags_t zflags = (skmflag & SKMEM_NOSLEEP) ? Z_NOWAIT : Z_WAITOK; in skmem_slab_alloc_pseudo_locked() local
/xnu-11215/libkern/c++/
H A DOSMetaClass.cpp648 zone_create_flags_t zflags) : OSMetaClass(inClassName, inSuperClass, in OSMetaClass()
/xnu-11215/bsd/vfs/
H A Dvfs_cluster.c2759 int zflags; in cluster_write_ext() local
/xnu-11215/osfmk/vm/
H A Dvm_resident.c9706 vm_tag_will_update_zone(vm_tag_t tag, uint32_t zflags) in vm_tag_will_update_zone()