Home
last modified time | relevance | path

Searched refs:sbuf_data (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/lib9p/common/sbuf/
H A Dsbuf.h41 char *sbuf_data(struct sbuf *s);
48 #define sbuf_data(s) custr_cstr((s)->s_custr) macro
/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_virtio_scsi.c447 DPRINTF("%s", sbuf_data(sb)); in pci_vtscsi_tmf_handle()
549 DPRINTF("%s", sbuf_data(sb)); in pci_vtscsi_request_handle()
/illumos-gate/usr/src/lib/lib9p/common/
H A Drequest.c225 L9P_LOG(L9P_DEBUG, "%s", sbuf_data(sb)); in l9p_dispatch_request()
413 drop ? "DROP: " : "", ftype, sbuf_data(sb)); in l9p_respond()