Home
last modified time | relevance | path

Searched defs:otype (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/osfmk/ipc/
H A Dipc_object.h180 #define io_makebits(otype) (IO_BITS_ACTIVE | ((otype) << 16)) argument
191 #define io_alloc(otype, flags) \ argument
H A Dipc_object.c137 ipc_object_free(unsigned int otype, ipc_object_t object, bool last_ref) in ipc_object_free()
429 ipc_object_type_t otype, in ipc_object_alloc()
H A Dipc_pset.c964 ipc_object_type_t otype) in filt_machportprocess()