Searched refs:mp_list (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/Libnotify-133.1.1/
H A Dnotify_internal.h68 mach_port_t *mp_list; member in struct:notify_globals_s
H A Dnotify_client.c415 globals->mp_list = NULL;
788 if (globals->mp_list[i] == mp) x = i;
803 globals->mp_list = (mach_port_t *)calloc(1, sizeof(mach_port_t));
809 globals->mp_list = (mach_port_t *)reallocf(globals->mp_list, globals->mp_count * sizeof(mach_port_t));
814 if ((globals->mp_list == NULL) || (globals->mp_refcount == NULL) || (globals->mp_mine == NULL))
816 if (globals->mp_list != NULL) free(globals->mp_list);
823 globals->mp_list[x] = mp;
843 if (globals->mp_list[
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Duipc_mbuf.c2383 mcache_obj_t *mp_list = NULL; local
2432 needed = mcache_alloc_ext(m_cache(MC_MBUF), &mp_list, needed, wait);
2434 ASSERT(mp_list == NULL);
2466 m = ms = (struct mbuf *)mp_list;
2467 mp_list = mp_list->obj_next;
2545 if (mp_list != NULL)
2546 mcache_free_ext(m_cache(MC_MBUF), mp_list); local
3774 mcache_obj_t *mp_list = NULL; local
3811 needed = mcache_alloc_ext(cp, &mp_list, neede
3898 mcache_obj_t *mp_list = NULL, *rmp_list = NULL; local
4278 mcache_obj_t *mp_list = NULL; local
4419 mcache_free_ext(m_cache(MC_MBUF), mp_list); local
[all...]

Completed in 130 milliseconds