Lines Matching defs:devcountp
1023 * in the array is returned in @p *devcountp. The caller should free
1024 * the array using @c free(p, M_TEMP), even if @p *devcountp is 0.
1029 * @param devcountp points at location for array size return value
1035 devclass_get_devices(devclass_t dc, device_t **devlistp, int *devcountp)
1054 *devcountp = count;
1836 * in the array is returned in @p *devcountp. The caller should free
1842 * @param devcountp points at location for array size return value
1848 device_get_children(device_t dev, device_t **devlistp, int *devcountp)
1860 *devcountp = 0;
1875 *devcountp = count;