Symbol: fc_ulp_uninit_packet
usr/src/uts/common/io/fibre-channel/impl/fp.c
2205
(void) fc_ulp_uninit_packet((opaque_t)port, pkt);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6447
(void) fc_ulp_uninit_packet(fptr->fcip_port_info->fcipp_handle, fc_pkt);
usr/src/uts/common/io/fibre-channel/ulp/fcip.c
6673
if (fc_ulp_uninit_packet(fport->fcipp_handle, fc_pkt) != FC_SUCCESS) {
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
11515
(void) fc_ulp_uninit_packet(pptr->port_fp_handle, cmd->cmd_fp_pkt);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
16223
(void) fc_ulp_uninit_packet(pptr->port_fp_handle,
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5870
rval = fc_ulp_uninit_packet(pptr->port_fp_handle, fpkt);
usr/src/uts/common/io/fibre-channel/ulp/fcp.c
5920
(void) fc_ulp_uninit_packet(pptr->port_fp_handle,
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2095
(void) fc_ulp_uninit_packet(
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2105
(void) fc_ulp_uninit_packet(
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2117
(void) fc_ulp_uninit_packet(
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2128
(void) fc_ulp_uninit_packet(
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2142
(void) fc_ulp_uninit_packet(
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2168
(void) fc_ulp_uninit_packet(
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2178
(void) fc_ulp_uninit_packet(
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2190
(void) fc_ulp_uninit_packet(
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2201
(void) fc_ulp_uninit_packet(
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2215
(void) fc_ulp_uninit_packet(
usr/src/uts/common/io/fibre-channel/ulp/fcsm.c
2253
(void) fc_ulp_uninit_packet((opaque_t)fcsm->sm_port_info.port_handle,
usr/src/uts/common/sys/fibre-channel/impl/fc_ulpif.h
151
int fc_ulp_uninit_packet(opaque_t port_handle, fc_packet_t *pkt);