Home
last modified time | relevance | path

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

/freebsd/sys/dev/ocs_fc/
H A Docs_utils.h102 extern int32_t ocs_textbuf_init(ocs_t *ocs, ocs_textbuf_t *textbuf, void *buffer, uint32_t length);
H A Docs_utils.c1766 ocs_textbuf_init(ocs_t *ocs, ocs_textbuf_t *textbuf, void *buffer, uint32_t length) in ocs_textbuf_init() function
H A Docs_scsi.c2519 ocs_textbuf_init(ocs, &txtbuf, buf, sizeof(buf)); in ocs_scsi_send_io()