gonzui


Format: Advanced Search

SearchGoogle itResults 11 - 20 of 54 for funcall:free (0.08 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/kern/subr_pool.c - 105.3KB - 3,534 lines
1231:         if ((pp->pr_roflags & PR_LOGGING) != 0)
1232:                 free(pp->pr_log, M_TEMP);
1233: #endif
bsd_source/t2ex/network/net/src_bsd/kern/uipc_domain.c - 21.1KB - 741 lines
459: {
460:         free(sa, M_SOCKADDR);
461: }
bsd_source/t2ex/network/net/src_bsd/kern/uipc_mbuf.c - 57.8KB - 1,910 lines
1706:                 } else {
1707:                         free(m->m_ext.ext_buf, m->m_ext.ext_type);
1708:                 }
bsd_source/t2ex/network/net/src_bsd/kern/uipc_mbuf2.c - 12.9KB - 420 lines
275: 
276:         free(t, M_PACKET_TAGS);
277: }
bsd_source/t2ex/network/net/src_bsd/kern/uipc_syscalls.c - 40.9KB - 1,442 lines
690:                 ktrgeniov(s, UIO_WRITE, ktriov, *retsize, error);
691:                 free(ktriov, M_TEMP);
692:         }
More results from uipc_syscalls.c
bsd_source/t2ex/network/net/src_bsd/net/bpf.c - 56.1KB - 2,015 lines
469:         if ( d->bd_sih == NULL ) {
470:                 free(d, M_DEVBUF);
471:                 return ENOMEM;
More results from bpf.c
bsd_source/t2ex/network/net/src_bsd/net/if.c - 61.4KB - 2,117 lines
213: {
214:         free(p, M_DEVBUF);
215: }
More results from if.c
bsd_source/t2ex/network/net/src_bsd/net/if_ethersubr.c - 51.3KB - 1,589 lines
1178:                 LIST_REMOVE(enm, enm_list);
1179:                 free(enm, M_IFMADDR);
1180:                 ec->ec_multicnt--;
More results from if_ethersubr.c
bsd_source/t2ex/network/net/src_bsd/net/if_loop.c - 15.0KB - 589 lines
265: err_ret5:
266:         free(ifp->if_mowner, M_DEVBUF);
267: err_ret4:
More results from if_loop.c
bsd_source/t2ex/network/net/src_bsd/net/if_media.c - 17.2KB - 545 lines
382:                                 error = E2BIG;      /* oops! */
383:                         free(kptr, M_TEMP);
384: #ifdef T2EX
More results from if_media.c