Home
last modified time | relevance | path

Searched refs:cdi (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dld_icp.c101 struct icp_cdevinfo *cdi; in ld_icp_attach() local
125 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()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-dump.c56 ctf_dump_item_t *cdi; in ctf_dump_append() local
58 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() local
74 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()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-dump.c56 ctf_dump_item_t *cdi; in ctf_dump_append() local
58 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() local
74 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dinit.d304 DesigInit* cdi = &ci.initializerList[i]; in syntaxCopy() local
306 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200011056 Sun Aug 20 01:41:35 2000 Dennis Chernoivanov <cdi@sparc.spb.su>