Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/pmax/pmax/
Dpromcall.c240 if (callv->_getbitmap != NULL) in prom_getbitmap()
241 return promcall(callv->_getbitmap, map); in prom_getbitmap()
/netbsd/src/sys/arch/pmax/include/
Ddec_prom.h129 int (*_getbitmap)(memmap *); /* 84 */ member
186 #define getbitmap (*callv -> _getbitmap)