Searched refs:sc_buf (Results 1 – 8 of 8) sorted by relevance
| /src/sys/powerpc/powernv/ |
| H A D | opal_nvram.c | 60 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()
|
| /src/sys/dev/hid/ |
| H A D | u2f.c | 97 uint8_t sc_buf[U2F_MAX_REPORT_SIZE]; member 252 bcopy(buf, sc->sc_buf, len); in u2f_intr() 256 bzero(sc->sc_buf + len, sc->sc_isize - len); in u2f_intr() 341 DPRINTFN(5, "sleep on %p\n", &sc->sc_buf); in u2f_read() 342 error = mtx_sleep(&sc->sc_buf, &sc->sc_mtx, PZERO | PCATCH, in u2f_read() 355 memcpy(buf, sc->sc_buf, length); in u2f_read() 571 DPRINTFN(5, "waking %p\n", &sc->sc_buf); in u2f_notify() 572 wakeup(&sc->sc_buf); in u2f_notify()
|
| /src/sys/arm/broadcom/bcm2835/ |
| H A D | bcm2835_rng.c | 145 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()
|
| /src/sys/dev/atopcase/ |
| H A D | atopcase.c | 418 &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 D | atopcase_var.h | 111 struct atopcase_packet sc_buf; member
|
| /src/usr.bin/indent/ |
| H A D | indent.c | 62 char sc_buf[sc_size]; variable 323 save_com = sc_buf; in main() 347 memcpy(sc_buf, in_buffer, buf_ptr - in_buffer - 4); in main() 348 save_com = sc_buf + (buf_ptr - in_buffer - 4); in main() 1137 save_com = sc_buf; in main()
|
| H A D | indent_globs.h | 132 extern char sc_buf[sc_size]; /* input text is saved here when looking
|
| H A D | pr_comment.c | 157 sc_buf : in_buffer; in pr_comment()
|