Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/mfi/
H A Dmfi_ioctl.h122 struct mfi_dcmd_frame ioc_frame; member
H A Dmfi.c2828 locked = mfi_config_lock(sc, ioc->ioc_frame.opcode); in mfi_user_command()
2838 bcopy(&ioc->ioc_frame, dcmd, sizeof(struct mfi_dcmd_frame)); in mfi_user_command()
2860 bcopy(dcmd, &ioc->ioc_frame, sizeof(struct mfi_dcmd_frame)); in mfi_user_command()
/dragonfly/usr.sbin/mfiutil/
H A Dmfi_cmd.c271 dcmd = &ioc.ioc_frame; in mfi_dcmd_command()