Searched refs:bindreq (Results 1 – 1 of 1) sorted by relevance
557 struct fw_asybindreq *bindreq = (struct fw_asybindreq *)data; in fw_ioctl() local723 bindreq->start.hi, bindreq->start.lo); in fw_ioctl()734 if (bindreq->len <= 0) { in fw_ioctl()738 if (bindreq->start.hi > 0xffff) { in fw_ioctl()743 fwb->start = ((u_int64_t)bindreq->start.hi << 32) | in fw_ioctl()744 bindreq->start.lo; in fw_ioctl()745 fwb->end = fwb->start + bindreq->len; in fw_ioctl()