Lines Matching refs:crom_src_buf
62 struct crom_src_buf { struct
418 fc->crom_src_buf = malloc(sizeof(struct crom_src_buf), in firewire_attach()
420 if (fc->crom_src_buf == NULL) { in firewire_attach()
430 free(fc->crom_src_buf, M_FW); in firewire_attach()
438 free(fc->crom_src_buf, M_FW); in firewire_attach()
545 free(fc->crom_src_buf, M_FW); in firewire_detach()
650 src = &fc->crom_src_buf->src; in fw_init_crom()
676 fc->crom_root = &fc->crom_src_buf->root; in fw_init_crom()
682 struct crom_src_buf *buf; in fw_reset_crom()
686 buf = fc->crom_src_buf; in fw_reset_crom()
738 src = &fc->crom_src_buf->src; in fw_busreset()
755 src = &fc->crom_src_buf->src; in fw_busreset()
854 fc->crom_src_buf = NULL; in fw_init()