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

/darwin-on-arm/xnu/SETUP/config/
H A Dconfig.h86 } fun; member in struct:file_list
87 #define f_swapdev fun.fuw.fuw_swapdev
88 #define f_swapsize fun.fuw.fuw_swapsize
89 #define f_rootdev fun.fus.fus_rootdev
90 #define f_argdev fun.fus.fus_argdev
91 #define f_dumpdev fun.fus.fus_dumpdev
/darwin-on-arm/xnu/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.c172 void _pthread_start(pthread_t self, mach_port_t kport, void *(*fun)(void *), void * funarg, size_t stacksize, unsigned int flags);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c248 #define VLISTCHECK(fun, vp, list) \
250 panic("%s: %s vnode not on %slist", (fun), (list), (list));
252 #define VLISTCHECK(fun, vp, list)
265 #define VREMFREE(fun, vp) \
267 VLISTCHECK((fun), (vp), "free"); \
275 #define VREMDEAD(fun, vp) \
277 VLISTCHECK((fun), (vp), "dead"); \
286 #define VREMASYNC_WORK(fun, vp) \
288 VLISTCHECK((fun), (vp), "async_work"); \
297 #define VREMRAGE(fun, v
[all...]

Completed in 36 milliseconds