Home
last modified time | relevance | path

Searched refs:g_error (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/dis/
H A Ddis_util.c38 int g_error; /* global process exit status, set when warn() is called */ variable
77 g_error = 1; in warn()
H A Ddis_util.h42 extern int g_error;
H A Ddis_main.c790 return (g_error); in main()
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c1462 int g_error = 0; in dcd_ready_and_valid() local
1484 g_error = dcd_validate_geometry(un); in dcd_ready_and_valid()
1492 if (g_error == DCD_BAD_LABEL) { in dcd_ready_and_valid()