Searched refs:tres (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/netkey/
H A Dkey.c4791 struct mbuf *result = NULL, *tres = NULL, *m; local
4889 if (p && tres) {
4890 M_PREPEND(tres, l, M_WAITOK);
4891 if (!tres)
4893 bcopy(p, mtod(tres, caddr_t), l);
4903 if (tres)
4904 m_cat(m, tres);
4905 tres = m;
4908 m_cat(result, tres);
4927 m_freem(tres);
[all...]
/xnu-2422.115.4/osfmk/kern/
H A Dzalloc.c1902 kern_return_t tres = kernel_thread_start_priority((thread_continue_t)zone_replenish_thread, z, MAXPRI_KERNEL, &z->zone_replenish_thread); local
1904 if (tres != KERN_SUCCESS) {
1905 panic("zone_prio_refill_configure, thread create: 0x%x", tres);

Completed in 89 milliseconds