Searched refs:cdarg (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fctl_private.h | 711 static int fctl_cache_constructor(void *buf, void *cdarg, int size); 712 static void fctl_cache_destructor(void *buf, void *cdarg);
|
H A D | fp.h | 298 static int fp_cache_constructor(void *buf, void *cdarg, int kmflags); 299 static void fp_cache_destructor(void *buf, void *cdarg);
|
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcsm.c | 1959 fcsm_cmd_cache_constructor(void *buf, void *cdarg, int kmflags) in fcsm_cmd_cache_constructor() argument 1962 fcsm_t *fcsm = (fcsm_t *)cdarg; in fcsm_cmd_cache_constructor() 2014 fcsm_cmd_cache_destructor(void *buf, void *cdarg) in fcsm_cmd_cache_destructor() argument 2017 fcsm_t *fcsm = (fcsm_t *)cdarg; in fcsm_cmd_cache_destructor() 2321 fcsm_job_cache_constructor(void *buf, void *cdarg, int kmflag) in fcsm_job_cache_constructor() argument 2333 fcsm_job_cache_destructor(void *buf, void *cdarg) in fcsm_job_cache_destructor() argument
|
/titanic_50/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fctl.c | 581 fctl_cache_constructor(void *buf, void *cdarg, int kmflag) in fctl_cache_constructor() argument 595 fctl_cache_destructor(void *buf, void *cdarg) in fctl_cache_destructor() argument
|
H A D | fp.c | 1867 fp_cache_constructor(void *buf, void *cdarg, int kmflags) in fp_cache_constructor() argument 1872 fc_local_port_t *port = (fc_local_port_t *)cdarg; in fp_cache_constructor() 1918 fp_cache_destructor(void *buf, void *cdarg) in fp_cache_destructor() argument
|