HomeSort by: relevance | last modified time | path
    Searched defs:cdi (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/ic/
ld_icp.c 101 struct icp_cdevinfo *cdi; local
125 cdi = (struct icp_cdevinfo *)icp->icp_scr;
127 aprint_normal(": <%.8s>, ", cdi->ld_name);
128 t = le32toh(cdi->ld_dtype) >> 16;
133 if (le32toh(cdi->ld_dcnt) > 1 || le32toh(cdi->ld_slave) != -1)
151 else if ((cdi->ld_error & 1) != 0) {
154 } else if ((cdi->ld_error & 2) != 0)
ld_icp.c 101 struct icp_cdevinfo *cdi; local
125 cdi = (struct icp_cdevinfo *)icp->icp_scr;
127 aprint_normal(": <%.8s>, ", cdi->ld_name);
128 t = le32toh(cdi->ld_dtype) >> 16;
133 if (le32toh(cdi->ld_dcnt) > 1 || le32toh(cdi->ld_slave) != -1)
151 else if ((cdi->ld_error & 1) != 0) {
154 } else if ((cdi->ld_error & 2) != 0)
  /src/external/gpl3/binutils/dist/libctf/
ctf-dump.c 56 ctf_dump_item_t *cdi; local
58 if ((cdi = malloc (sizeof (struct ctf_dump_item))) == NULL)
61 cdi->cdi_item = str;
62 ctf_list_append (&state->cds_items, cdi);
69 ctf_dump_item_t *cdi, *next_cdi; local
74 for (cdi = ctf_list_next (&state->cds_items); cdi != NULL;
75 cdi = next_cdi)
77 free (cdi->cdi_item);
78 next_cdi = ctf_list_next (cdi);
    [all...]
ctf-dump.c 56 ctf_dump_item_t *cdi; local
58 if ((cdi = malloc (sizeof (struct ctf_dump_item))) == NULL)
61 cdi->cdi_item = str;
62 ctf_list_append (&state->cds_items, cdi);
69 ctf_dump_item_t *cdi, *next_cdi; local
74 for (cdi = ctf_list_next (&state->cds_items); cdi != NULL;
75 cdi = next_cdi)
77 free (cdi->cdi_item);
78 next_cdi = ctf_list_next (cdi);
    [all...]
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-dump.c 56 ctf_dump_item_t *cdi; local
58 if ((cdi = malloc (sizeof (struct ctf_dump_item))) == NULL)
61 cdi->cdi_item = str;
62 ctf_list_append (&state->cds_items, cdi);
69 ctf_dump_item_t *cdi, *next_cdi; local
74 for (cdi = ctf_list_next (&state->cds_items); cdi != NULL;
75 cdi = next_cdi)
77 free (cdi->cdi_item);
78 next_cdi = ctf_list_next (cdi);
    [all...]
ctf-dump.c 56 ctf_dump_item_t *cdi; local
58 if ((cdi = malloc (sizeof (struct ctf_dump_item))) == NULL)
61 cdi->cdi_item = str;
62 ctf_list_append (&state->cds_items, cdi);
69 ctf_dump_item_t *cdi, *next_cdi; local
74 for (cdi = ctf_list_next (&state->cds_items); cdi != NULL;
75 cdi = next_cdi)
77 free (cdi->cdi_item);
78 next_cdi = ctf_list_next (cdi);
    [all...]

Completed in 45 milliseconds