Searched refs:dev_list_unpack (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | rsrc_info.c | 41 static int dev_list_unpack(char *, size_t, ri_dev_t **); 673 dev_list_unpack(char *buf, size_t size, ri_dev_t **devs) in dev_list_unpack() function 894 if (dev_list_unpack(buf, size, &ap->cpus) != 0) { in ap_unpack() 907 if (dev_list_unpack(buf, size, &ap->mems) != 0) { in ap_unpack() 920 if (dev_list_unpack(buf, size, &ap->ios) != 0) { in ap_unpack()
|