Searched refs:cmn_err (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dcmn_err.h47 void cmn_err(int, const char *, ...);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzmod_subr.c30 #include <sys/cmn_err.h>
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_cmn_err.c29 #include <sys/cmn_err.h>
68 cmn_err(int type, const char *fmt, ...) function
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dccompile.h72 __attribute__((__format__(cmn_err, __n, (__n)+1)))
74 __attribute__((__format__(cmn_err, __n, 0)))
H A Dcmn_err.h57 extern void cmn_err(int, const char *, ...)
59 #pragma rarely_called(cmn_err)
/freebsd-11-stable/sys/cddl/dev/dtrace/amd64/
H A Dinstr_size.c41 #include <sys/cmn_err.h>
61 * exception is for cmn_err, but only to signal the detection of table
63 * trigger a cmn_err call.
/freebsd-11-stable/sys/cddl/dev/dtrace/i386/
H A Dinstr_size.c41 #include <sys/cmn_err.h>
61 * exception is for cmn_err, but only to signal the detection of table
63 * trigger a cmn_err call.
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dcallb.c36 #include <sys/cmn_err.h>
158 cmn_err(CE_WARN, "callb_add: name of callback function '%s' "
221 cmn_err(CE_WARN, "callb delete bogus entry 0x%p",
H A Dfm.c58 #include <sys/cmn_err.h>
168 cmn_err(CE_NOTE, "failed to create fm/misc kstat\n");
409 * A one-line summary is recorded in the log only (cmn_err(9F) with "!" prefix).
431 cmn_err(CE_NOTE, "!SUNW-MSG-ID: %s, "
/freebsd-11-stable/sys/cddl/dev/dtrace/
H A Ddtrace_load.c124 cmn_err(CE_WARN, "illegal value (%lu) for dtrace_retain_max; "
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_context.h46 #include <sys/cmn_err.h>
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_impl.h42 #include <sys/cmn_err.h>
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c43 #include <sys/cmn_err.h>
379 cmn_err(CE_WARN,
1684 cmn_err(CE_NOTE, "spa_get_bootfs: can not get "
1694 cmn_err(CE_NOTE, "spa_import_rootpool: error %d",
1700 cmn_err(CE_NOTE, "zfs_parse_bootfs: error %d",
1711 cmn_err(CE_NOTE, "zfs_domount: error %d", error);
1718 cmn_err(CE_NOTE, "zfs_zget: error %d", error);
H A Dspa.c1120 cmn_err(CE_WARN,
1201 cmn_err(CE_WARN,
2404 cmn_err(CE_WARN, "pool '%s' could not be "
4887 cmn_err(CE_PANIC, "failed to add pool config");
4896 cmn_err(CE_PANIC, "failed to add pool version");
4905 cmn_err(CE_PANIC, "failed to add deflate");
4920 cmn_err(CE_PANIC, "failed to add bpobj");
5097 cmn_err(CE_NOTE, "Cannot read the pool label from '%s'",
5134 cmn_err(CE_NOTE, "Can not parse the config for pool '%s'",
5143 cmn_err(CE_NOT
[all...]
H A Dspa_history.c42 #include <sys/cmn_err.h>
H A Dzfs_log.c31 #include <sys/cmn_err.h>
H A Dzil.c768 cmn_err(CE_WARN, "can't open objset for %llu, error %u",
868 cmn_err(CE_WARN, "can't open objset %llu, error %d",
3215 cmn_err(CE_WARN, "ZFS replay transaction error %d, "
H A Ddsl_prop.c716 cmn_err(CE_PANIC, "unexpected property source: %d", source);
H A Dvdev_disk.c250 #define VDEV_DEBUG(...) cmn_err(CE_NOTE, __VA_ARGS__)
H A Dzfs_dir.c39 #include <sys/cmn_err.h>
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c89 #include <sys/cmn_err.h>
8617 cmn_err(CE_WARN, "failed to register provider '%s': invalid "
8623 cmn_err(CE_WARN, "failed to register provider '%s': invalid "
8632 cmn_err(CE_WARN, "failed to register provider '%s': invalid "
8642 cmn_err(CE_WARN, "failed to register provider '%s': invalid "
8648 cmn_err(CE_WARN, "failed to register provider '%s': invalid "
8656 cmn_err(CE_WARN, "failed to register provider '%s': need "
9546 cmn_err(CE_WARN, "failed to register meta-provider: "
9555 cmn_err(CE_WARN, "failed to register meta-register %s: "
9572 cmn_err(CE_WAR
[all...]
/freebsd-11-stable/contrib/ntp/libparse/
H A Dparsesolaris.c390 cmn_err(CE_CONT, "?%s: Copyright (c) 1993-2005, Frank Kardel\n", modlstrmod.strmod_linkinfo);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h128 extern void cmn_err(int, const char *, ...);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c729 * cmn_err() and panic()
768 cmn_err(int ce, const char *fmt, ...) function
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_log.c72 # include <sys/cmn_err.h>

Completed in 582 milliseconds

12