Searched refs:sbmsg (Results 1 – 2 of 2) sorted by relevance
| /src/sys/cam/ |
| H A D | cam_iosched.c | 1941 char *sbmsg; in cam_iosched_devctl_outlier() local 1944 sbmsg = malloc(CAM_IOSCHED_DEVD_MSG_SIZE, M_CAMSCHED, M_NOWAIT); in cam_iosched_devctl_outlier() 1945 if (sbmsg == NULL) in cam_iosched_devctl_outlier() 1947 sbuf_new(&sb, sbmsg, CAM_IOSCHED_DEVD_MSG_SIZE, SBUF_FIXEDLEN); in cam_iosched_devctl_outlier() 1956 free(sbmsg, M_CAMSCHED); in cam_iosched_devctl_outlier()
|
| H A D | cam_periph.c | 2119 char *sbmsg, *type; in cam_periph_devctl_notify() local 2121 sbmsg = malloc(CAM_PERIPH_DEVD_MSG_SIZE, M_CAMPERIPH, M_NOWAIT); in cam_periph_devctl_notify() 2122 if (sbmsg == NULL) in cam_periph_devctl_notify() 2125 sbuf_new(&sb, sbmsg, CAM_PERIPH_DEVD_MSG_SIZE, SBUF_FIXEDLEN); in cam_periph_devctl_notify() 2204 free(sbmsg, M_CAMPERIPH); in cam_periph_devctl_notify()
|