Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h563 struct fcip_esballoc_arg { struct
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c2765 struct fcip_esballoc_arg *fesb_argp; in fcip_data_cb()
2878 fesb_argp = (struct fcip_esballoc_arg *) in fcip_data_cb()
2879 kmem_zalloc(sizeof (struct fcip_esballoc_arg), KM_NOSLEEP); in fcip_data_cb()
2892 kmem_free(fesb_argp, sizeof (struct fcip_esballoc_arg)); 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()
3211 kmem_free(fesb_argp, sizeof (struct fcip_esballoc_arg)); in fcip_ubfree()