Lines Matching refs:crom_src_buf
59 struct crom_src_buf { struct
416 fc->crom_src_buf = malloc(sizeof(struct crom_src_buf), in firewire_attach()
418 if (fc->crom_src_buf == NULL) { in firewire_attach()
428 free(fc->crom_src_buf, M_FW); in firewire_attach()
436 free(fc->crom_src_buf, M_FW); in firewire_attach()
543 free(fc->crom_src_buf, M_FW); in firewire_detach()
648 src = &fc->crom_src_buf->src; in fw_init_crom()
674 fc->crom_root = &fc->crom_src_buf->root; in fw_init_crom()
680 struct crom_src_buf *buf; in fw_reset_crom()
684 buf = fc->crom_src_buf; in fw_reset_crom()
736 src = &fc->crom_src_buf->src; in fw_busreset()
753 src = &fc->crom_src_buf->src; in fw_busreset()
852 fc->crom_src_buf = NULL; in fw_init()