Searched refs:sbmsg (Results 1 – 2 of 2) sorted by relevance
/freebsd/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 | 2122 char *sbmsg, *type; in cam_periph_devctl_notify() local 2124 sbmsg = malloc(CAM_PERIPH_DEVD_MSG_SIZE, M_CAMPERIPH, M_NOWAIT); in cam_periph_devctl_notify() 2125 if (sbmsg == NULL) in cam_periph_devctl_notify() 2128 sbuf_new(&sb, sbmsg, CAM_PERIPH_DEVD_MSG_SIZE, SBUF_FIXEDLEN); in cam_periph_devctl_notify() 2214 free(sbmsg, M_CAMPERIPH); in cam_periph_devctl_notify()
|