Searched refs:bindreq (Results 1 – 1 of 1) sorted by relevance
555 struct fw_asybindreq *bindreq = (struct fw_asybindreq *)data; in fw_ioctl() local721 bindreq->start.hi, bindreq->start.lo); in fw_ioctl()732 if (bindreq->len <= 0) { in fw_ioctl()736 if (bindreq->start.hi > 0xffff) { in fw_ioctl()741 fwb->start = ((u_int64_t)bindreq->start.hi << 32) | in fw_ioctl()742 bindreq->start.lo; in fw_ioctl()743 fwb->end = fwb->start + bindreq->len; in fw_ioctl()