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

/macosx-10.10/libdispatch-442.1.4/src/
H A Dobject_internal.h88 unsigned long (*const do_probe)(struct dispatch_##x##_s *); \
97 unsigned long (*do_probe)(struct dispatch_##x##_s *); \
107 #define dx_probe(x) (x)->do_vtable->do_probe(x)
H A Dinit.c274 .do_probe = _dispatch_queue_probe,
282 .do_probe = _dispatch_root_queue_probe,
291 .do_probe = _dispatch_runloop_queue_probe,
299 .do_probe = _dispatch_mgr_queue_probe,
308 .do_probe = (void *)_dispatch_queue_probe,
322 .do_probe = _dispatch_source_probe,
331 .do_probe = _dispatch_mach_probe,
/macosx-10.10/ntfs-84/util/
H A Dntfs.util.c995 * do_probe - Examine a volume to see if we recognize it as an NTFS volume.
1004 static int do_probe(char *rdev, const BOOL removable __attribute__((unused)), function
1350 err = do_probe(rawdev, removable, readonly);

Completed in 126 milliseconds