Searched refs:fileport (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_misc.c55 ipc_port_t fileport; local
59 fileport = ipc_port_alloc_kernel();
60 if (fileport == IP_NULL) {
64 ipc_kobject_set(fileport, (ipc_kobject_t)fg, IKOT_FILEPORT);
65 ip_lock(fileport); /* unlocked by ipc_port_nsrequest */
66 notifyport = ipc_port_make_sonce_locked(fileport);
67 ipc_port_nsrequest(fileport, 1, notifyport, &notifyport);
69 sendport = ipc_port_make_send(fileport);
71 panic("Couldn't allocate send right for fileport!\n");
75 return fileport;
167 ipc_port_t fileport; local
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A DMakefile45 fileport.h \
97 fileport.h \
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c4785 * Parameters: p Process calling fileport
4807 ipc_port_t fileport; local
4825 fileport = fileport_alloc(fg);
4826 if (fileport == IPC_PORT_NULL) {
4833 name = ipc_port_copyout_send(fileport, get_task_ipcspace(p->task));
4880 * Parameters: p Process calling fileport

Completed in 34 milliseconds