Lines Matching defs:count
100 int busy; /**< count of calls to device_busy() */
443 * Compile the driver's methods. Also increase the reference count
753 int count, i;
756 count = devclass_get_count(dc);
757 list = bsd_malloc(count * sizeof(device_t), M_TEMP, M_NOWAIT|M_ZERO);
761 count = 0;
764 list[count] = dc->devices[i];
765 count++;
770 *devcountp = count;
796 int count;
798 count = 0;
800 count++;
801 list = bsd_malloc(count * sizeof(driver_t *), M_TEMP, M_NOWAIT);
805 count = 0;
807 list[count] = dl->driver;
808 count++;
811 *countp = count;
824 int count, i;
826 count = 0;
829 count++;
830 return (count);
2650 * count. If no entry exists, a new one will be created using the
2658 * @param count XXX end-start+1
2662 rman_res_t start, rman_res_t end, rman_res_t count)
2688 rle->res->count = count;
2722 rman_res_t end, rman_res_t count, u_int flags)
2729 count, flags);