Searched refs:prom_getenv (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/pmax/pmax/
H A Dmachdep.h43 char *prom_getenv(const char *);
H A Dpromcall.c116 oscon = prom_getenv("osconsole");
157 prom_getenv(const char *name) function
180 cp = prom_getenv("systype");
227 cp = prom_getenv(scsiid_var);
246 cp = prom_getenv("bitmaplen");
250 cp = prom_getenv("bitmap");
/netbsd-current/sys/arch/alpha/stand/common/
H A Dbooted_dev.c56 devlen = prom_getenv(PROM_E_BOOTED_DEV, booted_dev_name,
H A Dprom.c60 prom_getenv(PROM_E_TTY_DEV, buf, sizeof(buf));
123 prom_getenv(int id, char *buf, int len) function
H A Dboot.c112 prom_getenv(PROM_E_BOOTED_FILE, boot_file, sizeof(boot_file));
113 prom_getenv(PROM_E_BOOTED_OSFLAGS, boot_flags, sizeof(boot_flags));
/netbsd-current/sys/arch/alpha/include/
H A Dprom.h62 int prom_getenv(int, char *, int);
/netbsd-current/sys/arch/mipsco/include/
H A Dprom.h126 char * (*prom_getenv)(const char *name); member in struct:mips_prom
/netbsd-current/sys/arch/alpha/alpha/
H A Dprom.c183 prom_getenv(PROM_E_TTY_DEV, buf, sizeof(buf));
366 prom_getenv(int id, char *buf, int len) function
H A Dmachdep.c377 prom_getenv(PROM_E_BOOTED_DEV, bootinfo.booted_dev,
404 prom_getenv(PROM_E_BOOTED_OSFLAGS, bootinfo.boot_flags,
406 prom_getenv(PROM_E_BOOTED_FILE, bootinfo.booted_kernel,
408 prom_getenv(PROM_E_BOOTED_DEV, bootinfo.booted_dev,
422 prom_getenv(PROM_E_SCSIID, dec_3000_scsiid,
424 prom_getenv(PROM_E_SCSIFAST, dec_3000_scsifast,

Completed in 134 milliseconds