HomeSort by: relevance | last modified time | path
    Searched defs:bindreq (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ieee1394/
fwdev.c 398 struct fw_asybindreq *bindreq = (struct fw_asybindreq *)data; local in function:fw_ioctl
580 fwb = fw_bindlookup(fc, bindreq->start.hi, bindreq->start.lo);
592 if (bindreq->len <= 0 ) {
596 if (bindreq->start.hi > 0xffff ) {
606 fwb->start = ((u_int64_t)bindreq->start.hi << 32) |
607 bindreq->start.lo;
608 fwb->end = fwb->start + bindreq->len;
fwdev.c 398 struct fw_asybindreq *bindreq = (struct fw_asybindreq *)data; local in function:fw_ioctl
580 fwb = fw_bindlookup(fc, bindreq->start.hi, bindreq->start.lo);
592 if (bindreq->len <= 0 ) {
596 if (bindreq->start.hi > 0xffff ) {
606 fwb->start = ((u_int64_t)bindreq->start.hi << 32) |
607 bindreq->start.lo;
608 fwb->end = fwb->start + bindreq->len;

Completed in 22 milliseconds