Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/raid/tws/
H A Dtws_user.c127 sizeof(struct tws_command_apache)); in tws_passthru()
155 memcpy(&ubuf->cmd_pkt.hdr, &req->cmd_pkt->hdr, sizeof(struct tws_command_apache)); in tws_passthru()
156 memcpy(&ubuf->cmd_pkt.cmd, &req->cmd_pkt->cmd, sizeof(struct tws_command_apache)); in tws_passthru()
H A Dtws_hdm.h317 struct tws_command_apache { struct
334 struct tws_command_apache pkt_a; argument
H A Dtws.c804 bzero(&r->cmd_pkt->cmd, sizeof(struct tws_command_apache)); in tws_get_request()