Home
last modified time | relevance | path

Searched refs:log (Results 126 – 150 of 599) sorted by relevance

12345678910>>...24

/illumos-gate/usr/src/cmd/mdb/common/modules/emlxs/
H A Demlxs.c83 emlxs_msg_log_t log; in emlxs_msgbuf() local
163 addr = (uintptr_t)device.log[brd_no]; in emlxs_msgbuf()
169 if (mdb_vread(&log, sizeof (emlxs_msg_log_t), addr) != in emlxs_msgbuf()
177 if (log.count == 0) { in emlxs_msgbuf()
183 last = log.count - 1; in emlxs_msgbuf()
186 if (log.count >= log.size) { in emlxs_msgbuf()
187 first = log.count - log.size; in emlxs_msgbuf()
188 idx = log.next; in emlxs_msgbuf()
203 (uintptr_t)&log.entry[idx]) != sizeof (emlxs_msg_entry_t)) { in emlxs_msgbuf()
306 if (++idx >= log.size) { in emlxs_msgbuf()
/illumos-gate/usr/src/lib/sun_fc/common/
H A DInternalError.cc48 Trace log("InternalError::InternalError(string)"); in InternalError() local
49 log.internalError(message.c_str()); in InternalError()
57 Trace log("InternalError::InternalError()"); in InternalError() local
H A DSun_fcOpenAdapter.cc46 Trace log("Sun_fcOpenAdapter"); in Sun_fcOpenAdapter() local
48 log.userError("Null argument"); in Sun_fcOpenAdapter()
57 log.internalError("Uncaught exception"); in Sun_fcOpenAdapter()
H A DSun_fcOpenTgtAdapter.cc46 Trace log("Sun_fcOpenTgtAdapter"); in Sun_fcOpenTgtAdapter() local
48 log.userError("Null argument"); in Sun_fcOpenTgtAdapter()
57 log.internalError("Uncaught exception"); in Sun_fcOpenTgtAdapter()
H A DSun_fcRefreshInformation.cc40 Trace log("Sun_fcRefreshInformation"); in Sun_fcRefreshInformation() local
45 log.debug("Error encountered: %d", e.getErrorCode()); in Sun_fcRefreshInformation()
47 log.internalError("Uncaught exception"); in Sun_fcRefreshInformation()
H A DSun_fcGetVendorLibraryAttributes.cc45 Trace log("Sun_fcGetVendorLibraryAttributes"); in Sun_fcGetVendorLibraryAttributes() local
49 log.userError("NULL attrs structure"); in Sun_fcGetVendorLibraryAttributes()
57 log.internalError("Uncaught exception"); in Sun_fcGetVendorLibraryAttributes()
H A DSun_fcGetAdapterAttributes.cc45 Trace log("Sun_fcGetAdapterAttributes"); in Sun_fcGetAdapterAttributes() local
48 log.userError( in Sun_fcGetAdapterAttributes()
60 log.internalError( in Sun_fcGetAdapterAttributes()
H A DSun_fcNPIVGetAdapterAttributes.cc36 Trace log("Sun_fcNPIVGetAdapterAttributes"); in Sun_fcNPIVGetAdapterAttributes() local
39 log.userError( in Sun_fcNPIVGetAdapterAttributes()
51 log.internalError( in Sun_fcNPIVGetAdapterAttributes()
H A DSun_fcOpenAdapterByWWN.cc44 Trace log("Sun_fcOpenAdapterByWWN"); in Sun_fcOpenAdapterByWWN() local
48 log.userError("NULL handle pointer"); in Sun_fcOpenAdapterByWWN()
58 log.internalError( in Sun_fcOpenAdapterByWWN()
H A DSun_fcOpenTgtAdapterByWWN.cc44 Trace log("Sun_fcOpenTgtAdapterByWWN"); in Sun_fcOpenTgtAdapterByWWN() local
48 log.userError("NULL handle pointer"); in Sun_fcOpenTgtAdapterByWWN()
58 log.internalError( in Sun_fcOpenTgtAdapterByWWN()
H A DSun_fcGetAdapterName.cc50 Trace log("Sun_fcGetAdapterName"); in Sun_fcGetAdapterName() local
52 log.userError( in Sun_fcGetAdapterName()
64 log.internalError( in Sun_fcGetAdapterName()
H A DSun_fcGetPortAttributesByWWN.cc46 Trace log("Sun_fcGetPortAttributesByWWN"); in Sun_fcGetPortAttributesByWWN() local
49 log.userError("NULL attributes pointer"); in Sun_fcGetPortAttributesByWWN()
60 log.internalError("Uncaught exception"); in Sun_fcGetPortAttributesByWWN()
H A DSun_fcGetTgtAdapterName.cc50 Trace log("Sun_fcGetTgtAdapterName"); in Sun_fcGetTgtAdapterName() local
52 log.userError( in Sun_fcGetTgtAdapterName()
64 log.internalError( in Sun_fcGetTgtAdapterName()
H A DSun_fcGetAdapterPortAttributes.cc47 Trace log("Sun_fcGetAdapterPortAttributes"); in Sun_fcGetAdapterPortAttributes() local
50 log.userError( in Sun_fcGetAdapterPortAttributes()
63 log.internalError( in Sun_fcGetAdapterPortAttributes()
H A DSun_fcGetPortNPIVAttributes.cc38 Trace log("Sun_fcGetPortNPIVAttributes"); in Sun_fcGetPortNPIVAttributes() local
40 log.userError( in Sun_fcGetPortNPIVAttributes()
53 log.internalError( in Sun_fcGetPortNPIVAttributes()
H A DSun_fcGetDiscPortAttrs.cc49 Trace log("Sun_fcGetDiscoveredPortAttributes"); in Sun_fcGetDiscoveredPortAttributes() local
52 log.userError( in Sun_fcGetDiscoveredPortAttributes()
65 log.internalError( in Sun_fcGetDiscoveredPortAttributes()
H A DAdapterAddEventListener.cc44 Trace log("AdapterAddEventListener::AdapterAddEventListener"); in AdapterAddEventListener() local
58 Trace log("AdapterAddEventListener::dispatch"); in dispatch() local
66 log.internalError("Unexpected event type."); in dispatch()
H A DAdapterPortStatEventListener.cc46 Trace log("AdapterPortStatEventListener::AdapterPortStatEventListener"); in AdapterPortStatEventListener() local
60 Trace log("AdapterPortStatEventListener::dispatch"); in dispatch() local
68 log.internalError("Unexpected event type."); in dispatch()
/illumos-gate/usr/src/lib/libnvme/common/
H A Dlibnvme_log.c788 nvme_ioctl_get_logpage_t log; in nvme_log_req_exec() local
797 log.nigl_common.nioc_nsid = req->nlr_nsid; in nvme_log_req_exec()
798 log.nigl_csi = req->nlr_csi; in nvme_log_req_exec()
799 log.nigl_lid = req->nlr_lid; in nvme_log_req_exec()
800 log.nigl_lsp = req->nlr_lsp; in nvme_log_req_exec()
801 log.nigl_lsi = req->nlr_lsi; in nvme_log_req_exec()
803 log.nigl_rae = 1; in nvme_log_req_exec()
805 log.nigl_len = req->nlr_output_len; in nvme_log_req_exec()
806 log.nigl_offset = req->nlr_offset; in nvme_log_req_exec()
807 log.nigl_data = (uintptr_t)req->nlr_output; in nvme_log_req_exec()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.pat316 27changes:*:11:11:system change log:/:
317 27changes:*:11:11:system change log:/:
318 27changes:*:11:11:system change log:/:
326 30phoneca:*:991:991:phone call log [tom]:/v/adm/log:/v/bin/sh
327 30phoneca:*:991:991:phone call log [tom]:/v/adm/log:/v/bin/sh
328 30phoneca:*:991:991:phone call log [tom]:/v/adm/log:/v/bin/sh
329 30phoneca:*:991:991:phone call log [tom]:/v/adm/log:/v/bin/sh
423 30 phoneca * 991 991 phone call log [tom] /v/adm/log /v/bin/sh
424 30 phoneca * 991 991 phone call log [tom] /v/adm/log /v/bin/sh
425 30 phoneca * 991 991 phone call log [tom] /v/adm/log /v/bin/sh
[all …]
H A Dt.substr194 27changes:*:11:11:system change log:/:
195 27changes:*:11:11:system change log:/:
198 30phoneca:*:991:991:phone call log [tom]:/v/adm/log:/v/bin/sh
199 30phoneca:*:991:991:phone call log [tom]:/v/adm/log:/v/bin/sh
231 27 changes * 11 11 system change log /
232 27 changes * 11 11 system change log /
235 30 phoneca * 991 991 phone call log [tom] /v/adm/log /v/bin/sh
H A Dt.index22 27changes:*:11:11:system change log:/: has duplicate letters
24 30phoneca:*:991:991:phone call log [tom]:/v/adm/log:/v/bin/sh has duplicate letters
35 27 changes * 11 11 system change log / has duplicate letters
37 30 phoneca * 991 991 phone call log [tom] /v/adm/log /v/bin/sh has duplicate letters
H A Dt.reg496 27changes:*:11:11:system change log:/:
497 27changes:*:11:11:system change log:/:
498 27changes:*:11:11:system change log:/:
505 30phoneca:*:991:991:phone call log [tom]:/v/adm/log:/v/bin/sh
506 30phoneca:*:991:991:phone call log [tom]:/v/adm/log:/v/bin/sh
507 30phoneca:*:991:991:phone call log [tom]:/v/adm/log:/v/bin/sh
508 30phoneca:*:991:991:phone call log [tom]:/v/adm/log:/v/bin/sh
597 30 phoneca * 991 991 phone call log [tom] /v/adm/log /v/bin/sh
598 30 phoneca * 991 991 phone call log [tom] /v/adm/log /v/bin/sh
599 30 phoneca * 991 991 phone call log [tom] /v/adm/log /v/bin/sh
[all …]
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmexpress.c86 log("ttymon_express: ALLOC_PMTAB failed"); in ttymon_express()
91 log("ttymon_express: parse_args failed"); in ttymon_express()
104 log("ttyname cannot find the device on fd 0"); in ttymon_express()
120 log("open %s failed: %s", pmtab->p_device, in ttymon_express()
297 log("Invalid argument for " in ttymon_options()
378 log("getty: timeout argument " in getty_options()
386 log("Use \"sttydefs -l\" to check " in getty_options()
396 log("getty: no terminal line specified."); in getty_options()
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c512 utils->log(utils->conn, SASL_LOG_ERR, in create_nonce()
1969 text->utils->log(text->utils->conn, SASL_LOG_ERR,
2140 text->utils->log(text->utils->conn, SASL_LOG_ERR,
3635 sparams->utils->log(NULL, SASL_LOG_WARN,
3659 sparams->utils->log(NULL, SASL_LOG_ERR,
5139 params->utils->log(NULL, SASL_LOG_ERR,
5270 utils->log(utils->conn, SASL_LOG_DEBUG,
5283 utils->log(utils->conn, SASL_LOG_DEBUG,
5294 utils->log(utils->conn, SASL_LOG_DEBUG,
5310 utils->log(utils->conn, SASL_LOG_DEBUG,
[all …]

12345678910>>...24