Home
last modified time | relevance | path

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

/trusted-firmware-a/lib/debugfs/
A Ddevfip.c247 chan_t *cspec; in fipmount() local
263 cspec = path_to_channel(spec, O_READ); in fipmount()
264 if (cspec == NULL) { in fipmount()
268 fip->c = cspec; in fipmount()
270 r = devtab[cspec->index]->read(cspec, &hname, sizeof(hname)); in fipmount()
283 t = cspec->index; in fipmount()
284 if (devtab[t]->seek(cspec, STOC_HEADER, KSEEK_SET) < 0) { in fipmount()
289 switch (get_entry(cspec, &entry)) { in fipmount()
306 channel_close(cspec); in fipmount()

Completed in 2 milliseconds