Home
last modified time | relevance | path

Searched refs:error_msg (Results 1 – 10 of 10) sorted by relevance

/dragonfly/sys/vfs/ext2fs/
H A Dext2_lookup.c799 char *error_msg = NULL; in ext2_check_direntry() local
802 error_msg = "rec_len is smaller than minimal"; in ext2_check_direntry()
804 error_msg = "rec_len % 4 != 0"; in ext2_check_direntry()
806 error_msg = "reclen is too small for name_len"; in ext2_check_direntry()
808 error_msg = "directory entry across blocks"; in ext2_check_direntry()
810 error_msg = "directory entry inode out of bounds"; in ext2_check_direntry()
812 if (error_msg != NULL) { in ext2_check_direntry()
814 error_msg, entryoffsetinblock, in ext2_check_direntry()
818 return (error_msg == NULL ? 0 : EINVAL); in ext2_check_direntry()
/dragonfly/contrib/xz/src/xz/
H A Dfile_io.c658 goto error_msg; in io_open_src_real()
661 goto error_msg; in io_open_src_real()
732 error_msg: in io_open_src_real()
/dragonfly/sys/dev/drm/i915/
H A Di915_irq.c2843 char error_msg[80]; in i915_handle_error() local
2846 vscnprintf(error_msg, sizeof(error_msg), fmt, args); in i915_handle_error()
2858 i915_capture_error_state(dev_priv, engine_mask, error_msg); in i915_handle_error()
H A Di915_drv.h903 char error_msg[128]; member
3952 const char *error_msg);
3975 const char *error_msg) in i915_capture_error_state() argument
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dsemantics.c3524 const char **error_msg, in finish_id_expression() argument
3531 *error_msg = NULL; in finish_id_expression()
3603 *error_msg = G_("use of parameter outside function body"); in finish_id_expression()
3613 *error_msg = G_("missing template arguments"); in finish_id_expression()
3619 *error_msg = G_("expected primary-expression"); in finish_id_expression()
5198 const char *error_msg; in omp_reduction_lookup() local
5205 false, &error_msg, loc); in omp_reduction_lookup()
H A Dparser.c5467 const char *error_msg; in cp_parser_primary_expression() local
5623 &error_msg, in cp_parser_primary_expression()
5625 if (error_msg) in cp_parser_primary_expression()
5626 cp_parser_error (parser, error_msg); in cp_parser_primary_expression()
10376 const char* error_msg; in cp_parser_lambda_introducer() local
10423 &error_msg, in cp_parser_lambda_introducer()
13982 const char *error_msg; in cp_parser_decltype_expr() local
14010 &error_msg, in cp_parser_decltype_expr()
H A Dpt.c17751 const char *error_msg; in tsubst_copy_and_build() local
17776 &error_msg, in tsubst_copy_and_build()
17778 if (error_msg) in tsubst_copy_and_build()
17779 error (error_msg); in tsubst_copy_and_build()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dsemantics.c2889 const char **error_msg, in finish_id_expression() argument
2896 *error_msg = NULL; in finish_id_expression()
3048 *error_msg = "missing template arguments"; in finish_id_expression()
3054 *error_msg = "expected primary-expression"; in finish_id_expression()
H A Dparser.c4251 const char *error_msg; in cp_parser_primary_expression() local
4381 &error_msg, in cp_parser_primary_expression()
4383 if (error_msg) in cp_parser_primary_expression()
4384 cp_parser_error (parser, error_msg); in cp_parser_primary_expression()
8255 const char* error_msg; in cp_parser_lambda_introducer() local
8307 &error_msg, in cp_parser_lambda_introducer()
11063 const char *error_msg; in cp_parser_decltype() local
11093 &error_msg, in cp_parser_decltype()
H A Dpt.c13143 const char *error_msg; in tsubst_copy_and_build() local
13168 &error_msg, in tsubst_copy_and_build()
13170 if (error_msg) in tsubst_copy_and_build()
13171 error (error_msg); in tsubst_copy_and_build()