Searched refs:nroutes (Results 1 - 7 of 7) 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 87 n = nroutes * sizeof (pci_irq_route_t); 113 if (n <= nroutes) { 128 int nroutes; local 137 nroutes = pci_bios_get_irq_routing(routes, n, &nneeded); 138 if (nroutes == 0 && nneeded > n) { 149 nroutes = pci_bios_get_irq_routing(routes, n, NULL); 150 if (nroutes == 0) { 158 if (nroutes > 0) { 160 pci_irq_nroutes = nroutes; [all...] |
/illumos-gate/usr/src/uts/common/io/chxge/com/ |
H A D | mc5.h | 62 unsigned int nroutes, int parity, int syn);
|
H A D | common.h | 114 unsigned int nroutes; /* size of routing region */ member in struct:mc5_params
|
H A D | mc5.c | 404 unsigned int nroutes, int parity, int syn) 420 if (set_tcam_rtbl_base(mc5, tcam_size - nroutes) || 421 set_tcam_server_base(mc5, tcam_size - nroutes - nservers)) 403 t1_mc5_init(struct pemc5 *mc5, unsigned int nservers, unsigned int nroutes, int parity, int syn) argument
|
H A D | ch_subr.c | 1245 adapter->params.mc5.nroutes, 1, 0)) 1432 adapter->params.mc5.nroutes = DEFAULT_RT_REGION_LEN;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | table.c | 1343 int ipfd, nroutes, flags, r; local 1440 nroutes = dbuf.len / sizeof (mib2_ipRouteEntry_t); 1441 for (rp = routes; nroutes > 0; ++rp, nroutes--) {
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | sys-solaris.c | 2958 int nroutes; local 3028 nroutes = dbuf.len / sizeof (mib2_ipRouteEntry_t); 3029 for (rp = routes, i = 0; i < nroutes; ++i, ++rp) {
|
Completed in 78 milliseconds