Searched defs:routes (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/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) 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...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | table.c | 66 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...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 2940 * 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) {
|
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 2610 struct in6_addr *routes = NULL; local 2767 routes = calloc(1, nnet * sizeof (*routes)); 2788 routes[j] = SIN6(&lifr.lifr_addr)->sin6_addr; 2791 &routes[j]); local 2798 linkid, routes, j * sizeof (*routes)); 2801 free(routes);
|
Completed in 80 milliseconds