Home
last modified time | relevance | path

Searched refs:routes (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/uts/i86pc/os/
H A Dpci_bios.c68 pci_bios_get_irq_routing(pci_irq_route_t *routes, int nroutes, int *nneededp) in pci_bios_get_irq_routing() argument
115 ((uchar_t *)routes)[i] = bufp[i]; in pci_bios_get_irq_routing()
125 pci_irq_route_t *routes; in pci_get_irq_routing_table() local
136 routes = kmem_zalloc(n * sizeof (pci_irq_route_t), KM_SLEEP); in pci_get_irq_routing_table()
137 nroutes = pci_bios_get_irq_routing(routes, n, &nneeded); in pci_get_irq_routing_table()
139 kmem_free(routes, n * sizeof (pci_irq_route_t)); in pci_get_irq_routing_table()
148 routes = kmem_zalloc(n * sizeof (pci_irq_route_t), KM_SLEEP); in pci_get_irq_routing_table()
149 nroutes = pci_bios_get_irq_routing(routes, n, NULL); in pci_get_irq_routing_table()
154 kmem_free(routes, n * sizeof (pci_irq_route_t)); in pci_get_irq_routing_table()
159 pci_irq_routes = routes; in pci_get_irq_routing_table()
/titanic_50/usr/src/cmd/cmd-inet/etc/
H A Dipsecinit.sample73 # WARNING: This file is read before default routes are established, and
/titanic_50/usr/src/cmd/zoneadmd/
H A Dvplat.c2609 struct in6_addr *routes = NULL; in add_net_for_linkid() local
2766 routes = calloc(1, nnet * sizeof (*routes)); in add_net_for_linkid()
2787 routes[j] = SIN6(&lifr.lifr_addr)->sin6_addr; in add_net_for_linkid()
2790 &routes[j]); in add_net_for_linkid()
2797 linkid, routes, j * sizeof (*routes)); in add_net_for_linkid()
2800 free(routes); in add_net_for_linkid()
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME429 ("hme0"), any provided default routes are also configured.
432 set automatically by in.ndpd, and routes are discovered in the usual
434 routes.
439 DHCP client does not automatically add or remove default routes when
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2959 mib2_ipRouteEntry_t routes[8]; local
2990 dbuf.buf = (caddr_t)routes;
2991 dbuf.maxlen = sizeof (routes);
3029 for (rp = routes, i = 0; i < nroutes; ++i, ++rp) {
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c1344 mib2_ipRouteEntry_t routes[8]; in sync_kern() local
1388 dbuf.buf = (caddr_t)routes; in sync_kern()
1389 dbuf.maxlen = sizeof (routes); in sync_kern()
1441 for (rp = routes; nroutes > 0; ++rp, nroutes--) { in sync_kern()
/titanic_50/usr/src/uts/common/os/
H A Dpriv_defs418 Allows a process to configure a system's IP interfaces and routes.
/titanic_50/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m4450 # should we not prune routes in route-addr syntax addresses?