Searched refs:hdd_count (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/usr/arrakismon/
H A Dguest.c817 g->hdd_count++;
1371 for (int i = 0; i < g->hdd_count; i++) {
1380 if ((dl >> 7) && ((dl & 0x7f) < g->hdd_count)) {
1394 guest_set_dl(g, g->hdd_count);
1415 if ((dl >> 7) && ((dl & 0x7f) < g->hdd_count)) {
1468 if ((dl >> 7) && ((dl & 0x7f) < g->hdd_count)) {
H A Dguest.h69 size_t hdd_count; member in struct:guest
/barrelfish-2018-10-04/usr/vmkitmon/
H A Dguest.c801 g->hdd_count++;
1658 for (int i = 0; i < g->hdd_count; i++) {
1667 if ((dl >> 7) && ((dl & 0x7f) < g->hdd_count)) {
1685 guest_set_dl(g, g->hdd_count);
1714 if ((dl >> 7) && ((dl & 0x7f) < g->hdd_count)) {
1790 if ((dl >> 7) && ((dl & 0x7f) < g->hdd_count)) {
H A Dguest.h78 size_t hdd_count; member in struct:guest

Completed in 45 milliseconds