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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_fsevents.c1254 static int copy_out_kfse(fs_event_watcher *watcher, kfs_event *kfse, struct uio *uio) __attribute__((noinline));
1257 copy_out_kfse(fs_event_watcher *watcher, kfs_event *kfse, struct uio *uio) function
1267 panic("fsevents: copy_out_kfse: asked to copy out an invalid event (kfse %p, refcount %d fref ptr %p)\n", kfse, kfse->refcount, kfse->str);
1343 printf("copy_out_kfse:2: empty/short path (%s)\n", cur->str);
1545 error = copy_out_kfse(watcher, kfse, uio);

Completed in 20 milliseconds