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

/freebsd-current/sys/powerpc/powernv/
H A Dopal_nvram.c60 uint8_t *sc_buf; member in struct:opal_nvram_softc
145 sc->sc_buf = contigmalloc(NVRAM_BUFSIZE, M_DEVBUF, M_WAITOK,
147 if (sc->sc_buf == NULL) {
151 sc->sc_buf_phys = pmap_kextract((vm_offset_t)sc->sc_buf);
170 if (sc->sc_buf != NULL)
171 contigfree(sc->sc_buf, NVRAM_BUFSIZE, M_DEVBUF);
236 rv = uiomove(sc->sc_buf, amnt, uio);
263 rv = uiomove(sc->sc_buf, amnt, uio);
/freebsd-current/sys/dev/atopcase/
H A Datopcase_var.h111 struct atopcase_packet sc_buf; member in struct:atopcase_softc
H A Datopcase.c418 &sc->sc_buf, ATOPCASE_DEV_INFO, type, device, NULL, 0, 0x200);
419 return (atopcase_send(sc, &sc->sc_buf));
675 atopcase_create_message(&sc->sc_buf, ac->device,
677 err = atopcase_send(sc, &sc->sc_buf);
/freebsd-current/sys/arm/broadcom/bcm2835/
H A Dbcm2835_rng.c145 uint32_t sc_buf[RNG_FIFO_WORDS]; member in struct:bcm2835_rng_softc
310 sc_buf_chunk = (void*)sc->sc_buf;
333 dest = sc->sc_buf;
337 for (cnt = sizeof(sc->sc_buf) / sizeof(uint32_t); cnt > 0;
/freebsd-current/usr.bin/indent/
H A Dindent_globs.h132 extern char sc_buf[sc_size]; /* input text is saved here when looking
135 * sc_buf */
H A Dindent.c62 char sc_buf[sc_size]; variable
324 save_com = sc_buf;
348 memcpy(sc_buf, in_buffer, buf_ptr - in_buffer - 4);
349 save_com = sc_buf + (buf_ptr - in_buffer - 4);
1138 save_com = sc_buf;
H A Dpr_comment.c158 sc_buf : in_buffer;

Completed in 130 milliseconds