Searched refs:prom (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/contrib/telnet/telnet/
H A Dauthenc.c93 telnet_gets(const char *prom, char *result, int length, int echo) argument
101 printf("%s", prom);
103 } else if ((res = getpass(prom))) {
/freebsd-10.1-release/sys/dev/fatm/
H A Dif_fatmreg.h399 struct prom { struct
H A Dif_fatm.c853 struct prom *prom; local
856 DBG(sc, INIT, ("reading prom"));
903 for (i = 0; i < sizeof(struct prom); i++)
909 prom = (struct prom *)sc->prom_mem.mem;
911 bcopy(prom->mac + 2, IFP2IFATM(sc->ifp)->mib.esi, 6);
912 IFP2IFATM(sc->ifp)->mib.serial = le32toh(prom->serial);
913 IFP2IFATM(sc->ifp)->mib.hw_version = le32toh(prom->version);
2948 sc->prom_mem.size = sizeof(struct prom);
[all...]
/freebsd-10.1-release/contrib/openbsm/etc/
H A Daudit_event166 153:AUE_ENTERPROM:enter prom:ad
167 154:AUE_EXITPROM:exit prom:ad
/freebsd-10.1-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex112 \texttt{prom\_init.c}, which executes in the context of OF. This code
117 \texttt{prom\_init.c} bootstrap and the rest of the kernel.
/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dradeon_combios.c40 #include <asm/prom.h>

Completed in 77 milliseconds