Searched defs:fesb_argp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c2835 struct fcip_esballoc_arg *fesb_argp; local
2951 fesb_argp = (struct fcip_esballoc_arg *)
2954 if (fesb_argp == NULL) {
2965 kmem_free(fesb_argp, sizeof (struct fcip_esballoc_arg));
2972 fesb_argp->frtnp = free_ubuf;
2973 fesb_argp->buf = buf;
2974 fesb_argp->phandle = phandle;
2976 free_ubuf->free_arg = (char *)fesb_argp;
2979 kmem_free(fesb_argp, sizeof (struct fcip_esballoc_arg));
3263 struct fcip_esballoc_arg *fesb_argp local
[all...]

Completed in 53 milliseconds