Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c2765 struct fcip_esballoc_arg *fesb_argp; in fcip_data_cb() local
2878 fesb_argp = (struct fcip_esballoc_arg *) in fcip_data_cb()
2881 if (fesb_argp == NULL) { in fcip_data_cb()
2892 kmem_free(fesb_argp, sizeof (struct fcip_esballoc_arg)); in fcip_data_cb()
2899 fesb_argp->frtnp = free_ubuf; in fcip_data_cb()
2900 fesb_argp->buf = buf; in fcip_data_cb()
2901 fesb_argp->phandle = phandle; in fcip_data_cb()
2903 free_ubuf->free_arg = (char *)fesb_argp; in fcip_data_cb()
2906 kmem_free(fesb_argp, sizeof (struct fcip_esballoc_arg)); in fcip_data_cb()
3185 struct fcip_esballoc_arg *fesb_argp = (struct fcip_esballoc_arg *)arg; in fcip_ubfree() local
[all …]