Searched refs:sbuf_alloc_len (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/cam/
H A Dcam_periph.c373 int sbuf_alloc_len; local
375 sbuf_alloc_len = 16;
377 sbuf_new(&local_sb, NULL, sbuf_alloc_len, SBUF_FIXEDLEN);
392 sbuf_alloc_len *= 2;

Completed in 101 milliseconds