HomeSort by: relevance | last modified time | path
    Searched defs:getstatus (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/xen/xen/
xengnt.c 246 gnttab_get_status_frames_t getstatus; local in function:xengnt_map_status
249 getstatus.dom = DOMID_SELF;
250 getstatus.nr_frames = gnt_status_frames;
251 set_xen_guest_handle(getstatus.frame_list, pages);
258 &getstatus, 1)) != 0)
260 if (getstatus.status != GNTST_okay) {
262 __func__, getstatus.status);
xengnt.c 246 gnttab_get_status_frames_t getstatus; local in function:xengnt_map_status
249 getstatus.dom = DOMID_SELF;
250 getstatus.nr_frames = gnt_status_frames;
251 set_xen_guest_handle(getstatus.frame_list, pages);
258 &getstatus, 1)) != 0)
260 if (getstatus.status != GNTST_okay) {
262 __func__, getstatus.status);
xengnt.c 246 gnttab_get_status_frames_t getstatus; local in function:xengnt_map_status
249 getstatus.dom = DOMID_SELF;
250 getstatus.nr_frames = gnt_status_frames;
251 set_xen_guest_handle(getstatus.frame_list, pages);
258 &getstatus, 1)) != 0)
260 if (getstatus.status != GNTST_okay) {
262 __func__, getstatus.status);

Completed in 219 milliseconds