Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4/io/
H A Dpcicfg.c4293 uchar_t *fcode_addr; in pcicfg_fcode_probe() local
4522 func, vendor_id, device_id, &fcode_addr, in pcicfg_fcode_probe()
4535 fcode_addr, fcode_size); in pcicfg_fcode_probe()
4552 fcode_addr = NULL; in pcicfg_fcode_probe()
4575 fcode_addr, fcode_size, unit_address, &po); in pcicfg_fcode_probe()
4596 kmem_free(fcode_addr, ptob(btopr(fcode_size))); in pcicfg_fcode_probe()
5786 uint16_t vendor_id, uint16_t device_id, uchar_t **fcode_addr, in pcicfg_load_fcode() argument
5811 *fcode_addr = NULL; in pcicfg_load_fcode()
5980 *fcode_addr = kmem_zalloc(ptob(btopr(*fcode_size)), KM_SLEEP); in pcicfg_load_fcode()
5982 if (*fcode_addr == NULL) { in pcicfg_load_fcode()
[all …]