Searched refs:cdata_buf (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice_info.c124 char cdata_buf[CDATA_BUF_SIZE]; member in struct:__anon27
1095 pc->cdata_buf[pc->cdata_buf_len] = '\0';
1105 hal_device_property_set_string (pc->device, pc->merge_key, pc->cdata_buf);
1113 hal_device_property_strlist_append (pc->device, pc->merge_key, pc->cdata_buf);
1123 value = strtol (pc->cdata_buf, NULL, 0);
1137 value = strtoull (pc->cdata_buf, NULL, 0);
1148 (strcmp (pc->cdata_buf,
1155 atof (pc->cdata_buf));
1166 if (!resolve_udiprop_path (pc->cdata_buf,
1170 HAL_ERROR (("Could not resolve keypath '%s' on udi '%s'", pc->cdata_buf, p
[all...]

Completed in 21 milliseconds