Searched refs:dev_list_pack (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | rsrc_info.c | 40 static int dev_list_pack(ri_dev_t *, char **, size_t *, int); 256 dev_list_pack(ri_dev_t *devlist, char **bufp, size_t *sizep, int encoding) in dev_list_pack() function 375 if (dev_list_pack(ap->cpus, &buf, &size, encoding) != 0) in ap_pack() 385 if (dev_list_pack(ap->mems, &buf, &size, encoding) != 0) in ap_pack() 395 if (dev_list_pack(ap->ios, &buf, &size, encoding) != 0) in ap_pack()
|