Searched refs:first_error (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/libexec/rpc.rusersd/
H A Drusers_proc.c79 int first_event, first_error; local
89 if (XidleQueryExtension(dpy, &first_event, &first_error)) {
/freebsd-10.0-release/sys/kern/
H A Dsys_process.c1374 int error, first_error, ok; local
1406 first_error = 0;
1417 else if (first_error == 0)
1418 first_error = error;
1422 else if (first_error != 0)
1423 error = first_error;
H A Dkern_linker.c329 int first_error, error; local
349 first_error = 0;
360 if (first_error == 0)
361 first_error = error;
364 return (first_error);
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-arm.c1197 first_error (const char *err)
1218 first_error (_("only one type should be specified for operand"));
1224 first_error (_("vector type expected"));
1296 first_error (_("can't redefine type for operand"));
1307 first_error (_("only D registers may be indexed"));
1313 first_error (_("can't change index for operand"));
1329 first_error (_("constant expression required"));
1373 first_error (_("register operand expected, but got scalar"));
1406 first_error (_("scalar must have an index"));
1411 first_error (
1195 first_error (const char *err) function
[all...]
/freebsd-10.0-release/sys/dev/drm2/i915/
H A Di915_irq.c2191 error = dev_priv->first_error;
2255 if (dev_priv->first_error == NULL) {
2256 dev_priv->first_error = error;
2272 error = dev_priv->first_error;
2273 dev_priv->first_error = NULL;
H A Di915_debug.c715 if (!dev_priv->first_error) {
720 error = dev_priv->first_error;
H A Di915_drv.h716 struct drm_i915_error_state *first_error; member in struct:drm_i915_private

Completed in 145 milliseconds