Searched refs:dev_tbl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcobj/
H A Dpsvc_objects_class.h206 EDevice_t *dev_tbl; /* device paths */ member in struct:__anon1188
H A Dpsvcobj.c2876 dp = &hp->dev_tbl[i];
5115 if ((hdlp->dev_tbl = (EDevice_t *)malloc(sizeof (EDevice_t) *
5122 &hdlp->dev_tbl[i].controller,
5123 &hdlp->dev_tbl[i].bus, &hdlp->dev_tbl[i].addr,
5124 &hdlp->dev_tbl[i].port);
5129 strcpy(hdlp->dev_tbl[i].path, strchr(buf, forward_slash));
5133 nl_char = strchr(hdlp->dev_tbl[i].path, new_line);
5190 if (hdlp->dev_tbl != 0)
5191 free(hdlp->dev_tbl);
[all...]

Completed in 71 milliseconds