Home
last modified time | relevance | path

Searched refs:GetPortDestinationSummary (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/tools/lldbmacros/
H A Dipc.py280 dest_proc_name = GetPortDestinationSummary(GetKmsgHeader(kmsgp).msgh_remote_port)
593 def GetPortDestinationSummary(port): function
693 destname_str = GetPortDestinationSummary(Cast(ie_object, 'ipc_port_t'))
H A Dscheduler.py1102 extra_string += "port: {:#018x} {:s}".format(port, GetPortDestinationSummary(port))