Searched refs:cdata_buf (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/hal/hald/ |
H A D | device_info.c | 124 char cdata_buf[CDATA_BUF_SIZE]; member 1095 pc->cdata_buf[pc->cdata_buf_len] = '\0'; in end() 1105 hal_device_property_set_string (pc->device, pc->merge_key, pc->cdata_buf); in end() 1113 hal_device_property_strlist_append (pc->device, pc->merge_key, pc->cdata_buf); in end() 1123 value = strtol (pc->cdata_buf, NULL, 0); in end() 1137 value = strtoull (pc->cdata_buf, NULL, 0); in end() 1148 (strcmp (pc->cdata_buf, in end() 1155 atof (pc->cdata_buf)); in end() 1166 if (!resolve_udiprop_path (pc->cdata_buf, in end() 1170 HAL_ERROR (("Could not resolve keypath '%s' on udi '%s'", pc->cdata_buf, pc->device->udi)); in end() [all …]
|