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

/barrelfish-master/usr/vmkitmon/
H A Dguest.c820 g->hdd_count++;
1678 for (int i = 0; i < g->hdd_count; i++) {
1687 if ((dl >> 7) && ((dl & 0x7f) < g->hdd_count)) {
1705 guest_set_dl(g, g->hdd_count);
1734 if ((dl >> 7) && ((dl & 0x7f) < g->hdd_count)) {
1810 if ((dl >> 7) && ((dl & 0x7f) < g->hdd_count)) {
H A Dguest.h78 size_t hdd_count; member in struct:guest
/barrelfish-master/usr/arrakismon/
H A Dguest.h88 size_t hdd_count; member in struct:guest
H A Dguest.c1296 g->hdd_count++;
2143 for (int i = 0; i < g->hdd_count; i++) {
2152 if ((dl >> 7) && ((dl & 0x7f) < g->hdd_count)) {
2170 guest_set_dl(g, g->hdd_count);
2199 if ((dl >> 7) && ((dl & 0x7f) < g->hdd_count)) {
2275 if ((dl >> 7) && ((dl & 0x7f) < g->hdd_count)) {

Completed in 174 milliseconds