pshot_device_t
static pshot_device_t pshot_stock_devices[] = {
(sizeof (pshot_stock_devices) / sizeof (pshot_device_t))
static pshot_device_t *pshot_devices = NULL;
pshot_devices_grow(pshot_device_t **dstp, size_t dstlen,
const pshot_device_t *src, size_t srclen)
pshot_device_t *newdst;
pshot_devices_free(pshot_device_t *dp, size_t len)
static pshot_device_t *
pshot_device_t *devarr = NULL;
pshot_device_t *newdevs = NULL;
static pshot_device_t *pshot_devices_from_props(dev_info_t *, size_t *, int);
static void pshot_devices_free(pshot_device_t *, size_t);
static int pshot_devices_grow(pshot_device_t **, size_t,
const pshot_device_t *, size_t);