gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:kmem_alloc from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/kern_descrip.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/kern/kern_descrip.c - 60.6KB - 2,238 lines
981:         sz = (n + 2) * sizeof(uintptr_t);
982:         ptr = kmem_alloc((size_t)sz, KM_SLEEP);
983:         ptr[1] = sz;
1016: szhi = NDHISLOTS(n) * sizeof(uint32_t); 1017: ptr = kmem_alloc(szlo + szhi, KM_SLEEP); 1018: *lo = (uint32_t *)ptr;
1410: 1411: fp = kmem_alloc(sizeof(*fp), KM_SLEEP); 1412: if (fp != NULL) {