Symbol: cpqary3_phyctg_t
usr/src/uts/common/io/cpqary3/cpqary3.h
390
cpqary3_phyctg_t *phyctgp;
usr/src/uts/common/io/cpqary3/cpqary3.h
471
void cpqary3_free_phyctgs_mem(cpqary3_phyctg_t *, uint8_t);
usr/src/uts/common/io/cpqary3/cpqary3.h
473
cpqary3_phyctg_t *);
usr/src/uts/common/io/cpqary3/cpqary3_mem.c
185
cpqary3_phyctgp = (cpqary3_phyctg_t *)
usr/src/uts/common/io/cpqary3/cpqary3_mem.c
186
MEM_ZALLOC(sizeof (cpqary3_phyctg_t));
usr/src/uts/common/io/cpqary3/cpqary3_mem.c
511
uint32_t *phyaddr, cpqary3_phyctg_t *phyctgp)
usr/src/uts/common/io/cpqary3/cpqary3_mem.c
553
MEM_SFREE(phyctgp, sizeof (cpqary3_phyctg_t));
usr/src/uts/common/io/cpqary3/cpqary3_mem.c
636
cpqary3_free_phyctgs_mem(cpqary3_phyctg_t *cpqary3_phyctgp, uint8_t cleanstat)
usr/src/uts/common/io/cpqary3/cpqary3_mem.c
660
MEM_SFREE(cpqary3_phyctgp, sizeof (cpqary3_phyctg_t));
usr/src/uts/common/io/cpqary3/cpqary3_mem.c
77
cpqary3_phyctg_t *cpqary3_phyctgp;
usr/src/uts/common/io/cpqary3/cpqary3_noe.c
114
cpqary3_phyctg_t *phys_handle;
usr/src/uts/common/io/cpqary3/cpqary3_noe.c
149
(cpqary3_phyctg_t *)MEM_ZALLOC(sizeof (cpqary3_phyctg_t));
usr/src/uts/common/io/cpqary3/cpqary3_noe.c
290
cpqary3_phyctg_t *phys_handle;
usr/src/uts/common/io/cpqary3/cpqary3_noe.c
301
phys_handle = (cpqary3_phyctg_t *)MEM2DRVPVT(memp)->phyctgp;
usr/src/uts/common/io/cpqary3/cpqary3_q_mem.h
86
cpqary3_phyctg_t *blk_addr;
usr/src/uts/common/io/cpqary3/cpqary3_talk2ctlr.c
440
cpqary3_phyctg_t *cpqary3_phyctgp;
usr/src/uts/common/io/cpqary3/cpqary3_talk2ctlr.c
676
(cpqary3_phyctg_t *)MEM_ZALLOC(sizeof (cpqary3_phyctg_t));
usr/src/uts/common/io/cpqary3/cpqary3_util.c
325
cpqary3_phyctg_t *dmah = NULL;
usr/src/uts/common/io/cpqary3/cpqary3_util.c
337
dmah = (cpqary3_phyctg_t *)MEM_ZALLOC(sizeof (*dmah));