Searched refs:__func__ (Results 126 - 150 of 161) sorted by relevance

1234567

/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbioscd.c62 # define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args)
H A Dbiosdisk.c65 # define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args)
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c711 panic("%s: line %d.", __func__,
1196 panic("%s: iq->cntxt_id (%d) more than the max (%d)", __func__,
1209 __func__, cntxt_id, sc->sge.neq - 1);
1427 panic("%s: eq->cntxt_id (%d) more than the max (%d)", __func__,
1469 panic("%s: eq->cntxt_id (%d) more than the max (%d)", __func__,
1512 panic("%s: eq->cntxt_id (%d) more than the max (%d)", __func__,
1556 panic("%s: invalid eq type %d.", __func__,
1593 panic("%s: invalid eq type %d.", __func__,
1689 __func__, rc);
3046 __func__, r
[all...]
H A Dt4_nexus.c2101 panic("%s: iq %p wasn't disabled", __func__,
2112 panic("%s: iq %p wasn't disabled", __func__,
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c2409 __func__);
2420 __func__);
2427 __func__);
2442 __func__);
2451 __func__);
2460 "!%s: ddi_intr_add_handler failed", __func__);
2475 "!%s: enabling interrupt %d failed", __func__, i);
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c144 " %d", unm_nic_driver_name, __func__, err);
156 unm_nic_driver_name, __func__, err, size);
164 __func__, err);
180 unm_nic_driver_name, __func__, err);
200 cmn_err(CE_WARN, "%s: Error unbinding memory\n", __func__);
2422 DPRINTF(-1, (CE_CONT, "%s: called\n", __func__));
H A Dunm_nic_ctx.c127 cmn_err(CE_WARN, "%s: lock timeout.\n", __func__);
H A Dunm_nic.h115 #define __FUNCTION__ __func__
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c415 logerr("%s: invalid server fields", __func__);
1228 logerr("%s: invalid ilb type", __func__);
1231 logdebug("%s: invalid ilb type", __func__);
/illumos-gate/usr/src/cmd/hal/tools/
H A Dlshal.c44 #define __FUNCTION__ __func__
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.h541 #define EL(qlt, ...) qlt_el_msg(qlt, __func__, CE_CONT, __VA_ARGS__);
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib.c231 __func__, __LINE__, rds_ibdev->pd);
H A Daf_rds.c969 __func__, __LINE__);
H A Dib_send.c262 __func__, send->s_opcode);
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h409 "%s line %d", p->path, __func__, __LINE__); \
/illumos-gate/usr/src/boot/sys/boot/common/
H A Ddisk.c41 # define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args)
H A Dpart.c45 #define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args)
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsubr_mchain.c98 smb_errmsg(CE_NOTE, __func__, __VA_ARGS__)
100 smb_errmsg(CE_PANIC, __func__, __VA_ARGS__)
/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h393 #define __func__ NULL macro
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c384 * For _LOG() messages, a __func__ prefix will identify the function origin
468 #define _LOG(level) SCSI_HBA_LOG##level, __func__
469 #define _MAP(map) SCSI_HBA_LOGMAP##map, __func__
702 SCSI_HBA_LOG((_LOG_TRACE, NULL, NULL, __func__));
864 SCSI_HBA_LOG((_LOG_TRACE, NULL, NULL, __func__));
902 SCSI_HBA_LOG((_LOG_TRACE, self, NULL, __func__));
935 SCSI_HBA_LOG((_LOG_TRACE, tran->tran_hba_dip, NULL, __func__));
1102 SCSI_HBA_LOG((_LOG_TRACE, self, NULL, __func__));
1240 SCSI_HBA_LOG((_LOG_TRACE, self, NULL, __func__));
1419 SCSI_HBA_LOG((_LOG_TRACE, NULL, NULL, __func__));
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1507 dprintf("%s: addr: %p len: %llx\n", __func__, addr, n);
1520 dprintf("%s: addr: %p len: %llx\n", __func__, addr, n);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dcnex.c943 D1("%s: interrupt ino=0x%x\n", __func__, iinfo->ino);
H A Dvnet.c2668 vnetp->instance, __func__);
2685 vnetp->instance, __func__, ether_sprintf((void *)mac_addr));
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas_tbolt.c902 con_log(CL_ANN, (CE_NOTE, "chkpnt:%s:%d", __func__, __LINE__));
1137 con_log(CL_DLEVEL1, (CE_NOTE, "chkpnt:%s:%d", __func__, __LINE__));
3291 "%s(): RESET FAILED; return failure!!!", __func__);
3347 __func__, MAX_FW_RESET_COUNT);
/illumos-gate/usr/src/boot/sys/boot/fdt/
H A Dfdt_loader_cmd.c44 #define debugf(fmt, args...) do { printf("%s(): ", __func__); \

Completed in 212 milliseconds

1234567