Lines Matching refs:MDL
62 q = ((struct eventqueue *)dmalloc(sizeof(struct eventqueue), MDL)); in OMAPI_OBJECT_ALLOC()
87 dfree(q, MDL); /* Don't access q after this!*/ in unregister_eventhandler()
228 status = omapi_io_allocate (&obj, MDL); in omapi_register_io_object()
233 status = omapi_object_reference (&obj -> inner, h, MDL); in omapi_register_io_object()
235 omapi_io_dereference (&obj, MDL); in omapi_register_io_object()
240 (omapi_object_t *)obj, MDL); in omapi_register_io_object()
242 omapi_io_dereference (&obj, MDL); in omapi_register_io_object()
276 omapi_object_dereference(&h->outer, MDL); in omapi_register_io_object()
277 omapi_io_dereference (&obj, MDL); in omapi_register_io_object()
288 omapi_io_reference (&p -> next, obj, MDL); in omapi_register_io_object()
290 omapi_io_reference (&omapi_io_states.next, obj, MDL); in omapi_register_io_object()
298 omapi_io_dereference(&obj, MDL); in omapi_register_io_object()
371 omapi_io_reference (&ph, obj, MDL); in omapi_unregister_io_object()
385 omapi_io_dereference (&last -> next, MDL); in omapi_unregister_io_object()
386 omapi_io_reference (&last -> next, p -> next, MDL); in omapi_unregister_io_object()
392 omapi_io_dereference (&obj -> next, MDL); in omapi_unregister_io_object()
398 MDL); in omapi_unregister_io_object()
399 omapi_object_dereference (&obj -> outer, MDL); in omapi_unregister_io_object()
401 omapi_object_dereference (&obj -> inner, MDL); in omapi_unregister_io_object()
402 omapi_object_dereference (&h -> outer, MDL); in omapi_unregister_io_object()
415 omapi_io_dereference (&ph, MDL); in omapi_unregister_io_object()
447 status = omapi_waiter_allocate (&waiter, MDL); in omapi_wait_for_completion()
456 status = omapi_object_reference (&waiter -> outer, inner, MDL); in omapi_wait_for_completion()
458 omapi_waiter_dereference (&waiter, MDL); in omapi_wait_for_completion()
464 MDL); in omapi_wait_for_completion()
466 omapi_waiter_dereference (&waiter, MDL); in omapi_wait_for_completion()
488 MDL); in omapi_wait_for_completion()
492 waiter -> inner, MDL); in omapi_wait_for_completion()
494 omapi_object_dereference (&waiter -> outer, MDL); in omapi_wait_for_completion()
497 omapi_object_dereference (&waiter -> inner, MDL); in omapi_wait_for_completion()
505 omapi_waiter_dereference (&waiter, MDL); in omapi_wait_for_completion()
648 omapi_io_reference (&io, omapi_io_states.next, MDL); in omapi_one_dispatch()
691 omapi_value_dereference (&ov, MDL); in omapi_one_dispatch()
695 omapi_io_dereference (&prev -> next, MDL); in omapi_one_dispatch()
698 io -> next, MDL); in omapi_one_dispatch()
701 (&omapi_io_states.next, MDL); in omapi_one_dispatch()
705 io -> next, MDL); in omapi_one_dispatch()
707 omapi_io_dereference (&io, MDL); in omapi_one_dispatch()
725 omapi_io_dereference (&prev, MDL); in omapi_one_dispatch()
726 omapi_io_reference (&prev, io, MDL); in omapi_one_dispatch()
727 omapi_io_dereference (&io, MDL); in omapi_one_dispatch()
729 omapi_io_reference (&io, prev -> next, MDL); in omapi_one_dispatch()
732 omapi_io_dereference (&prev, MDL); in omapi_one_dispatch()
739 omapi_object_reference (&tmp, io -> inner, MDL); in omapi_one_dispatch()
757 omapi_object_dereference (&tmp, MDL); in omapi_one_dispatch()
765 omapi_io_reference(&io, omapi_io_states.next, MDL); in omapi_one_dispatch()
777 omapi_io_reference(&tmp, io->next, MDL); in omapi_one_dispatch()
778 omapi_io_dereference(&io->next, MDL); in omapi_one_dispatch()
781 omapi_io_dereference(&prev->next, MDL); in omapi_one_dispatch()
784 tmp, MDL); in omapi_one_dispatch()
787 MDL); in omapi_one_dispatch()
791 tmp, MDL); in omapi_one_dispatch()
799 omapi_io_dereference(&tmp, MDL); in omapi_one_dispatch()
804 omapi_io_dereference(&prev, MDL); in omapi_one_dispatch()
806 omapi_io_reference(&prev, io, MDL); in omapi_one_dispatch()
816 omapi_io_reference(&next, io->next, MDL); in omapi_one_dispatch()
818 omapi_io_dereference(&io, MDL); in omapi_one_dispatch()
820 omapi_io_reference(&io, next, MDL); in omapi_one_dispatch()
821 omapi_io_dereference(&next, MDL); in omapi_one_dispatch()
825 omapi_io_dereference(&prev, MDL); in omapi_one_dispatch()
877 omapi_io_reference (&obj, p, MDL); in omapi_io_destroy()
884 omapi_io_dereference (holder, MDL); in omapi_io_destroy()
887 omapi_io_reference (holder, obj -> next, MDL); in omapi_io_destroy()
888 omapi_io_dereference (&obj -> next, MDL); in omapi_io_destroy()
891 return omapi_io_dereference (&obj, MDL); in omapi_io_destroy()
990 MDL); in omapi_io_state_foreach()
997 (omapi_object_t*)io->next, MDL); in omapi_io_state_foreach()
1004 omapi_object_dereference((omapi_object_t**)&io, MDL); in omapi_io_state_foreach()
1006 omapi_object_dereference((omapi_object_t**)&next, MDL); in omapi_io_state_foreach()
1012 omapi_object_dereference((omapi_object_t**)&io, MDL); in omapi_io_state_foreach()
1016 MDL); in omapi_io_state_foreach()
1017 omapi_object_dereference((omapi_object_t**)&next, MDL); in omapi_io_state_foreach()