- t2ex
- bsd_source/t2ex/network/net/src_bsd/kern/kern_descrip.c - 60.6KB - 2,238 lines
2049: mutex_enter(pp->p_lock);
2050: log(LOG_WARNING, "set{u,g}id pid %d (%s) "
2051: "was invoked by uid %d ppid %d (%s) "
- bsd_source/t2ex/network/net/src_bsd/kern/subr_pool.c - 105.3KB - 3,534 lines
1345: &pp->pr_hardlimit_ratecap))
1346: log(LOG_ERR, "%s\n", pp->pr_hardlimit_warning);
1347:
- bsd_source/t2ex/network/net/src_bsd/kern/subr_prf2.c - 7.8KB - 217 lines
68: if (hint)
69: log(LOG_ERR, "%s: table is full - %s\n", tab, hint);
70: else
- More results from subr_prf2.c
- bsd_source/t2ex/network/net/src_bsd/net/radix.c - 36.9KB - 1,170 lines
456: if (rn_debug)
457: log(LOG_DEBUG, "%s: Going In:\n", __func__), traverse(head, p);
458: #endif
- More results from radix.c
- bsd_source/t2ex/network/net/src_bsd/netinet/if_arp.c - 55.2KB - 1,677 lines
595: gate->sa_len < sockaddr_dl_measure(0, ifp->if_addrlen)) {
596: log(LOG_DEBUG, "arp_rtrequest: bad gateway value\n");
597: break;
- More results from if_arp.c
- bsd_source/t2ex/network/net/src_bsd/netinet/ip_icmp.c - 44.0KB - 1,314 lines
691: if (i)
692: log(LOG_ERR, "ICMP: redirect failed to "
693: "register timeout for route to %x, "
- bsd_source/t2ex/network/net/src_bsd/netinet/tcp_input.c - 167.0KB - 4,503 lines
847: }
848: log(LOG_INFO,
849: "Connection attempt to TCP %s:%d from %s:%d\n",
- More results from tcp_input.c
- t2ex_source/t2ex/network/net/src/netmain/if_tkn.c - 28.4KB - 1,184 lines
285: er = devinfo.stat;
286: log(tkn_msg_flag,
287: "[TKN %s] get ifmedia, status=%d\n", __func__, er);
- More results from if_tkn.c
- t2ex_source/t2ex/network/net/src/netmain/tkn_init.c - 10.3KB - 462 lines
296: /* Configure the loopback device */
297: log(LOG_INFO, "[TKN] attach loopback: lo0\n");
298: ret = loopattach(1);
- More results from tkn_init.c
- t2ex_source/t2ex/network/net/src/netmain/tkn_intr.c - 7.0KB - 261 lines
119: /* Invalid arguments. */
120: log(LOG_ERR, "%s:tid=%d bad args", __func__, tk_get_tid());
121: tk_exd_tsk();
- More results from tkn_intr.c