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

/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c270 dispatch_source_t pid_source; member in struct:ServiceInfo
1320 if (service_p->pid_source != NULL) {
1323 serviceID = (CFStringRef)dispatch_get_context(service_p->pid_source);
1325 dispatch_source_cancel(service_p->pid_source);
1326 dispatch_release(service_p->pid_source);
1327 service_p->pid_source = NULL;
1449 service_p->pid_source = source;

Completed in 119 milliseconds