| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_gpu_error.c | 1827 error = READ_ONCE(i915->gpu_error.first_error); 1874 cmpxchg(&i915->gpu_error.first_error, NULL, error)) 1912 cmpxchg(&i915->gpu_error.first_error, NULL, error); 1926 error = i915->gpu_error.first_error; 1939 error = i915->gpu_error.first_error; 1941 i915->gpu_error.first_error = NULL; 1951 if (!i915->gpu_error.first_error) 1952 i915->gpu_error.first_error = ERR_PTR(err);
|
| i915_gpu_error.h | 188 struct i915_gpu_coredump *first_error; member in struct:i915_gpu_error
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-arm.c | 1563 first_error (const char *err) function 1584 first_error (_("only one type should be specified for operand")); 1590 first_error (_("vector type expected")); 1629 first_error (BAD_MVE_AUTO); 1699 first_error (_("expected MVE register [q0..q7]")); 1719 first_error (_("can't redefine type for operand")); 1735 first_error (_("only D and Q registers may be indexed")); 1737 first_error (_("only D registers may be indexed")); 1743 first_error (_("can't change index for operand")); 1759 first_error (_("constant expression required")) [all...] |
| tc-aarch64.c | 777 first_error (const char *error) 783 /* Similar to first_error, but this function accepts formatted error 883 first_error (_("bad vector arrangement type")); 1090 first_error (_("missing element size")); 1139 first_error (_("missing predication type")); 1183 first_error (_("constant expression required")); 1311 first_error (_("this type of register can't be indexed")); 1317 first_error (_("index not allowed inside register list")); 1332 first_error (_("indexed vector register expected")); 1339 first_error (_("invalid use of vector register")) 775 first_error (const char *error) function [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-arm.c | 1562 first_error (const char *err) function 1583 first_error (_("only one type should be specified for operand")); 1589 first_error (_("vector type expected")); 1628 first_error (BAD_MVE_AUTO); 1698 first_error (_("expected MVE register [q0..q7]")); 1718 first_error (_("can't redefine type for operand")); 1734 first_error (_("only D and Q registers may be indexed")); 1736 first_error (_("only D registers may be indexed")); 1742 first_error (_("can't change index for operand")); 1758 first_error (_("constant expression required")) [all...] |
| tc-aarch64.c | 772 first_error (const char *error) 778 /* Similar to first_error, but this function accepts formatted error 878 first_error (_("bad vector arrangement type")); 1085 first_error (_("missing element size")); 1134 first_error (_("missing predication type")); 1178 first_error (_("constant expression required")); 1306 first_error (_("this type of register can't be indexed")); 1312 first_error (_("index not allowed inside register list")); 1327 first_error (_("indexed vector register expected")); 1334 first_error (_("invalid use of vector register")) 770 first_error (const char *error) function [all...] |
| /src/external/bsd/libpcap/dist/ |
| sockutils.c | 711 int first_error; local 727 first_error = addrs_to_try[0].errcode; 730 if (addrs_to_try[i].errcode != first_error)
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
| selftest_hangcheck.c | 1544 error = xchg(&global->first_error, (void *)-1); 1548 xchg(&global->first_error, error);
|
| /src/external/mit/xorg/lib/libxcb/files/ |
| xproto.h | 4295 uint8_t first_error; member in struct:xcb_query_extension_reply_t 11628 * events and errors, the `first_event` and `first_error` fields in the reply are 11653 * events and errors, the `first_event` and `first_error` fields in the reply are
|