Searched refs:nx_port_alloc (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.101.4/bsd/skywalk/nexus/ |
| H A D | nexus_var.h | 474 extern int nx_port_alloc(struct kern_nexus *, nexus_port_t,
|
| H A D | nexus.c | 2627 nx_port_alloc(struct kern_nexus *nx, nexus_port_t nx_port, struct nxbind *nxb, in nx_port_alloc() function
|
| /xnu-8020.101.4/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_compat.c | 1760 retval = nx_port_alloc(nx, NEXUS_PORT_NET_IF_DEV, NULL, &devna, kernproc); in nx_netif_compat_attach() 1762 retval = nx_port_alloc(nx, NEXUS_PORT_NET_IF_HOST, NULL, &hostna, kernproc); in nx_netif_compat_attach()
|
| H A D | nx_netif.c | 2402 retval = nx_port_alloc(nx, NEXUS_PORT_NET_IF_DEV, NULL, &devna, in nx_netif_attach() 2405 retval = nx_port_alloc(nx, NEXUS_PORT_NET_IF_HOST, NULL, &hostna, in nx_netif_attach() 2877 err = nx_port_alloc(nx, nx_port, nxb, &na, p); 2893 err = nx_port_alloc(nx, nx_port, nxb, &na, p);
|
| /xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw.c | 1364 error = nx_port_alloc(nx, nx_port, nxb, (struct nexus_adapter **)vpna, p); in fsw_port_alloc__()
|