Searched refs:NDEVICES (Results 1 – 2 of 2) sorted by relevance
43 NDEVICES=0 # Set by f_device_register(), used by f_device_*()130 # and $NDEVICES is incremented.149 __device=device_$(( NDEVICES + 1 ))151 NDEVICES=$(( $NDEVICES + 1 ))175 while [ $n -le $NDEVICES ]; do188 NDEVICES=0198 while [ $n -le $NDEVICES ]; do217 while [ $i -lt $NDEVICES ]; do220 f_struct_free device_$NDEVICES223 NDEVICES=$(( $NDEVICES - 1 ))[all …]
136 #define NDEVICES (sizeof devices / sizeof devices[0]) macro625 for (h = 0; h < NDEVICES && p->handler == NULL; h++) in iov2physical()652 for (n = 0; n < NDEVICES; n++) in physical_MaxDeviceSize()1001 for (h = 0; h < NDEVICES && p->handler == NULL && p->fd >= 0; h++) in physical_Open()1026 for (h = 0; h < NDEVICES && p->handler == NULL; h++) in physical_Open()1031 if (h == NDEVICES) { in physical_Open()