Searched defs:fmt (Results 1 - 23 of 23) sorted by relevance

/xnu-2782.1.97/pexpert/i386/
H A Dpe_kprintf.c104 void kprintf(const char *fmt, ...) argument
/xnu-2782.1.97/libkern/net/
H A Dinet_ntop.c72 static const char fmt[] = "%u.%u.%u.%u"; local
/xnu-2782.1.97/libsyscall/mach/
H A Dstring.c69 _mach_vsnprintf(char *buffer, int length, const char *fmt, va_list ap) argument
112 _mach_snprintf(char *buffer, int length, const char *fmt, ...) argument
[all...]
/xnu-2782.1.97/bsd/kern/
H A Dkern_asl.c88 char fmt[MAX_FMT_LEN]; /* Format string to use with vaddlog */ local
[all...]
H A Dkern_shutdown.c250 sd_log(vfs_context_t ctx, const char *fmt, ...) argument
H A Dsubr_prf.c159 uprintf(const char *fmt, ...) argument
213 tprintf(tpr_t tpr, const char *fmt, ...) argument
258 ttyprintf(struct tty *tp, const char *fmt, ...) argument
290 _logtime(const char *fmt, ...) argument
305 vaddlog(const char *fmt, va_list ap) argument
345 prf(const char *fmt, va_list ap, int flags, struct tty *ttyp) argument
439 vprintf(const char *fmt, va_list ap) argument
516 kvprintf(char const *fmt, void (*func)(int, void*), void *arg, int radix, va_list ap) argument
[all...]
H A Dsubr_sbuf.c405 sbuf_vprintf(struct sbuf *s, const char *fmt, va_list ap) argument
452 sbuf_printf(struct sbuf *s, const char *fmt, ...) argument
H A Dtty_dev.c552 ptcclose(dev_t dev, __unused int flags, __unused int fmt, __unused proc_t p) argument
/xnu-2782.1.97/bsd/net/
H A Ddevtimer.c51 _devtimer_printf(__unused const char * fmt, ...) argument
H A Dbpf.c645 bpfopen(dev_t dev, int flags, __unused int fmt, argument
732 bpfclose(dev_t dev, __unused int flags, __unused int fmt, argument
H A Dpf_ioctl.c657 pfopen(dev_t dev, int flags, int fmt, struct proc *p) argument
676 pfclose(dev_t dev, int flags, int fmt, struct proc *p) argument
/xnu-2782.1.97/libkern/
H A DOSKextLib.cpp416 void kext_dump_panic_lists(int (*printf_func)(const char * fmt, ...)) argument
/xnu-2782.1.97/libkern/stdio/
H A Dscanf.c119 sscanf(const char *ibuf, const char *fmt, ...) argument
134 const u_char *fmt = (const u_char *)fmt0; local
583 __sccl(char *tab, const u_char *fmt) argument
[all...]
/xnu-2782.1.97/tools/tests/xnu_quick_test/
H A Dmisc.c398 my_printf(const char * __restrict fmt, ...) argument
/xnu-2782.1.97/osfmk/i386/
H A Dpmap_common.c227 pmap_pagetable_corruption_msg_log(int (*log_func)(const char * fmt, ...)__printflike(1,2)) { argument
/xnu-2782.1.97/osfmk/kern/
H A Dprintf.c218 __doprnt( const char *fmt, va_list argp, void (*putc)(int, void *arg), void *arg, int radix) argument
649 _doprnt( register const char *fmt, va_list *argp, void (*putc)(char), int radix) argument
766 printf(const char *fmt, ...) argument
813 kdb_printf(const char *fmt, ...) argument
824 kdb_log(const char *fmt, ...) argument
835 kdb_printf_unbuffered(const char *fmt, ...) argument
865 sprintf(char *buf, const char *fmt, ...) argument
[all...]
H A Ddebug.c404 log(__unused int level, char *fmt, ...) argument
/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_tree.c1481 devfs_make_node_clone(dev_t dev, int chrblk, uid_t uid, gid_t gid, int perms, int (*clone)(dev_t dev, int action), const char *fmt, ...) argument
1524 devfs_make_node(dev_t dev, int chrblk, uid_t uid, gid_t gid, int perms, const char *fmt, ...) argument
1545 devfs_make_node_internal(dev_t dev, devfstype_t type, uid_t uid, gid_t gid, int perms, int (*clone)(dev_t dev, int action), const char *fmt, va_list ap) argument
1647 devfs_make_link(void *original, char *fmt, ...) argument
[all...]
/xnu-2782.1.97/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c106 void LOG(int level, FILE *f, const char *fmt, ...) { argument
/xnu-2782.1.97/iokit/Kernel/
H A DIOHibernateRestoreKernel.c826 hibkvprintf(char const *fmt, void (*func)(int, void*), void *arg, int radix, va_list ap) argument
1146 hibprintf(const char *fmt, ...) argument
[all...]
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_subs.c1997 nfs_printf(int facility, int level, const char *fmt, ...) argument
/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c9347 char *fmt, **new; local
9391 char *fmt; local
9415 char *fmt = state->dts_formats[i]; local
12050 char *str, *fmt; local
16768 dtrace_fmtdesc_t fmt; local
[all...]
/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp10246 OSKext::printKextPanicLists(int (*printf_func)(const char *fmt, ...)) argument
9716 printKextsInBacktrace( vm_offset_t * addr, unsigned int cnt, int (* printf_func)(const char *fmt, ...), bool lockFlag, bool doUnslide) argument
9831 printSummary( OSKextLoadedKextSummary * summary, int (* printf_func)(const char *fmt, ...), bool doUnslide) argument

Completed in 165 milliseconds