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

/freebsd-11-stable/sys/cam/
H A Dcam_periph.c2004 char *sbmsg, *type; local
2006 sbmsg = malloc(CAM_PERIPH_DEVD_MSG_SIZE, M_CAMPERIPH, M_NOWAIT);
2007 if (sbmsg == NULL)
2010 sbuf_new(&sb, sbmsg, CAM_PERIPH_DEVD_MSG_SIZE, SBUF_FIXEDLEN);
2066 free(sbmsg, M_CAMPERIPH);

Completed in 103 milliseconds