Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c312 static int (*getinfop)(uint32_t, uint8_t, uint32_t, uint32_t *, in opl_read_hwd() local
355 if (getinfop == NULL) in opl_read_hwd()
356 getinfop = (int (*)(uint32_t, uint8_t, uint32_t, in opl_read_hwd()
360 if (getinfop == NULL) in opl_read_hwd()
367 ret = (*getinfop)(key, type, transid, &datasize, hwdp); in opl_read_hwd()