ghd_gcmd_alloc
if (!(gcmdp = ghd_gcmd_alloc(gtgtp, sizeof (*ata_pktp), TRUE))) {
if ((gcmdp = ghd_gcmd_alloc(gtgtp,
ghd_gcmd_alloc(gtgtp, sizeof (*ata_pktp), TRUE))) {
gcmdp = ghd_gcmd_alloc((gtgt_t *)NULL, 0, TRUE);
gcmd_t *ghd_gcmd_alloc(gtgt_t *gtgtp, int ccblen, int sleep);
gcmd_t *ghd_gcmd_alloc(gtgt_t *gtgtp, int ccblen, int sleep);