Searched refs:NDEVICES (Results 1 – 2 of 2) sorted by relevance
43 NDEVICES=0 # Set by f_device_register(), used by f_device_*()129 # and $NDEVICES is incremented.148 __device=device_$(( NDEVICES + 1 ))150 NDEVICES=$(( $NDEVICES + 1 ))174 while [ $n -le $NDEVICES ]; do187 NDEVICES=0197 while [ $n -le $NDEVICES ]; do216 while [ $i -lt $NDEVICES ]; do219 f_struct_free device_$NDEVICES222 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()