Home
last modified time | relevance | path

Searched refs:error_str (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Di915_sysfs.c503 struct drm_i915_error_state_buf error_str;
507 ret = i915_error_state_buf_init(&error_str, dev_priv, count, off);
512 ret = i915_error_state_to_str(&error_str, gpu);
516 ret = count < error_str.bytes ? count : error_str.bytes;
517 memcpy(buf, error_str.buf, ret);
521 i915_error_state_buf_release(&error_str);
/dragonfly/usr.sbin/nscd/
H A Dnscd.c596 char const *error_str; in main() local
782 error_str = NULL; in main()
786 res = parse_config_file(s_configuration, config_file, &error_str, in main()
788 if ((res != 0) && (error_str == NULL)) { in main()
791 &error_str, &error_line); in main()
795 if (error_str != NULL) { in main()
797 config_file, error_line, error_str); in main()
H A Dparser.c333 const char *fname, char const **error_str, int *error_line) in parse_config_file() argument
464 *error_str = "syntax error"; in parse_config_file()
/dragonfly/sys/dev/raid/tws/
H A Dtws_services.h112 char *error_str; member
H A Dtws_services.c135 array[index].error_str, in tws_log()