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