Home
last modified time | relevance | path

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

/titanic_50/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);
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c1959 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 Dfctl.c581 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 Dfp.c1867 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