Lines Matching refs:instance
135 # instance as each manifest gets added.
145 the service name, and the instance name, if any."""
149 instance = None
158 instance = arr[2]
161 return protocol, service, instance
165 results. If the FMRI points to an instance, we can return quickly. If
170 protocol, service, instance = split_smf_fmri(fmri)
172 if instance is not None:
183 """Given an instance FMRI, determine the FMRIs it depends on. If we
191 # service-level FMRI, not a fully qualified instance FMRI
262 protocol, service, instance = split_smf_fmri(fmri)
265 if instance is None:
303 protocol, service, instance = \
307 # service FMRI, not an instance FMRI has been
310 if instance is not None:
381 Note this method makes no distinction between service FMRIs and instance
382 FMRIs; both get added to the dictionaries, but only the instance FMRIs
446 insts = service.getElementsByTagName("instance")
447 for instance in insts:
449 inst_name = instance.getAttribute("name")
455 # also explicitly created an instance
466 inst_deps = instance.getElementsByTagName(