Searched refs:NDEVICES (Results 1 – 2 of 2) sorted by relevance
44 NDEVICES=0 # Set by f_device_register(), used by f_device_*()131 # and $NDEVICES is incremented.150 __device=device_$(( NDEVICES + 1 ))152 NDEVICES=$(( $NDEVICES + 1 ))176 while [ $n -le $NDEVICES ]; do189 NDEVICES=0199 while [ $n -le $NDEVICES ]; do218 while [ $i -lt $NDEVICES ]; do221 f_struct_free device_$NDEVICES224 NDEVICES=$(( $NDEVICES - 1 ))[all …]
138 #define NDEVICES (sizeof devices / sizeof devices[0]) macro631 for (h = 0; h < NDEVICES && p->handler == NULL; h++) in iov2physical()658 for (n = 0; n < NDEVICES; n++) in physical_MaxDeviceSize()1010 for (h = 0; h < NDEVICES && p->handler == NULL && p->fd >= 0; h++) in physical_Open()1035 for (h = 0; h < NDEVICES && p->handler == NULL; h++) in physical_Open()1040 if (h == NDEVICES) { in physical_Open()