occupants          25 orte/test/system/opal_hotel.c occupant_t occupants[NUM_OCC];
occupants          55 orte/test/system/opal_hotel.c         occupants[i].id = i;
occupants          56 orte/test/system/opal_hotel.c         occupants[i].room = -1;
occupants          62 orte/test/system/opal_hotel.c                                                (void*)(&occupants[i]), &rm)) {
occupants          66 orte/test/system/opal_hotel.c         occupants[i].room = rm;
occupants          68 orte/test/system/opal_hotel.c                 occupants[i].id, rm);
occupants          77 orte/test/system/opal_hotel.c                     occupants[i + j].id, occupants[i + j].room);
occupants          78 orte/test/system/opal_hotel.c             opal_hotel_checkout(&hotel, occupants[i + j].room);
occupants          83 orte/test/system/opal_hotel.c                 opal_hotel_checkin(&hotel, (void*) &(occupants[i + j]), &rm)) {
occupants          87 orte/test/system/opal_hotel.c             occupants[i + j].room = rm;
occupants          89 orte/test/system/opal_hotel.c                     occupants[i + j].id, rm);