Searched refs:gDeviceCount (Results 1 - 6 of 6) sorted by relevance

/haiku/src/libs/compat/freebsd_network/
H A Dshared.h68 extern int32 gDeviceCount;
H A Ddriver.c46 int32 gDeviceCount; variable
349 if (gDeviceCount > 0)
380 for (int i = 0; i < gDeviceCount; i++)
H A Dif.c137 gDeviceCount++;
148 gDeviceCount--;
/haiku/src/add-ons/kernel/drivers/bus/usb/
H A Dusb_raw.cpp51 static uint32 gDeviceCount = 0; variable
85 gDeviceCount++;
125 gDeviceCount--;
949 gDeviceCount = 0;
999 gDeviceNames = (char **)malloc(sizeof(char *) * (gDeviceCount + 2));
/haiku/src/add-ons/kernel/drivers/common/
H A Dusb_modeswitch.cpp314 static uint32 gDeviceCount = 0; variable
573 gDeviceCount--;
608 gDeviceCount = 0;
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_haiku.cpp165 KASSERT(gDevices[gDeviceCount - 1] == vap->iv_ifp,

Completed in 159 milliseconds