Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/pmax/include/
H A Ddec_prom.h121 char *(*_getenv)(const char *); /* 64 */ member
179 #define getenv (*callv -> _getenv)
/netbsd-src/sys/arch/pmax/stand/common/
H A Dcallvec.c52 ._getenv = (void *)DEC_PROM_GETENV2,
H A Dif_prom.c139 enet = (*callv->_getenv)("enet"); in prom_init()
/netbsd-src/sys/arch/pmax/pmax/
H A Dpromcall.c160 return (void *)promcall(callv->_getenv, name); in prom_getenv()