Home
last modified time | relevance | path

Searched refs:assigned_len (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c6167 int assigned_len; in pcicfg_free_all_resources() local
6173 &assigned_len) != DDI_PROP_SUCCESS) { in pcicfg_free_all_resources()
6193 if (assigned_len) in pcicfg_free_all_resources()
6194 kmem_free((caddr_t)assigned, assigned_len); in pcicfg_free_all_resources()
6202 int assigned_len, reg_len; in pcicfg_alloc_new_resources() local
6220 &assigned_len) != DDI_PROP_SUCCESS) { in pcicfg_alloc_new_resources()
6334 assigned_len); in pcicfg_alloc_new_resources()
6363 int assigned_len, entries, i; in pcicfg_alloc_resource() local
6367 &assigned_len) == DDI_PROP_SUCCESS) { in pcicfg_alloc_resource()
6381 kmem_free(assigned, assigned_len); in pcicfg_alloc_resource()
[all …]
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcpci.c1279 int assigned_len, entries, i, l, flags = 0, error; in pci_alloc_resource() local
1285 &assigned_len) == DDI_PROP_SUCCESS) { in pci_alloc_resource()
1287 entries = assigned_len / (sizeof (pci_regspec_t)); in pci_alloc_resource()
1297 kmem_free(assigned, assigned_len); in pci_alloc_resource()
1343 kmem_free(assigned, assigned_len); in pci_alloc_resource()