Home
last modified time | relevance | path

Searched refs:MODULE_NAME (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/uts/common/io/ixgbe/
H A Dixgbe_log.c50 cmn_err(CE_NOTE, "%s%d: %s", MODULE_NAME, ixgbep->instance, in ixgbe_notice()
53 cmn_err(CE_NOTE, "%s: %s", MODULE_NAME, buf); in ixgbe_notice()
71 cmn_err(CE_NOTE, "!%s%d: %s", MODULE_NAME, ixgbep->instance, in ixgbe_log()
74 cmn_err(CE_NOTE, "!%s: %s", MODULE_NAME, buf); in ixgbe_log()
92 cmn_err(CE_WARN, "!%s%d: %s", MODULE_NAME, ixgbep->instance, in ixgbe_error()
95 cmn_err(CE_WARN, "!%s: %s", MODULE_NAME, buf); in ixgbe_error()
H A Dixgbe_sw.h79 #define MODULE_NAME "ixgbe" /* module name */ macro
H A Dixgbe_stat.c231 ks = kstat_create(MODULE_NAME, ddi_get_instance(ixgbe->dip), in ixgbe_init_stats()
H A Dixgbe_main.c364 mac_init_ops(&ixgbe_dev_ops, MODULE_NAME); in _init()
/titanic_44/usr/src/uts/sun4v/io/iospc/
H A Drfios_iospc.c51 MODULE_NAME /* Passed in as a #define from Makefile */
64 MODULE_NAME, rval); in rfios_bind_group()
/titanic_44/usr/src/uts/sun4v/io/n2piupc/
H A Dn2piupc.c64 MODULE_NAME /* Passed in as a #define from Makefile */
113 MODULE_NAME, rval); in _init()
/titanic_44/usr/src/uts/common/io/
H A Dmouse8042.c135 #define MODULE_NAME "mouse8042" macro
139 MODULE_NAME,
/titanic_44/usr/src/uts/common/io/igb/
H A Digb_stat.c159 ks = kstat_create(MODULE_NAME, ddi_get_instance(igb->dip), in igb_init_stats()
H A Digb_sw.h78 #define MODULE_NAME "igb" /* module name */ macro
H A Digb_main.c372 mac_init_ops(&igb_dev_ops, MODULE_NAME); in _init()
/titanic_44/usr/src/uts/common/io/bfe/
H A Dbfe.c128 #define MODULE_NAME "bfe" macro
3134 mac_init_ops(&bfe_dev_ops, MODULE_NAME); in _init()
/titanic_44/usr/src/uts/intel/io/acpica/
H A Dchanges.txt7404 MODULE_NAME and printf format strings. Jan Beulich.