Searched refs:objp (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dsecurity.c213 ipc_object_t objp; local
237 objp = entry->ie_object;
238 port = (ipc_port_t)objp;
247 io_lock (objp);
250 objl = io_getlabel(objp);
252 io_unlock(objp);
257 io_unlocklabel(objp);
258 io_unlock (objp);
286 ipc_object_t subp, objp; local
301 objp
356 ipc_object_t subp, objp; local
[all...]
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_object.c1060 struct label *io_getlabel (ipc_object_t objp) argument
1062 ipc_port_t port = (ipc_port_t)objp;
1064 assert(io_otype(objp) == IOT_PORT);

Completed in 80 milliseconds