Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/newsmips/include/
H A Dapcall.h57 #define apcall_getenv(a) APCALL(APCALL_GETENV,(a)) macro
/netbsd-src/sys/arch/newsmips/stand/boot/
H A Dboot.c199 char *machine = (char *)apcall_getenv("machine"); in boot()