Lines Matching defs:prop
3096 char prop[32];
3099 if (BOP_GETPROPLEN(bootops, "nodes") > sizeof (prop) ||
3100 BOP_GETPROP(bootops, "nodes", prop) < 0 ||
3101 kobj_getvalue(prop, &nodes_ll) == -1 ||
3103 BOP_GETPROPLEN(bootops, "cpus_pernode") > sizeof (prop) ||
3104 BOP_GETPROP(bootops, "cpus_pernode", prop) < 0 ||
3105 kobj_getvalue(prop, &cpus_pernode_ll) == -1) {
3113 if (BOP_GETPROPLEN(bootops, "kernelbase") > sizeof (prop) ||
3114 BOP_GETPROP(bootops, "kernelbase", prop) < 0 ||
3115 kobj_getvalue(prop, &lvalue) == -1)
3120 if (BOP_GETPROPLEN(bootops, "segmapsize") > sizeof (prop) ||
3121 BOP_GETPROP(bootops, "segmapsize", prop) < 0 ||
3122 kobj_getvalue(prop, &lvalue) == -1)
3127 if (BOP_GETPROPLEN(bootops, "segmapfreelists") > sizeof (prop) ||
3128 BOP_GETPROP(bootops, "segmapfreelists", prop) < 0 ||
3129 kobj_getvalue(prop, &lvalue) == -1)