Searched defs:kernbuf (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libfakekernel/common/ |
H A D | copy.c | 68 ddi_copyin(const void *buf, void *kernbuf, size_t size, int flags) in ddi_copyin() 75 ddi_copyout(const void *buf, void *kernbuf, size_t size, int flags) in ddi_copyout()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sunddi.c | 552 ddi_copyin(const void *buf, void *kernbuf, size_t size, int flags) in ddi_copyin() 560 ddi_copyout(const void *buf, void *kernbuf, size_t size, int flags) in ddi_copyout()
|
/illumos-gate/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 8923 char kernbuf[BUFSIZ]; local
|