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

/freebsd-13-stable/sys/cam/
H A Dcam_periph.c2073 char *sbmsg, *type; local
2075 sbmsg = malloc(CAM_PERIPH_DEVD_MSG_SIZE, M_CAMPERIPH, M_NOWAIT);
2076 if (sbmsg == NULL)
2079 sbuf_new(&sb, sbmsg, CAM_PERIPH_DEVD_MSG_SIZE, SBUF_FIXEDLEN);
2135 free(sbmsg, M_CAMPERIPH);

Completed in 49 milliseconds