Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_log.c48 cmn_err(CE_NOTE, "%s%d: %s", MODULE_NAME, ixgbep->instance, in ixgbe_notice()
51 cmn_err(CE_NOTE, "%s: %s", MODULE_NAME, buf); in ixgbe_notice()
69 cmn_err(CE_NOTE, "!%s%d: %s", MODULE_NAME, ixgbep->instance, in ixgbe_log()
72 cmn_err(CE_NOTE, "!%s: %s", MODULE_NAME, buf); in ixgbe_log()
90 cmn_err(CE_WARN, "!%s%d: %s", MODULE_NAME, ixgbep->instance, in ixgbe_error()
93 cmn_err(CE_WARN, "!%s: %s", MODULE_NAME, buf); in ixgbe_error()
H A Dixgbe_sw.h81 #define MODULE_NAME "ixgbe" /* module name */ macro
H A Dixgbe_stat.c324 ks = kstat_create(MODULE_NAME, ddi_get_instance(ixgbe->dip), in ixgbe_init_stats()
H A Dixgbe_main.c383 mac_init_ops(&ixgbe_dev_ops, MODULE_NAME); in _init()
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/mdb/intel/amd64/libpython/
H A DMakefile30 MODULE_NAME = libpython macro
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A DMakefile95 MODULE_NAME = ecore macro
96 obj-m += $(MODULE_NAME).o
/illumos-gate/usr/src/cmd/mdb/
H A DMakefile.module48 MODNAME_cmd = if [ -n "$(MODULE_NAME)" ]; then print $(MODULE_NAME); else print $(MODULE)| sed -e '…
/illumos-gate/usr/src/uts/common/io/
H A Dmouse8042.c135 #define MODULE_NAME "mouse8042" macro
139 MODULE_NAME,
/illumos-gate/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.h81 #define MODULE_NAME "igb" /* module name */ macro
H A Digb_main.c387 mac_init_ops(&igb_dev_ops, MODULE_NAME); in _init()
/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.c128 #define MODULE_NAME "bfe" macro
3125 mac_init_ops(&bfe_dev_ops, MODULE_NAME); in _init()
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt7404 MODULE_NAME and printf format strings. Jan Beulich.