Searched refs:cdarg (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h711 static int fctl_cache_constructor(void *buf, void *cdarg, int size);
712 static void fctl_cache_destructor(void *buf, void *cdarg);
H A Dfp.h298 static int fp_cache_constructor(void *buf, void *cdarg, int kmflags);
299 static void fp_cache_destructor(void *buf, void *cdarg);
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c1959 fcsm_cmd_cache_constructor(void *buf, void *cdarg, int kmflags) argument
1962 fcsm_t *fcsm = (fcsm_t *)cdarg;
2014 fcsm_cmd_cache_destructor(void *buf, void *cdarg) argument
2017 fcsm_t *fcsm = (fcsm_t *)cdarg;
2321 fcsm_job_cache_constructor(void *buf, void *cdarg, int kmflag) argument
2333 fcsm_job_cache_destructor(void *buf, void *cdarg) argument
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c577 fctl_cache_constructor(void *buf, void *cdarg, int kmflag) argument
591 fctl_cache_destructor(void *buf, void *cdarg) argument
H A Dfp.c1867 fp_cache_constructor(void *buf, void *cdarg, int kmflags) argument
1872 fc_local_port_t *port = (fc_local_port_t *)cdarg;
1918 fp_cache_destructor(void *buf, void *cdarg) argument

Completed in 180 milliseconds