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