Home
last modified time | relevance | path

Searched refs:log (Results 226 – 250 of 1601) sorted by relevance

12345678910>>...65

/freebsd/sys/dev/isci/scil/
H A Dsati_abort_task_set.c119 ATA_NCQ_COMMAND_ERROR_LOG_T * log = in sati_abort_task_set_translate_data() local
138 (log->ncq_tag == tag_index) && in sati_abort_task_set_translate_data()
139 (log->nq == 0) // nq==1 means a non-queued command in sati_abort_task_set_translate_data()
143 sati_translate_error(sequence, matching_command, log->error); in sati_abort_task_set_translate_data()
/freebsd/tools/regression/zfs/zpool/add/
H A Doption-f_size_mismatch.t268 expect_fl ${ZPOOL} add ${name0} log mirror ${disk1} ${disk7}
285 expect_ok ${ZPOOL} add -f ${name0} log mirror ${disk1} ${disk7}
306 expect_fl ${ZPOOL} add ${name0} log mirror ${file1} ${file7}
323 expect_ok ${ZPOOL} add -f ${name0} log mirror ${file1} ${file7}
342 expect_ok ${ZPOOL} create ${name0} ${disk0} log mirror ${disk1} ${disk2}
344 expect_fl ${ZPOOL} add ${name0} log mirror ${disk3} ${disk7}
364 expect_ok ${ZPOOL} create ${name0} ${disk0} log mirror ${disk1} ${disk2}
365 expect_ok ${ZPOOL} add -f ${name0} log mirror ${disk3} ${disk7}
387 expect_ok ${ZPOOL} create ${name0} ${file0} log mirror ${file1} ${file2}
389 expect_fl ${ZPOOL} add ${name0} log mirror ${file3} ${file7}
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp190 Log *log = GetLog(LLDBLog::JITLoader); in SetJITBreakpoint() local
191 LLDB_LOGF(log, "JITLoaderGDB::%s looking for JIT register hook", in SetJITBreakpoint()
202 LLDB_LOGF(log, "JITLoaderGDB::%s failed to find JIT descriptor address", in SetJITBreakpoint()
207 LLDB_LOGF(log, "JITLoaderGDB::%s setting JIT breakpoint", __FUNCTION__); in SetJITBreakpoint()
222 Log *log = GetLog(LLDBLog::JITLoader); in JITDebugBreakpointHit() local
223 LLDB_LOGF(log, "JITLoaderGDB::%s hit JIT breakpoint", __FUNCTION__); in JITDebugBreakpointHit()
286 Log *log = GetLog(LLDBLog::JITLoader); in ReadJITDescriptorImpl() local
296 LLDB_LOGF(log, "JITLoaderGDB::%s failed to read JIT descriptor", in ReadJITDescriptorImpl()
321 LLDB_LOGF(log, in ReadJITDescriptorImpl()
365 LLDB_LOGF(log, in ReadJITDescriptorImpl()
[all …]
/freebsd/contrib/unbound/testdata/
H A Drpz_clientip_override.rpl10 rpz-log: yes
11 rpz-log-name: "rpz.example.com"
28 rpz-log: yes
29 rpz-log-name: "rpz2.example.com"
45 rpz-log: yes
46 rpz-log-name: "rpz3.example.com"
62 rpz-log: yes
63 rpz-log-name: "rpz4.example.com"
80 rpz-log: yes
81 rpz-log-name: "rpz5.example.com"
[all …]
/freebsd/tools/regression/zfs/zpool/offline/
H A Dlog.t11 expect_ok ${ZPOOL} create ${name0} ${disk0} log mirror ${disk1} ${disk2}
37 expect_ok ${ZPOOL} create ${name0} ${disk0} log mirror ${disk1} ${disk2}
63 expect_ok ${ZPOOL} create ${name0} ${disk0} log mirror ${disk1} ${disk2}
91 expect_ok ${ZPOOL} create ${name0} ${disk0} log mirror ${disk1} ${disk2} mirror ${disk3} ${disk4}
126 expect_ok ${ZPOOL} create ${name0} ${disk0} log mirror ${disk1} ${disk2} mirror ${disk3} ${disk4}
156 expect_ok ${ZPOOL} create ${name0} ${disk0} log mirror ${disk1} ${disk2} ${disk3}
185 expect_ok ${ZPOOL} create ${name0} ${disk0} log mirror ${disk1} ${disk2} ${disk3} mirror ${disk4} $…
221 expect_ok ${ZPOOL} create ${name0} ${disk0} log mirror ${disk1} ${disk2} ${disk3} ${disk4} ${disk5}
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterFlags.cpp25 void RegisterFlags::Field::log(Log *log) const { in log() function in RegisterFlags::Field
26 LLDB_LOG(log, " Name: \"{0}\" Start: {1} End: {2}", m_name.c_str(), m_start, in log()
105 void RegisterFlags::log(Log *log) const { in log() function in RegisterFlags
106 LLDB_LOG(log, "ID: \"{0}\" Size: {1}", m_id.c_str(), m_size); in log()
108 field.log(log); in log()
H A DThreadPlanBase.cpp77 Log *log = GetLog(LLDBLog::Step); in ShouldStop() local
97 log, in ShouldStop()
127 log, in ShouldStop()
139 log, in ShouldStop()
150 log, in ShouldStop()
H A DThreadPlanStepOverBreakpoint.cpp55 Log *log = GetLog(LLDBLog::Step); in DoPlanExplainsStop() local
56 LLDB_LOG(log, "Step over breakpoint stopped for reason: {0}.", in DoPlanExplainsStop()
83 LLDB_LOGF(log, in DoPlanExplainsStop()
138 Log *log = GetLog(LLDBLog::Step); in MischiefManaged() local
139 LLDB_LOGF(log, "Completed step over breakpoint plan."); in MischiefManaged()
H A DStopInfo.cpp166 LLDB_LOGF(log, in ShouldStopSynchronous()
271 if (log) { in PerformAction()
374 LLDB_LOGF(log, in PerformAction()
406 if (log) { in PerformAction()
419 if (log) { in PerformAction()
420 LLDB_LOGF(log, in PerformAction()
510 LLDB_LOGF(log, in PerformAction()
604 LLDB_LOGF(log, in PerformAction()
798 LLDB_LOGF(log, in ShouldStopSynchronous()
940 log, in PerformAction()
[all …]
H A DMemory.cpp283 Log *log = GetLog(LLDBLog::Process); in ReserveBlock() local
325 LLDB_LOGV(log, "({0}) (size = {1} ({1:x})) => {2:x}", this, size, in ReserveBlock()
339 Log *log = GetLog(LLDBLog::Process); in FreeBlock() local
340 LLDB_LOGV(log, "({0}) (addr = {1:x}) => {2}", this, addr, success); in FreeBlock()
369 Log *log = GetLog(LLDBLog::Process); in AllocatePage() local
370 if (log) { in AllocatePage()
371 LLDB_LOGF(log, in AllocatePage()
408 Log *log = GetLog(LLDBLog::Process); in AllocateMemory() local
409 LLDB_LOGF(log, in AllocateMemory()
428 Log *log = GetLog(LLDBLog::Process); in DeallocateMemory() local
[all …]
/freebsd/tools/test/stress2/misc/
H A Dmsdos8.sh43 log=/tmp/msdos8.sh.log
60 fsck -t msdosfs -y /dev/md${mdstart}$part > $log 2>&1
61 if egrep -q "BAD|INCONSISTENCY|MODIFIED" $log; then
62 cat $log
70 rm /tmp/msdos8 $log
H A Dfsck3.sh40 log=$mp1/fsck3.sh.log
67 fsck_ffs -y /dev/md$u2 > $log 2>&1
72 fsck_ffs -y /dev/md$u2 > $log 2>&1
75 fsck_ffs -b $i -y /dev/md$u2 > $log 2>&1
/freebsd/contrib/netbsd-tests/fs/ffs/
H A Dt_quota2_remount.c25 do_quota(const atf_tc_t *tc, int n, const char *newfs_opts, int log) in do_quota() argument
60 MNT_UPDATE | (log ? MNT_LOG : 0), &uargs, sizeof(uargs)) == -1) in do_quota()
71 MNT_UPDATE | (log ? MNT_LOG : 0), &uargs, sizeof(uargs)) == -1) in do_quota()
102 #define DECL_TEST(nent, newops, name, descr, log) \ argument
113 do_quota(tc, nent, newops, log); \
/freebsd/crypto/openssh/contrib/
H A Dfindssl.sh75 rm -f findssl.log
141 (echo "Trying libcrypto $lib" >>findssl.log
147 ${CC} -o conftest conftest.c $lib 2>>findssl.log
171 echo "Trying libcrypto $lib" >>findssl.log
172 ${CC} ${STATIC} -o conftest conftest.c -L${libdir} -lcrypto 2>>findssl.log
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp42 Log *log = GetLog(GDBRLog::Thread); in ThreadGDBRemote() local
43 LLDB_LOG(log, "this = {0}, pid = {1}, tid = {2}", this, process.GetID(), in ThreadGDBRemote()
57 Log *log = GetLog(GDBRLog::Thread); in ~ThreadGDBRemote() local
58 LLDB_LOG(log, "this = {0}, pid = {1}, tid = {2}", this, in ~ThreadGDBRemote()
225 Log *log = GetLog(GDBRLog::Thread); in FetchThreadExtendedInfo() local
226 LLDB_LOGF(log, "Fetching extended information for thread %4.4" PRIx64, tid); in FetchThreadExtendedInfo()
239 Log *log = GetLog(GDBRLog::Thread); in WillResume() local
240 LLDB_LOGF(log, "Resuming thread: %4.4" PRIx64 " with state: %s.", tid, in WillResume()
290 void ThreadGDBRemote::Dump(Log *log, uint32_t index) {} in Dump() argument
H A DGDBRemoteRegisterContext.cpp246 log, in ReadRegisterBytes()
455 if (log) { in WriteRegisterBytes()
459 LLDB_LOGF(log, in WriteRegisterBytes()
464 LLDB_LOGF(log, in WriteRegisterBytes()
564 if (log) { in ReadAllRegisterValues()
565 if (log->GetVerbose()) { in ReadAllRegisterValues()
568 LLDB_LOGF(log, in ReadAllRegisterValues()
573 LLDB_LOGF(log, in ReadAllRegisterValues()
739 if (log) { in WriteAllRegisterValues()
743 LLDB_LOGF(log, in WriteAllRegisterValues()
[all …]
/freebsd/contrib/ntp/sntp/tests/
H A DMakefile.am14 testLogfile.log \
15 testLogfile2.log \
24 testLogfile.log \
25 testLogfile2.log \
42 test-log \
198 t-log.c \
199 run-t-log.c \
229 $(srcdir)/run-t-log.c: $(srcdir)/t-log.c $(std_unity_list)
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_sa.c848 OSM_LOG(&p_osm->log, OSM_LOG_DEBUG, in load_mcgroup()
852 OSM_LOG(&p_osm->log, OSM_LOG_VERBOSE, in load_mcgroup()
865 OSM_LOG(&p_osm->log, OSM_LOG_ERROR, in load_mcgroup()
888 OSM_LOG(&p_osm->log, OSM_LOG_VERBOSE, in load_svcr()
894 OSM_LOG(&p_osm->log, OSM_LOG_ERROR, in load_svcr()
931 OSM_LOG(&p_osm->log, OSM_LOG_VERBOSE, in load_infr()
937 OSM_LOG(&p_osm->log, OSM_LOG_ERROR, in load_infr()
973 OSM_LOG(&p_osm->log, OSM_LOG_ERROR, in load_guidinfo()
994 OSM_LOG(&p_osm->log, OSM_LOG_ERROR, in load_guidinfo()
1008 OSM_LOG(&p_osm->log, OSM_LOG_ERROR, in load_guidinfo()
[all …]
/freebsd/libexec/rc/
H A Drc.initdiskless161 log() {
195 log handle_remount $1
198 log "nfspt ${nfspt} mountopts ${mountopts}"
226 log create_md $1 with size $md_size
265 log Figure out our NFS root path
311 log "templates are ${templates}"
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dpjdlog.c414 char log[1024]; in pjdlogv_common() local
417 len = snprintf(log, sizeof(log), "%s", pjdlog_prefix); in pjdlogv_common()
418 if ((size_t)len < sizeof(log)) in pjdlogv_common()
419 len += vsnprintf(log + len, sizeof(log) - len, fmt, ap); in pjdlogv_common()
420 if (error != -1 && (size_t)len < sizeof(log)) { in pjdlogv_common()
421 (void)snprintf(log + len, sizeof(log) - len, ": %s.", in pjdlogv_common()
424 syslog(loglevel, "%s", log); in pjdlogv_common()
/freebsd/sbin/hastd/
H A Dpjdlog.c407 char log[1024]; in pjdlogv_common() local
410 len = snprintf(log, sizeof(log), "%s", pjdlog_prefix); in pjdlogv_common()
411 if ((size_t)len < sizeof(log)) in pjdlogv_common()
412 len += vsnprintf(log + len, sizeof(log) - len, fmt, ap); in pjdlogv_common()
413 if (error != -1 && (size_t)len < sizeof(log)) { in pjdlogv_common()
414 (void)snprintf(log + len, sizeof(log) - len, ": %s.", in pjdlogv_common()
417 syslog(loglevel, "%s", log); in pjdlogv_common()
/freebsd/sys/netinet/
H A Dtcp_reass.c203 union tcp_log_stackspecific log; in tcp_log_reassm() local
205 memset(&log, 0, sizeof(log)); in tcp_log_reassm()
207 log.u_bbr.flex1 = seq; in tcp_log_reassm()
209 log.u_bbr.delRate = (uint64_t)p; in tcp_log_reassm()
211 log.u_bbr.flex2 = q->tqe_start; in tcp_log_reassm()
212 log.u_bbr.flex3 = q->tqe_len; in tcp_log_reassm()
217 log.u_bbr.flex5 = p->tqe_start; in tcp_log_reassm()
223 log.u_bbr.flex7 = instance; in tcp_log_reassm()
224 log.u_bbr.flex8 = action; in tcp_log_reassm()
225 log.u_bbr.timeStamp = cts; in tcp_log_reassm()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp234 Log *log = GetLog(LLDBLog::Symbols); in GetOrCreateFunction() local
354 Log *log = GetLog(LLDBLog::Symbols); in ParseInlineOriginRecords() local
454 Log *log = GetLog(LLDBLog::Symbols); in AddSymbols() local
471 LLDB_LOG(log, in AddSymbols()
580 Log *log = GetLog(LLDBLog::Symbols); in ParseCFIUnwindRow() local
689 Log *log = GetLog(LLDBLog::Symbols); in ParseWinUnwindPlan() local
741 LLDB_LOG(log, "Resolving symbols in `{0}` failed.", in ParseWinUnwindPlan()
763 LLDB_LOG(log, "Resolving symbols in `{0}` failed.", in ParseWinUnwindPlan()
792 Log *log = GetLog(LLDBLog::Symbols); in ParseFileRecords() local
813 Log *log = GetLog(LLDBLog::Symbols); in ParseCUData() local
[all …]
/freebsd/contrib/unbound/contrib/
H A Dunbound.init_yocto54 [ -e ${rootdir}/dev/log ] || touch ${rootdir}/dev/log
55 mount --bind -n /dev/log ${rootdir}/dev/log >/dev/null 2>&1;
80 umount ${rootdir}/dev/log >/dev/null 2>&1
/freebsd/lib/libnvmf/
H A Dnvmf_host.c653 log = NULL; in nvmf_host_fetch_discovery_log_page()
657 free(log); in nvmf_host_fetch_discovery_log_page()
665 free(log); in nvmf_host_fetch_discovery_log_page()
672 free(log); in nvmf_host_fetch_discovery_log_page()
677 log = reallocf(log, sizeof(*log) + payload_len); in nvmf_host_fetch_discovery_log_page()
678 if (log == NULL) in nvmf_host_fetch_discovery_log_page()
680 *log = hdr; in nvmf_host_fetch_discovery_log_page()
689 free(log); in nvmf_host_fetch_discovery_log_page()
696 free(log); in nvmf_host_fetch_discovery_log_page()
701 if (log->genctr != hdr.genctr) in nvmf_host_fetch_discovery_log_page()
[all …]

12345678910>>...65