Searched refs:bindreq (Results 1 – 1 of 1) sorted by relevance
398 struct fw_asybindreq *bindreq = (struct fw_asybindreq *)data; in fw_ioctl() local580 fwb = fw_bindlookup(fc, bindreq->start.hi, bindreq->start.lo); in fw_ioctl()592 if (bindreq->len <= 0 ) { in fw_ioctl()596 if (bindreq->start.hi > 0xffff ) { in fw_ioctl()606 fwb->start = ((u_int64_t)bindreq->start.hi << 32) | in fw_ioctl()607 bindreq->start.lo; in fw_ioctl()608 fwb->end = fwb->start + bindreq->len; in fw_ioctl()