Searched refs:service2 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/bless-98/libbless/Misc/
H A DBLGetParentDevice.c72 io_registry_entry_t service2 = MACH_PORT_NULL; local
136 while ( (service2 = IOIteratorNext(grandparents)) != 0 ) {
143 if (!IOObjectConformsTo(service2, "IOMedia")) {
144 IOObjectRelease(service2);
145 service2 = MACH_PORT_NULL;
150 IORegistryEntryCreateCFProperty(service2,
170 IOObjectRelease(service2);
171 service2 = MACH_PORT_NULL;
179 content = IORegistryEntryCreateCFProperty(service2, CFSTR(kIOBSDNameKey),
215 if (service2 !
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DService.pm401 my $service2 = Template::Service->new( ERROR => 'error.html' );
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DService.pm401 my $service2 = Template::Service->new( ERROR => 'error.html' );

Completed in 117 milliseconds