Searched refs:bindreq (Results 1 – 1 of 1) sorted by relevance
536 struct fw_asybindreq *bindreq = (struct fw_asybindreq *)data; in fw_ioctl() local702 bindreq->start.hi, bindreq->start.lo); in fw_ioctl()713 if (bindreq->len <= 0) { in fw_ioctl()717 if (bindreq->start.hi > 0xffff) { in fw_ioctl()722 fwb->start = ((u_int64_t)bindreq->start.hi << 32) | in fw_ioctl()723 bindreq->start.lo; in fw_ioctl()724 fwb->end = fwb->start + bindreq->len; in fw_ioctl()