Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_bios.c70 pci_bios_get_irq_routing(pci_irq_route_t *routes, int nroutes, int *nneededp) in pci_bios_get_irq_routing() argument
93 n = nroutes * sizeof (pci_irq_route_t); in pci_bios_get_irq_routing()
119 if (n <= nroutes) { in pci_bios_get_irq_routing()
134 int nroutes; in pci_get_irq_routing_table() local
143 nroutes = pci_bios_get_irq_routing(routes, n, &nneeded); in pci_get_irq_routing_table()
144 if (nroutes == 0 && nneeded > n) { in pci_get_irq_routing_table()
155 nroutes = pci_bios_get_irq_routing(routes, n, NULL); in pci_get_irq_routing_table()
156 if (nroutes == 0) { in pci_get_irq_routing_table()
163 if (nroutes > 0) { in pci_get_irq_routing_table()
165 pci_irq_nroutes = nroutes; in pci_get_irq_routing_table()
/illumos-gate/usr/src/common/mc/imc/
H A Dimc_dump.c284 uint_t i, nroutes; in imc_restore_sad() local
329 &nroutes) == 0) { in imc_restore_sad()
330 if (nroutes > IMC_MAX_SAD_MCROUTES) in imc_restore_sad()
332 sad->isad_mcroute.ismc_nroutes = nroutes; in imc_restore_sad()
333 for (i = 0; i < nroutes; i++) { in imc_restore_sad()
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dmc5.h60 unsigned int nroutes, int parity, int syn);
H A Dmc5.c402 unsigned int nroutes, int parity, int syn) in t1_mc5_init() argument
418 if (set_tcam_rtbl_base(mc5, tcam_size - nroutes) || in t1_mc5_init()
419 set_tcam_server_base(mc5, tcam_size - nroutes - nservers)) in t1_mc5_init()
H A Dcommon.h112 unsigned int nroutes; /* size of routing region */ member
H A Dch_subr.c1243 adapter->params.mc5.nroutes, 1, 0)) in t1_init_hw_modules()
1430 adapter->params.mc5.nroutes = DEFAULT_RT_REGION_LEN; in t1_init_sw_modules()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c1343 int ipfd, nroutes, flags, r; in sync_kern() local
1440 nroutes = dbuf.len / sizeof (mib2_ipRouteEntry_t); in sync_kern()
1441 for (rp = routes; nroutes > 0; ++rp, nroutes--) { in sync_kern()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2899 int nroutes; local
2969 nroutes = dbuf.len / sizeof (mib2_ipRouteEntry_t);
2970 for (rp = routes, i = 0; i < nroutes; ++i, ++rp) {