Searched refs:routes (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | pci_bios.c | 68 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_44/usr/src/cmd/cmd-inet/etc/ |
H A D | ipsecinit.sample | 73 # WARNING: This file is read before default routes are established, and
|
/titanic_44/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 2608 struct in6_addr *routes = NULL; in add_net_for_linkid() local 2765 routes = calloc(1, nnet * sizeof (*routes)); in add_net_for_linkid() 2786 routes[j] = SIN6(&lifr.lifr_addr)->sin6_addr; in add_net_for_linkid() 2789 &routes[j]); in add_net_for_linkid() 2796 linkid, routes, j * sizeof (*routes)); in add_net_for_linkid() 2799 free(routes); in add_net_for_linkid()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 2959 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_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README | 429 ("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_44/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | table.c | 1344 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_44/usr/src/uts/common/os/ |
H A D | priv_defs | 414 Allows a process to configure a system's IP interfaces and routes.
|
/titanic_44/usr/src/cmd/sendmail/cf/m4/ |
H A D | proto.m4 | 450 # should we not prune routes in route-addr syntax addresses?
|