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