Home
last modified time | relevance | path

Searched refs:Warn (Results 1 – 15 of 15) sorted by relevance

/titanic_44/usr/src/cmd/prstat/
H A Dprutil.c65 Warn(char *format, ...) in Warn() function
224 Warn(gettext("realloc() failed, attempt %d"), cnt); in Realloc()
271 Warn(gettext("cannot get real time class parameters")); in Priocntl()
279 Warn(gettext("cannot enter the real time class")); in Priocntl()
H A Dprutil.h41 extern void Warn(char *, ...);
H A Dprstat.c1233 Warn(gettext("failed to load terminal info, " in ldtermcap()
1237 Warn(gettext("terminfo database not found, " in ldtermcap()
1241 Warn(gettext("failed to initialize terminal, " in ldtermcap()
/titanic_44/usr/src/cmd/fm/eversholt/eftinfo/common/
H A Deftinfo.c87 int Warn; variable
178 Warn++; in main()
/titanic_44/usr/src/cmd/fm/eversholt/esc/common/
H A Descmain.c85 int Warn = 1; /* the esc compiler should issue language warnings */ variable
178 Warn = 0; in main()
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/
H A Deft.c62 int Warn; /* zero -- eft.so should not issue language warnings */ variable
332 Warn = fmd_prop_get_int32(hdl, "warn"); in _fmd_init()
338 Verbose, Warn, Max_fme); in _fmd_init()
/titanic_44/usr/src/uts/intel/io/acpica/utilities/
H A Dutaddress.c224 BOOLEAN Warn) in AcpiUtCheckAddressRange() argument
264 if (Warn) /* Optional warning message */ in AcpiUtCheckAddressRange()
H A Dutxface.c525 BOOLEAN Warn) in AcpiCheckAddressRange() argument
538 (UINT32) Length, Warn); in AcpiCheckAddressRange()
/titanic_44/usr/src/cmd/fm/eversholt/common/
H A Dout.h103 extern int Warn;
H A Dout.c157 if ((flags & O_WARN) && Warn == 0) in vout()
/titanic_44/usr/src/uts/intel/sys/acpi/
H A Dacutils.h1000 BOOLEAN Warn);
H A Dacpixf.h505 BOOLEAN Warn))
/titanic_44/usr/src/cmd/ssh/doc/
H A DChangeLog986 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
/titanic_44/usr/src/grub/grub-0.97/
H A DChangeLog4675 * netboot/fsys_tftp.c (buf_fill): Warn when amazing things
/titanic_44/usr/src/uts/intel/io/acpica/
H A Dchanges.txt4738 iASL: Warn if reserved method incorrectly returns a value. Many