Searched refs:pcic_range_p (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus.c797 pcic_ranges_t *pcic_range_p, *old_range_p; local
849 (caddr_t)&pcic_range_p, &range_len) != DDI_PROP_SUCCESS) {
857 old_range_p = pcic_range_p;
880 kmem_free(pcic_range_p, range_len);
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c6022 pcic_ranges_t *pcic_range_p; local
6025 (caddr_t)&pcic_range_p, &range_len) != DDI_PROP_SUCCESS) {
6036 pcic_ranges_t *range_p = pcic_range_p;
6058 kmem_free(pcic_range_p, range_len);

Completed in 58 milliseconds