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

/macosx-10.10/DiskArbitration-268/DiskArbitration/
H A DDiskArbitration.c477 CFDataRef _watch = NULL; local
480 if ( watch ) _watch = _DASerialize( kCFAllocatorDefault, watch );
489 ( vm_address_t ) ( _watch ? CFDataGetBytePtr( _watch ) : 0 ),
490 ( mach_msg_type_number_t ) ( _watch ? CFDataGetLength( _watch ) : 0 ) );
493 if ( _watch ) CFRelease( _watch );
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDAServer.defs107 _watch : ___vm_address_t );
H A DDAServer.c1720 vm_address_t _watch,
1748 if ( _watch )
1750 watch = _DAUnserializeWithBytes( kCFAllocatorDefault, _watch, _watchSize );
1713 _DAServerSessionRegisterCallback( mach_port_t _session, mach_vm_offset_t _address, mach_vm_offset_t _context, int32_t _kind, int32_t _order, vm_address_t _match, mach_msg_type_number_t _matchSize, vm_address_t _watch, mach_msg_type_number_t _watchSize ) argument

Completed in 181 milliseconds