Searched refs:routes (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/i86pc/os/
H A Dpci_bios.c68 pci_bios_get_irq_routing(pci_irq_route_t *routes, int nroutes, int *nneededp) argument
115 ((uchar_t *)routes)[i] = bufp[i];
125 pci_irq_route_t *routes; local
136 routes = kmem_zalloc(n * sizeof (pci_irq_route_t), KM_SLEEP);
137 nroutes = pci_bios_get_irq_routing(routes, n, &nneeded);
139 kmem_free(routes, n * sizeof (pci_irq_route_t));
148 routes = kmem_zalloc(n * sizeof (pci_irq_route_t), KM_SLEEP);
149 nroutes = pci_bios_get_irq_routing(routes, n, NULL);
154 kmem_free(routes, n * sizeof (pci_irq_route_t));
159 pci_irq_routes = routes;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DTrig.pm445 circles quite often do not look like the shortest routes-- but for
446 example the shortest possible routes from Europe or North America to
/opensolaris-onvv-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c2601 struct in6_addr *routes = NULL; local
2758 routes = calloc(1, nnet * sizeof (*routes));
2779 routes[j] = SIN6(&lifr.lifr_addr)->sin6_addr;
2782 &routes[j]); local
2789 linkid, routes, j * sizeof (*routes));
2792 free(routes);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2940 * byte order. For demand mode to work properly, we have to ignore routes
2959 mib2_ipRouteEntry_t routes[8]; local
2990 dbuf.buf = (caddr_t)routes;
2991 dbuf.maxlen = sizeof (routes);
3020 * Note that we have to skip routes to our own
3029 for (rp = routes, i = 0; i < nroutes; ++i, ++rp) {
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c66 struct timeval age_timer; /* next check of old routes */
77 * It is desirable to "aggregate" routes, to combine differing routes of
79 * or to suppress redundant routes, routes that add no information to
80 * routes with smaller netmasks.
82 * A route is redundant if and only if any and all routes with smaller
83 * but matching netmasks and nets are the same. Since routes are
84 * kept sorted in the radix tree, redundant routes always come second.
86 * There are two kinds of aggregations. First, two routes o
1344 mib2_ipRouteEntry_t routes[8]; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dpriv_defs409 Allows a process to configure a system's IP interfaces and routes.

Completed in 218 milliseconds