gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 10 of 44 for funcall:printf (0.05 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/kern/kern_softint.c - 29.5KB - 916 lines
423:                 mutex_exit(&softint_lock);
424:                 printf("WARNING: softint_establish: table full, "
425:                     "increase softint_bytes\n");
bsd_source/t2ex/network/net/src_bsd/kern/kern_synch.c - 38.4KB - 1,245 lines
1231:                                 backwards = true;
1232:                                 printf("WARNING: negative runtime; "
1233:                                     "monotonic clock has gone backwards\n");
bsd_source/t2ex/network/net/src_bsd/kern/subr_pool.c - 105.3KB - 3,534 lines
343:         if (__predict_false(pp->pr_entered_file != NULL)) {
344:                 printf("pool %s: reentrancy at file %s line %ld\n",
345:                     pp->pr_wchan, file, line);
More results from subr_pool.c
bsd_source/t2ex/network/net/src_bsd/kern/sys_generic.c - 21.9KB - 726 lines
703: #if !defined(T2EX) || defined(DEBUG)
704:                 printf("sys_ioctl: _IO%s%s('%c', %lu, %lu) returned -1: "
705:                     "pid=%d comm=%s\n",
bsd_source/t2ex/network/net/src_bsd/kern/uipc_socket2.c - 45.7KB - 1,544 lines
746:         if (m != sb->sb_lastrecord) {
747:                 printf("sblastrecordchk: sb_mb %p sb_lastrecord %p last %p\n",
748:                     sb->sb_mb, sb->sb_lastrecord, m);
More results from uipc_socket2.c
bsd_source/t2ex/network/net/src_bsd/net/bpf.c - 56.1KB - 2,015 lines
1740: #if 0
1741:         printf("bpf: %s attached\n", ifp->if_xname);
1742: #endif
More results from bpf.c
bsd_source/t2ex/network/net/src_bsd/net/if.c - 61.4KB - 2,117 lines
198:         if (pfil_head_register(&if_pfil) != 0)
199:                 printf("WARNING: unable to register pfil hook\n");
200: #endif
More results from if.c
bsd_source/t2ex/network/net/src_bsd/net/if.h - 41.3KB - 977 lines
674: do {                                                                    \
675:         printf("IFAREF: %s:%d %p -> %d\n", __FILE__, __LINE__,         \
676:             (ifa), ++(ifa)->ifa_refcnt);                               \
More results from if.h
bsd_source/t2ex/network/net/src_bsd/net/if_ether.h - 12.8KB - 327 lines
266:                 ifp->if_ierrors++;
267:                 printf("%s: unable to allocate VLAN tag\n", ifp->if_xname);
268:                 m_freem(m);
bsd_source/t2ex/network/net/src_bsd/net/if_ethersubr.c - 51.3KB - 1,589 lines
348: #ifdef NETATALKDEBUG
349:                         printf("aarpresolv failed\n");
350: #endif /* NETATALKDEBUG */
More results from if_ethersubr.c