Home
last modified time | relevance | path

Searched refs:ghd_gcmd_alloc (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_gcmd.c62 ghd_gcmd_alloc(gtgt_t *gtgtp, in ghd_gcmd_alloc() function
H A Dghd.h286 gcmd_t *ghd_gcmd_alloc(gtgt_t *gtgtp, int ccblen, int sleep);
H A Dghd.c943 gcmdp = ghd_gcmd_alloc((gtgt_t *)NULL, 0, TRUE); in ghd_trigger_reset_notify()
/illumos-gate/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd.h249 gcmd_t *ghd_gcmd_alloc(gtgt_t *gtgtp, int ccblen, int sleep);
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Data_disk.c1287 if ((gcmdp = ghd_gcmd_alloc(gtgtp, in ata_disk_pktalloc()
3221 ghd_gcmd_alloc(gtgtp, sizeof (*ata_pktp), TRUE))) { in ata_disk_update_fw()
H A Data_common.c3234 if (!(gcmdp = ghd_gcmd_alloc(gtgtp, sizeof (*ata_pktp), TRUE))) { in ata_queue_cmd()