Searched refs:free_ubuf (Results 1 – 1 of 1) sorted by relevance
2834 frtn_t *free_ubuf; in fcip_data_cb() local2963 free_ubuf = (frtn_t *)kmem_zalloc(sizeof (frtn_t), KM_NOSLEEP); in fcip_data_cb()2964 if (free_ubuf == NULL) { in fcip_data_cb()2972 fesb_argp->frtnp = free_ubuf; in fcip_data_cb()2975 free_ubuf->free_func = fcip_ubfree; in fcip_data_cb()2976 free_ubuf->free_arg = (char *)fesb_argp; in fcip_data_cb()2978 len, BPRI_MED, free_ubuf)) == NULL) { in fcip_data_cb()2980 kmem_free(free_ubuf, sizeof (frtn_t)); in fcip_data_cb()