Home
last modified time | relevance | path

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

/illumos-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.h302 static int fp_cache_constructor(void *buf, void *cdarg, int kmflags);
303 static void fp_cache_destructor(void *buf, void *cdarg);
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c1958 fcsm_cmd_cache_constructor(void *buf, void *cdarg, int kmflags) in fcsm_cmd_cache_constructor() argument
1961 fcsm_t *fcsm = (fcsm_t *)cdarg; in fcsm_cmd_cache_constructor()
2013 fcsm_cmd_cache_destructor(void *buf, void *cdarg) in fcsm_cmd_cache_destructor() argument
2016 fcsm_t *fcsm = (fcsm_t *)cdarg; in fcsm_cmd_cache_destructor()
2320 fcsm_job_cache_constructor(void *buf, void *cdarg, int kmflag) in fcsm_job_cache_constructor() argument
2332 fcsm_job_cache_destructor(void *buf, void *cdarg) in fcsm_job_cache_destructor() argument
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c582 fctl_cache_constructor(void *buf, void *cdarg, int kmflag) in fctl_cache_constructor() argument
596 fctl_cache_destructor(void *buf, void *cdarg) in fctl_cache_destructor() argument
H A Dfp.c1868 fp_cache_constructor(void *buf, void *cdarg, int kmflags) in fp_cache_constructor() argument
1873 fc_local_port_t *port = (fc_local_port_t *)cdarg; in fp_cache_constructor()
1919 fp_cache_destructor(void *buf, void *cdarg) in fp_cache_destructor() argument