Searched defs:hdk_cmd (Results 1 – 1 of 1) sorted by relevance
37 struct hdk_cmd { struct38 ushort_t hdkc_cmd; /* command to be executed */39 int hdkc_flags; /* execution flags */40 daddr_t hdkc_blkno; /* disk address for command */41 int hdkc_secnt; /* sector count for command */42 caddr_t hdkc_bufaddr; /* user's buffer address */43 uint_t hdkc_buflen; /* size of user's buffer */