Lines Matching defs:class

473  * matches a node with same class and name
1086 char class[PICL_PROPNAMELEN_MAX];
1095 class, sizeof (class)) != PICL_SUCCESS) {
1099 if (strcmp(class, PICL_CLASS_FRU) == 0) {
1104 } else if (strcmp(class, PICL_CLASS_PORT) == 0) {
1561 create_table_entry(picl_prophdl_t tblhdl, picl_nodehdl_t refhdl, char *class)
1568 /* first column is class */
1576 if ((rc = ptree_create_prop(&propinfo, class,
1582 (void) snprintf(buf, sizeof (buf), "_%s_", class);
2416 char class[PICL_CLASSNAMELEN_MAX];
2443 class, sizeof (class))) != PICL_SUCCESS) {
2447 if ((rc = create_table_entry(dev_tblhdl, refhdl, class)) !=
2728 char class[PICL_PROPNAMELEN_MAX];
2742 class, sizeof (class))) != PICL_SUCCESS) {
2746 if (strcmp(class, PICL_CLASS_PORT) == 0) {
2778 char class[PICL_PROPNAMELEN_MAX];
2811 class, sizeof (class))) != PICL_SUCCESS) {
2815 if (strcmp(class, PICL_CLASS_PORT) == 0) {
3518 add_node2cache(picl_nodehdl_t nodeh, char *class, frutree_cache_t **cacheptr)
3530 if (strcmp(class, SANIBEL_NETWORK_PORT) == 0) {
3536 } else if (strcmp(class, SANIBEL_SERIAL_PORT) == 0) {
3542 } else if (strcmp(class, SANIBEL_PARALLEL_PORT) == 0) {
3612 char class[PICL_CLASSNAMELEN_MAX];
3623 class, sizeof (class)) != PICL_SUCCESS) {
3628 (void) create_table_entry(device->device_tblhdl, nodeh, class);
3631 if (strcmp(class, PICL_CLASS_TEMPERATURE_SENSOR) == 0) {
3634 class);
3649 (void) strncpy(class, SANIBEL_PARALLEL_PORT, sizeof (class));
3652 if (add_node2cache(nodeh, class, &cachep) != PICL_SUCCESS) {
3927 char class[PICL_PROPNAMELEN_MAX];
3946 PICL_PROP_CLASSNAME, class,
3947 sizeof (class))) != PICL_SUCCESS) {
3950 if ((rc = create_table_entry(tblhdl, refhdl, class)) !=
4171 char class[PICL_PROPNAMELEN_MAX];
4189 if ((rc = ptree_get_propval_by_name(childh, PICL_PROP_CLASSNAME, class,
4190 sizeof (class))) != PICL_SUCCESS) {
4199 if (strcmp(class, PICL_CLASS_LOCATION) == 0) {
4281 } else if (strcmp(class, PICL_CLASS_PORT) == 0) {
4482 char *class = NULL;
4488 class = NULL;
4492 class = NULL;
4496 class = NULL;
4502 if ((rc = ptree_walk_tree_by_class(root, class, cargs,
5625 char class[PICL_PROPNAMELEN_MAX];
5641 if ((rc = ptree_get_propval_by_name(nodeh, PICL_PROP_CLASSNAME, class,
5642 sizeof (class))) != PICL_SUCCESS) {
5651 if (strcmp(class, PICL_CLASS_LOCATION) == 0) {
5672 } else if (strcmp(class, PICL_CLASS_PORT) == 0) {