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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsubr_sbuf.c90 _assert_sbuf_integrity(const char *fun, struct sbuf *s) argument
93 ("%s called with a NULL sbuf pointer", fun));
95 ("%s called with uninitialized or corrupt sbuf", fun));
101 _assert_sbuf_state(const char *fun, struct sbuf *s, int state) argument
104 ("%s called with %sfinished or corrupt sbuf", fun,
H A Dpthread_synch.c156 void _pthread_start(pthread_t self, mach_port_t kport, void *(*fun)(void *), void * funarg, size_t stacksize, unsigned int flags);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_subr.c206 #define VLISTCHECK(fun, vp, list) \
208 panic("%s: %s vnode not on %slist", (fun), (list), (list));
210 #define VLISTCHECK(fun, vp, list)
223 #define VREMFREE(fun, vp) \
225 VLISTCHECK((fun), (vp), "free"); \
234 #define VREMDEAD(fun, vp) \
236 VLISTCHECK((fun), (vp), "dead"); \
245 #define VREMRAGE(fun, vp) \
249 VLISTCHECK((fun), (vp), "rage"); \
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsavearea_asm.s573 saveGetChokeJoin: ; join in the fun from 32-bit mode

Completed in 54 milliseconds