Lines Matching refs:ustatus
126 sdbc_report_error(spcs_s_info_t *ustatus) in sdbc_report_error() argument
128 if (*ustatus != NULL) { in sdbc_report_error()
129 spcs_s_report(*ustatus, stderr); in sdbc_report_error()
130 spcs_s_ufree(ustatus); in sdbc_report_error()
274 spcs_s_info_t ustatus; in restore_hints() local
315 1, 0, 0, 0, &ustatus) == SPCS_S_ERROR) { in restore_hints()
320 sdbc_report_error(&ustatus); in restore_hints()
324 NSC_WRTHRU, 1, 0, 0, &ustatus) == SPCS_S_ERROR) { in restore_hints()
328 sdbc_report_error(&ustatus); in restore_hints()
342 1, 0, 0, 0, &ustatus) == SPCS_S_ERROR) { in restore_hints()
347 sdbc_report_error(&ustatus); in restore_hints()
351 1, 0, 0, &ustatus) == SPCS_S_ERROR) { in restore_hints()
355 sdbc_report_error(&ustatus); in restore_hints()
718 spcs_s_info_t ustatus; in cd_to_device() local
732 &ustatus) == SPCS_S_ERROR) { in cd_to_device()
735 sdbc_report_error(&ustatus); in cd_to_device()