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

/freebsd-10.2-release/sys/powerpc/pseries/
H A Dphyp_console.c68 } phyp_inbuf; member in struct:uart_phyp_softc
292 0, 0, 0, &sc->inbuflen, &sc->phyp_inbuf.u64[0],
293 &sc->phyp_inbuf.u64[1]);
312 memmove(&sc->phyp_inbuf.str[0], &sc->phyp_inbuf.str[4],
316 memcpy(buffer, sc->phyp_inbuf.str, bufsize);
319 memmove(&sc->phyp_inbuf.str[0], &sc->phyp_inbuf.str[bufsize],

Completed in 93 milliseconds