Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powernv/
H A Dopal_nvram.c60 uint8_t *sc_buf; member
145 sc->sc_buf = contigmalloc(NVRAM_BUFSIZE, M_DEVBUF, M_WAITOK, in opal_nvram_attach()
147 if (sc->sc_buf == NULL) { in opal_nvram_attach()
151 sc->sc_buf_phys = pmap_kextract((vm_offset_t)sc->sc_buf); in opal_nvram_attach()
170 free(sc->sc_buf, M_DEVBUF); in opal_nvram_detach()
235 rv = uiomove(sc->sc_buf, amnt, uio); in opal_nvram_read()
262 rv = uiomove(sc->sc_buf, amnt, uio); in opal_nvram_write()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_rng.c145 uint32_t sc_buf[RNG_FIFO_WORDS]; member
310 sc_buf_chunk = (void*)sc->sc_buf; in bcm2835_rng_enqueue_harvest()
333 dest = sc->sc_buf; in bcm2835_rng_harvest()
337 for (cnt = sizeof(sc->sc_buf) / sizeof(uint32_t); cnt > 0; in bcm2835_rng_harvest()
/freebsd/sys/dev/atopcase/
H A Datopcase.c418 &sc->sc_buf, ATOPCASE_DEV_INFO, type, device, NULL, 0, 0x200); in atopcase_request_desc()
419 return (atopcase_send(sc, &sc->sc_buf)); in atopcase_request_desc()
676 atopcase_create_message(&sc->sc_buf, ac->device, in atopcase_set_report()
678 err = atopcase_send(sc, &sc->sc_buf); in atopcase_set_report()
H A Datopcase_var.h111 struct atopcase_packet sc_buf; member
/freebsd/usr.bin/indent/
H A Dindent.c62 char sc_buf[sc_size]; variable
324 save_com = sc_buf; in main()
348 memcpy(sc_buf, in_buffer, buf_ptr - in_buffer - 4); in main()
349 save_com = sc_buf + (buf_ptr - in_buffer - 4); in main()
1138 save_com = sc_buf; in main()
H A Dindent_globs.h132 extern char sc_buf[sc_size]; /* input text is saved here when looking
H A Dpr_comment.c157 sc_buf : in_buffer; in pr_comment()