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

/macosx-10.5.8/xnu-1228.15.4/bsd/conf/
H A Dparam.c102 int nport = NPROC / 2; variable
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dipc_tt.c123 ipc_port_t nport; local
138 nport = ipc_port_alloc_kernel();
139 if (nport == IP_NULL)
144 task->itk_nself = nport;
233 ipc_port_t nport; local
239 nport = task->itk_nself;
240 if (nport != IP_NULL)
241 ipc_kobject_set(nport, (ipc_kobject_t) task, IKOT_TASK_NAME);
258 ipc_port_t nport; local
264 nport
284 ipc_port_t nport; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_divert.c210 u_int16_t nport; local
278 nport = htons((u_int16_t)port);
281 if (inp->inp_lport == nport)

Completed in 44 milliseconds