Home
last modified time | relevance | path

Searched refs:sda_cmd_alloc_acmd (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sdcard/
H A Dsda_impl.h192 sda_cmd_t *sda_cmd_alloc_acmd(sda_slot_t *, sda_index_t, uint32_t, sda_rtype_t,
/illumos-gate/usr/src/uts/common/io/sdcard/impl/
H A Dsda_cmd.c296 sda_cmd_alloc_acmd(sda_slot_t *slot, sda_index_t index, uint32_t argument, in sda_cmd_alloc_acmd() function
H A Dsda_init.c85 cmdp = sda_cmd_alloc_acmd(slot, cmd, arg, rtype, NULL, KM_SLEEP); in sda_init_acmd()