Searched refs:__KPRINTFLIKE (Results 1 – 25 of 33) sorted by relevance
12
/titanic_44/usr/src/uts/common/sys/ |
H A D | cmn_err.h | 58 __KPRINTFLIKE(2); 64 __KPRINTFLIKE(3); 71 __KPRINTFLIKE(3); 75 __KPRINTFLIKE(1); 82 __KPRINTFLIKE(2); 89 __KPRINTFLIKE(1); 96 __KPRINTFLIKE(3); 101 __KPRINTFLIKE(2); 107 __KPRINTFLIKE(1) __NORETURN;
|
H A D | console.h | 64 extern void console_printf(const char *, ...) __KPRINTFLIKE(1);
|
H A D | strlog.h | 122 __KPRINTFLIKE(5);
|
H A D | kobj_lex.h | 99 __KPRINTFLIKE(3);
|
H A D | ccompile.h | 148 #define __KPRINTFLIKE(__n) __sun_attr__((__KPRINTFLIKE__(__n))) macro
|
H A D | cpr.h | 659 extern void cpr_err(int, const char *, ...) __KPRINTFLIKE(2);
|
H A D | epm.h | 695 extern void pm_log(const char *fmt, ...) __KPRINTFLIKE(1);
|
/titanic_44/usr/src/uts/i86pc/dboot/ |
H A D | dboot_printf.h | 42 __KPRINTFLIKE(1); 50 __KPRINTFLIKE(1);
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | mi.h | 99 __KPRINTFLIKE(2); 102 __KPRINTFLIKE(2); 122 __KPRINTFLIKE(2); 130 char *fmt, ...) __KPRINTFLIKE(4);
|
H A D | sadb.h | 820 __KPRINTFLIKE(6);
|
/titanic_44/usr/src/uts/intel/sys/ |
H A D | bootconf.h | 234 __KPRINTFLIKE(2); 238 __KPRINTFLIKE(1) __NORETURN;
|
H A D | hypervisor.h | 98 extern void xen_printf(const char *, ...) __KPRINTFLIKE(1);
|
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | autofs.h | 276 __KPRINTFLIKE(4); 279 __KPRINTFLIKE(2);
|
H A D | ufs_panic.h | 145 int ufs_fault(vnode_t *, char *fmt, ...) __KPRINTFLIKE(2);
|
/titanic_44/usr/src/uts/common/sys/dktp/ |
H A D | gda.h | 43 __KPRINTFLIKE(4);
|
/titanic_44/usr/src/uts/common/io/i40e/ |
H A D | i40e_sw.h | 968 extern void i40e_error(i40e_t *, const char *, ...) __KPRINTFLIKE(2); 970 extern void i40e_notice(i40e_t *, const char *, ...) __KPRINTFLIKE(2); 972 extern void i40e_log(i40e_t *, const char *, ...) __KPRINTFLIKE(2);
|
/titanic_44/usr/src/uts/common/sys/scsi/impl/ |
H A D | services.h | 89 uint_t level, const char *fmt, ...) __KPRINTFLIKE(4);
|
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_subr.h | 51 __KPRINTFLIKE(3);
|
/titanic_44/usr/src/uts/common/io/ |
H A D | str_conf.c | 87 static void fmodsw_dprintf(uint_t flag, const char *fmt, ...) __KPRINTFLIKE(2);
|
/titanic_44/usr/src/uts/common/sys/scsi/adapters/pmcs/ |
H A D | pmcs_proto.h | 63 const char *, ...) __KPRINTFLIKE(5);
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dump.c | 83 static void nd_log(const char *, ...) __KPRINTFLIKE(1);
|
/titanic_44/usr/src/uts/common/nfs/ |
H A D | nfs_log.h | 653 __KPRINTFLIKE(2);
|
/titanic_44/usr/src/uts/sun/sys/scsi/adapters/ |
H A D | fasvar.h | 737 __KPRINTFLIKE(2);
|
/titanic_44/usr/src/uts/common/os/ |
H A D | dacf.c | 173 static void dprintf(const char *, ...) __KPRINTFLIKE(1);
|
H A D | modconf.c | 270 static void mod_dprintf(int flag, const char *format, ...) __KPRINTFLIKE(2);
|
12