Lines Matching refs:out_str
1706 out_str = ''
1709 out_str += "/"
1714 out_str += _GetVnodePathName.output
1716 out_str += 'v_name = NULL'
1718 return out_str
1867 out_str = ''
1871 out_str += ("{: <4s}").format('H')
1872 out_str += GetVnodeLock(lockf_itr)
1875 out_str += ("{: <4s}").format('>')
1876 out_str += GetVnodeLock(lockf_blocker)
1878 return out_str
1913 out_str = ''
1931 out_str += ("\n( fd {:d}, name ").format(fd)
1933 out_str += "(null) )\n"
1935 out_str += "{:s} )\n".format(name)
1936 print(out_str)
2078 out_str = ''
2111 …out_str += format_string.format(vnode, usecount, kusecount, iocount, v_data_ptr, vtype_str, parent…
2112 return out_str
2295 out_str = "Lock Type : MUTEX\n"
2297 out_str += "*** Tagged as DESTROYED ({:#x}) ***\n".format(mtx.lck_mtx_state)
2298 out_str += "Number of Waiters : {mtx.lck_mtx_waiters:#d}\n".format(mtx=mtx)
2299 out_str += "ILocked : {mtx.lck_mtx_ilocked:#d}\n".format(mtx=mtx)
2300 out_str += "MLocked : {mtx.lck_mtx_mlocked:#d}\n".format(mtx=mtx)
2301 out_str += "Pri : {mtx.lck_mtx_pri:#d}\n".format(mtx=mtx)
2302 out_str += "Spin : {mtx.lck_mtx_spin:#d}\n".format(mtx=mtx)
2303 out_str += "Profiling : {mtx.lck_mtx_profile:#d}\n".format(mtx=mtx)
2304 out_str += "Group : {grp.lck_grp_name:s} ({grp:#x})\n".format(grp=grp)
2305 … out_str += "Owner Thread : {:#x}\n".format(getThreadFromCtidInternal(mtx.lck_mtx_owner))
2307 out_str = "Lock Type : MUTEX\n"
2309 out_str += "*** Likely DESTROYED ***\n"
2310 out_str += "ILocked : {mtx.lck_mtx.ilocked:#d}\n".format(mtx=mtx)
2311 out_str += "Spin : {mtx.lck_mtx.spin_mode:#d}\n".format(mtx=mtx)
2312 out_str += "Needs Wakeup : {mtx.lck_mtx.needs_wakeup:#d}\n".format(mtx=mtx)
2313 out_str += "Profiling : {mtx.lck_mtx.profile:#d}\n".format(mtx=mtx)
2314 out_str += "Group : {grp.lck_grp_name:s} ({grp:#x})\n".format(grp=grp)
2315 … out_str += "Owner Thread : {:#x}\n".format(getThreadFromCtidInternal(mtx.lck_mtx.owner))
2316 … out_str += "Turnstile : {:#x}\n".format(getTurnstileFromCtidInternal(mtx.lck_mtx_tsid))
2343 out_str += "Adapt. spin tail : {mtx.lck_mtx.as_tail:d}\n".format(mtx=mtx)
2345 out_str += " CPU {:2d}, thread {:#x}, node {:d}\n".format(
2359 out_str += "Interlock tail : {mtx.lck_mtx.ilk_tail:d}\n".format(mtx=mtx)
2361 out_str += " CPU {:2d}, thread {:#x}, node {:d}\n".format(
2364 return out_str
2375 out_str = ""
2377 out_str += "HW Ticket Lock does not have the right type\n"
2379 out_str += "Lock Type\t\t: HW TICKET LOCK\n"
2381 out_str += "HW Ticket Lock was invalidated\n"
2382 out_str += "Current Ticket\t\t: {:#x}\n".format(tu.cticket)
2383 out_str += "Next Ticket\t\t: {:#x}\n".format(tu.nticket)
2385 out_str += "Lock is a paravirtualized lock\n"
2386 return out_str
2400 out_str = "Lock Type\t\t: TICKETLOCK\n"
2402 out_str += "Ticket Lock Invalid\n"
2404 out_str += "*** Likely DESTROYED ***\n"
2405 return out_str
2406 out_str += GetHWTicketLockSummary(tlock.tu, False)
2407 out_str += "Owner Thread\t\t: "
2409 out_str += "None\n"
2411 out_str += "{:#x}\n".format(getThreadFromCtidInternal(tlock.lck_ticket_owner))
2412 return out_str
2427 out_str = "Lock Type\t\t: SPINLOCK\n"
2429 out_str += "Interlock\t\t: {:#x}\n".format(spinlock.interlock)
2430 return out_str
2433 out_str += "Spinlock Invalid"
2434 return out_str
2437 out_str += "Invalid state: interlock is locked but no owner\n"
2438 return out_str
2439 out_str += "Owner Thread\t\t: "
2441 out_str += "None\n"
2443 out_str += "{:#x}\n".format(lock_data & ~0x1)
2445 out_str += "Invalid state: owned but interlock bit is not set\n"
2446 return out_str
2460 out_str = "Lock Type\t\t: RWLOCK\n"
2462 out_str += "*** Likely DESTROYED ***\n"
2464 out_str += "Blocking\t\t: "
2466 out_str += "FALSE\n"
2468 out_str += "TRUE\n"
2470 out_str += "Recusive\t\t: shared recursive\n"
2471 out_str += "Interlock\t\t: {:#x}\n".format(lock_word.interlock)
2472 out_str += "Writer bits\t\t: "
2474 out_str += "-\n"
2477 out_str += "Read-to-write upgrade requested"
2479 out_str += ","
2481 out_str += "\n"
2483 out_str += "Write ownership requested\n"
2484 out_str += "Write owner\t\t: {:#x}\n".format(getThreadFromCtidInternal(rwlock.lck_rw_owner))
2485 out_str += "Reader(s) \t\t: "
2487 out_str += "{:#d}\n".format(lock_word.shared_count)
2489 out_str += "No readers\n"
2491 out_str += "Reader(s) blocked\t: TRUE\n"
2493 out_str += "Writer(s) blocked\t: TRUE\n"
2494 return out_str
4603 out_str = initial.format(int(buf)) + " {\n " + joined_strs + "\n}\n\n"
4604 return out_str
5188 out_str = "\n"
5189 …out_str += "\t\tmem_entry {:#08x} ref:{:d} offset:{:#08x} size:{:#08x} prot{:d} backing {:#08x}".f…
5191 out_str += " is_sub_map"
5193 out_str += " is_copy"
5195 out_str += " is_object"
5197 out_str += " ???"
5198 return out_str
5242 out_str = ''
5245 return out_str
5285 out_str += format_string.format(
5295 return out_str