Searched refs:cdi (Results 1 – 5 of 5) sorted by relevance
101 struct icp_cdevinfo *cdi; in ld_icp_attach() local125 cdi = (struct icp_cdevinfo *)icp->icp_scr; in ld_icp_attach()127 aprint_normal(": <%.8s>, ", cdi->ld_name); in ld_icp_attach()128 t = le32toh(cdi->ld_dtype) >> 16; in ld_icp_attach()133 if (le32toh(cdi->ld_dcnt) > 1 || le32toh(cdi->ld_slave) != -1) in ld_icp_attach()151 else if ((cdi->ld_error & 1) != 0) { in ld_icp_attach()154 } else if ((cdi->ld_error & 2) != 0) in ld_icp_attach()
56 ctf_dump_item_t *cdi; in ctf_dump_append() local58 if ((cdi = malloc (sizeof (struct ctf_dump_item))) == NULL) in ctf_dump_append()61 cdi->cdi_item = str; in ctf_dump_append()62 ctf_list_append (&state->cds_items, cdi); in ctf_dump_append()69 ctf_dump_item_t *cdi, *next_cdi; in ctf_dump_free() local74 for (cdi = ctf_list_next (&state->cds_items); cdi != NULL; in ctf_dump_free()75 cdi = next_cdi) in ctf_dump_free()77 free (cdi->cdi_item); in ctf_dump_free()78 next_cdi = ctf_list_next (cdi); in ctf_dump_free()79 free (cdi); in ctf_dump_free()
304 DesigInit* cdi = &ci.initializerList[i]; in syntaxCopy() local306 cdi.initializer = vdi.initializer.syntaxCopy(); in syntaxCopy()309 cdi.designatorList = new Designators(); in syntaxCopy()310 cdi.designatorList.setDim(vdi.designatorList.length); in syntaxCopy()313 Designator* cdid = &(*cdi.designatorList)[j]; in syntaxCopy()
11056 Sun Aug 20 01:41:35 2000 Dennis Chernoivanov <cdi@sparc.spb.su>