Searched refs:WARN (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/usr.sbin/cpucontrol/
H A Dcpucontrol.h42 # define WARN(level, ...) \ macro
51 # define WARN(level, ...) \ macro
H A Dvia.c62 WARN(0, "ioctl()");
107 WARN(0, "could not open %s for writing", dev);
112 WARN(0, "ioctl(%s)", dev);
118 WARN(0, "ioctl(%s)", dev);
128 WARN(0, "ioctl(%s)", dev);
140 WARN(0, "open(%s)", path);
145 WARN(0, "fstat(%s)", path);
159 WARN(0, "mmap(%s)", path);
210 WARN(0, "ioctl()");
H A Damd.c61 WARN(0, "ioctl()");
98 WARN(0, "could not open %s for writing", dev);
103 WARN(0, "ioctl()");
118 WARN(0, "open(%s)", path);
123 WARN(0, "fstat(%s)", path);
136 WARN(0, "mmap(%s)", path);
H A Dintel.c64 WARN(0, "ioctl()");
113 WARN(0, "could not open %s for writing", dev);
118 WARN(0, "ioctl(%s)", dev);
124 WARN(0, "ioctl(%s)", dev);
135 WARN(0, "ioctl(%s)", dev);
147 WARN(0, "open(%s)", path);
152 WARN(0, "fstat(%s)", path);
166 WARN(0, "mmap(%s)", path);
273 WARN(0, "ioctl()");
H A Dcpucontrol.c127 WARN(0, "stat(%s)", path);
157 WARN(0, "error opening %s for reading", dev);
162 WARN(0, "ioctl(%s, CPUCTL_CPUID)", dev);
270 WARN(0, "error opening %s for %s", dev,
276 WARN(0, "ioctl(%s, CPUCTL_%s (%lu))", dev, command_name, command);
301 WARN(0, "error opening %s for reading", dev);
345 WARN(0, "closedir(%s)", dir->path);
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c46 #define WARN(x) { warn(x); return (E_ERROR); } macro
213 WARN("cth_lbloff is not aligned properly\n");
215 WARN("file is truncated or cth_lbloff is corrupt\n");
217 WARN("file is truncated or cth_objtoff is corrupt\n");
219 WARN("file is corrupt -- cth_lbloff > cth_objtoff\n");
277 WARN("cth_objtoff is not aligned properly\n");
279 WARN("file is truncated or cth_objtoff is corrupt\n");
281 WARN("file is truncated or cth_funcoff is corrupt\n");
283 WARN("file is corrupt -- cth_objtoff > cth_funcoff\n");
326 WARN("cth_funcof
[all...]
/freebsd-10.0-release/sys/ofed/include/linux/
H A Dkernel.h117 #ifndef WARN
118 #define WARN(condition, format...) ({ \ macro
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmr.c160 WARN(1 ,
417 WARN((total_len & ((1ULL<<block_shift)-1ULL)),
424 /* If shift is less than the min we set a WARN and
427 WARN(1,
/freebsd-10.0-release/sys/contrib/ngatm/netnatm/sig/
H A Dunidef.h51 UNI_DEBUG_DEFINE(WARN) \
/freebsd-10.0-release/share/mk/
H A Dsys.mk343 .WARN: dirsyntax
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dlinker.c1441 WARN, /* Issue warning. */
1460 /* WARN_ROW */ {MWARN, WARN, WARN, CWARN, CWARN, WARN, CWARN, NOACT },
1941 case WARN:
1436 WARN, /* Issue warning. */ enumerator in enum:link_action
/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_ses.h1608 GEN_SES_STATUS_UPS_ACCESSORS(warn, WARN)
1713 GEN_SES_STATUS_ENCLOSURE_ACCESSORS(warn, WARN)

Completed in 213 milliseconds