Searched refs:sbmsg (Results 1 – 1 of 1) sorted by relevance
2077 char *sbmsg, *type; in cam_periph_devctl_notify() local2079 sbmsg = malloc(CAM_PERIPH_DEVD_MSG_SIZE, M_CAMPERIPH, M_NOWAIT); in cam_periph_devctl_notify()2080 if (sbmsg == NULL) in cam_periph_devctl_notify()2083 sbuf_new(&sb, sbmsg, CAM_PERIPH_DEVD_MSG_SIZE, SBUF_FIXEDLEN); in cam_periph_devctl_notify()2139 free(sbmsg, M_CAMPERIPH); in cam_periph_devctl_notify()