Searched refs:dev_path (Results 1 – 1 of 1) sorted by relevance
180 char *dev_path; member223 ret = chdir(s->dev_path); in sdsi_update_registers()359 ret = chdir(s->dev_path); in sdsi_meter_cert_show()443 ret = chdir(s->dev_path); in sdsi_state_cert_show()549 ret = chdir(s->dev_path); in sdsi_provision()693 s->dev_path = (char *)malloc(sizeof(AUX_DEV_PATH) + dev_name_len); in sdsi_create_dev()694 if (!s->dev_path) { in sdsi_create_dev()701 snprintf(s->dev_path, sizeof(AUX_DEV_PATH) + dev_name_len, "%s%s", AUX_DEV_PATH, in sdsi_create_dev()703 dir = opendir(s->dev_path); in sdsi_create_dev()705 fprintf(stderr, "Could not open directory '%s': %s\n", s->dev_path, in sdsi_create_dev()[all …]