Home
last modified time | relevance | path

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

/freebsd/sys/cam/nvme/
H A Dnvme_all.h48 int nvme_command_sbuf(struct ccb_nvmeio *nvmeio, struct sbuf *sb);
H A Dnvme_all.c193 nvme_command_sbuf(struct ccb_nvmeio *nvmeio, struct sbuf *sb) in nvme_command_sbuf() function
/freebsd/sys/cam/
H A Dcam.c414 nvme_command_sbuf(&ccb->nvmeio, &sb); in cam_error_string()