Searched refs:fesb_argp (Results 1 – 1 of 1) sorted by relevance
2835 struct fcip_esballoc_arg *fesb_argp; in fcip_data_cb() local2951 fesb_argp = (struct fcip_esballoc_arg *) in fcip_data_cb()2954 if (fesb_argp == NULL) { in fcip_data_cb()2965 kmem_free(fesb_argp, sizeof (struct fcip_esballoc_arg)); in fcip_data_cb()2972 fesb_argp->frtnp = free_ubuf; in fcip_data_cb()2973 fesb_argp->buf = buf; in fcip_data_cb()2974 fesb_argp->phandle = phandle; in fcip_data_cb()2976 free_ubuf->free_arg = (char *)fesb_argp; in fcip_data_cb()2979 kmem_free(fesb_argp, sizeof (struct fcip_esballoc_arg)); in fcip_data_cb()3263 struct fcip_esballoc_arg *fesb_argp = (struct fcip_esballoc_arg *)arg; in fcip_ubfree() local[all …]