Home
last modified time | relevance | path

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

/freebsd-13.1/sys/cam/
H A Dcam_periph.c2077 char *sbmsg, *type; in cam_periph_devctl_notify() local
2079 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()