Home
last modified time | relevance | path

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

/src/sys/dev/tws/
H A Dtws_user.c139 sizeof(struct tws_command_apache)); in tws_passthru()
183 memcpy(&ubuf->cmd_pkt.hdr, &req->cmd_pkt->hdr, sizeof(struct tws_command_apache)); in tws_passthru()
184 memcpy(&ubuf->cmd_pkt.cmd, &req->cmd_pkt->cmd, sizeof(struct tws_command_apache)); in tws_passthru()
H A Dtws_hdm.h301 struct tws_command_apache { struct
318 struct tws_command_apache pkt_a; argument
H A Dtws_hdm.c153 bzero(&req->cmd_pkt->cmd, sizeof(struct tws_command_apache)); in tws_init_connect()
H A Dtws.c832 bzero(&r->cmd_pkt->cmd, sizeof(struct tws_command_apache)); in tws_get_request()