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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dubc_internal.h111 memory_object_control_t ui_control; /* VM control for the pager */ member in struct:ubc_info
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dubc_subr.c440 uip->ui_control = control; /* cache the value of the mo control */
470 * It's actually impossible for a ubc_info.ui_control to take the
480 if (uip->ui_control != MEMORY_OBJECT_CONTROL_NULL)
481 memory_object_control_deallocate(uip->ui_control);
561 control = uip->ui_control;
900 return((vp->v_ubcinfo->ui_control));
1011 * The following call may fail if an invalid ui_control is specified,
1016 kret = memory_object_pages_resident(vp->v_ubcinfo->ui_control, &has_pages_resident);
1212 kret = memory_object_lock_request(vp->v_ubcinfo->ui_control,
2336 kr = memory_object_signed(uip->ui_control, TRU
[all...]

Completed in 18 milliseconds