Searched refs:fwb (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/firewire/ |
H A D | fwdev.c | 203 struct fw_bind *fwb; in fw_close() local 213 for (fwb = STAILQ_FIRST(&d->binds); fwb != NULL; in fw_close() 214 fwb = STAILQ_FIRST(&d->binds)) { in fw_close() 215 fw_bindremove(fc, fwb); in fw_close() 217 fw_xferlist_remove(&fwb->xferlist); in fw_close() 218 free(fwb, M_FW); in fw_close() 271 struct fw_bind *fwb; in fw_read_async() local 301 fwb = (struct fw_bind *)xfer->sc; in fw_read_async() 305 STAILQ_INSERT_TAIL(&fwb->xferlist, xfer, link); in fw_read_async() 523 struct fw_bind *fwb; in fw_hand() local [all …]
|
H A D | firewire.c | 775 struct fw_bind *fwb; in fw_init() local 858 fwb = malloc(sizeof(struct fw_bind), M_FW, M_NOWAIT); in fw_init() 859 if (fwb == NULL) { in fw_init() 867 fwb->start_hi = 0x2; in fw_init() 868 fwb->start_lo = 0; in fw_init() 869 fwb->addrlen = 0xffffffff; in fw_init() 870 fwb->xfer = xfer; in fw_init() 871 fw_bindadd(fc, fwb); in fw_init() 875 #define BIND_CMP(addr, fwb) (((addr) < (fwb) argument 902 fw_bindadd(struct firewire_comm * fc,struct fw_bind * fwb) fw_bindadd() argument 934 fw_bindremove(struct firewire_comm * fc,struct fw_bind * fwb) fw_bindremove() argument [all...] |
H A D | if_fwip.c | 228 fw_bindremove(fc, &fwip->fwb); in fwip_stop() 229 for (xfer = STAILQ_FIRST(&fwip->fwb.xferlist); xfer != NULL; in fwip_stop() 322 fwip->fwb.start = INET_FIFO; in fwip_init() 323 fwip->fwb.end = INET_FIFO + 16384; /* S3200 packet size */ in fwip_init() 326 STAILQ_INIT(&fwip->fwb.xferlist); in fwip_init() 338 STAILQ_INSERT_TAIL(&fwip->fwb.xferlist, xfer, link); in fwip_init() 340 fw_bindadd(fc, &fwip->fwb); in fwip_init() 825 STAILQ_INSERT_TAIL(&fwip->fwb.xferlist, xfer, link); in fwip_unicast_input_recycle()
|
H A D | if_fwipvar.h | 47 struct fw_bind fwb; member
|
H A D | sbp_targ.c | 135 struct fw_bind fwb; member 1794 STAILQ_INSERT_TAIL(&sc->fwb.xferlist, xfer, link); in sbp_targ_resp_callback() 1980 sc->fwb.start = SBP_TARG_BIND_START; in sbp_targ_attach() 1981 sc->fwb.end = SBP_TARG_BIND_END; in sbp_targ_attach() 1984 STAILQ_INIT(&sc->fwb.xferlist); in sbp_targ_attach() 1985 fw_xferlist_add(&sc->fwb.xferlist, M_SBP_TARG, in sbp_targ_attach() 1988 fw_bindadd(fc, &sc->fwb); in sbp_targ_attach() 2025 fw_bindremove(sc->fd.fc, &sc->fwb); in sbp_targ_detach() 2026 fw_xferlist_remove(&sc->fwb.xferlist); in sbp_targ_detach()
|
H A D | sbp.c | 212 struct fw_bind fwb; member 874 STAILQ_INSERT_TAIL(&sdev->target->sbp->fwb.xferlist, xfer, link); in sbp_loginres_callback() 1879 STAILQ_INSERT_TAIL(&sbp->fwb.xferlist, xfer, link); in sbp_recv1() 1979 sbp->fwb.start = ((u_int64_t)SBP_BIND_HI << 32) | SBP_DEV2ADDR(0, 0); in sbp_attach() 1980 sbp->fwb.end = sbp->fwb.start + 0xffff; in sbp_attach() 1982 STAILQ_INIT(&sbp->fwb.xferlist); in sbp_attach() 1983 fw_xferlist_add(&sbp->fwb.xferlist, M_SBP, in sbp_attach() 1987 fw_bindadd(fc, &sbp->fwb); in sbp_attach() 2126 fw_bindremove(fc, &sbp->fwb); in sbp_detach() [all...] |
/freebsd/contrib/file/magic/Magdir/ |
H A D | commands | 9 0 string/fwb #!\ /bin/sh POSIX shell script executable (binary data) 20 0 string/fwb #!\ /bin/ksh Korn shell script executable (binary data) 76 0 string/fwb #!\ /bin/bash Bourne-Again shell script executable (binary data) 80 0 string/fwb #!\ /usr/bin/bash Bourne-Again shell script executable (binary data) 84 0 string/fwb #!\ /usr/local/bash Bourne-Again shell script executable (binary data) 88 0 string/fwb #!\ /usr/local/bin/bash Bourne-Again shell script executable (binary data)
|