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

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs.h206 int synthfs_open (struct vnop_open_args *);
H A Dsynthfs_vnops.c84 {&vnop_open_desc, (VOPFUNC)synthfs_open}, /* open - DEBUGGER */
181 synthfs_open(ap) function
197 sprintf(debugmsg, "synthfs_open: attempt to open '/%s' ?!", sp->s_name);

Completed in 9 milliseconds