Home
last modified time | relevance | path

Searched refs:pshot_device_t (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dpshot.h133 } pshot_device_t; typedef
138 static pshot_device_t *pshot_devices_from_props(dev_info_t *, size_t *, int);
139 static void pshot_devices_free(pshot_device_t *, size_t);
141 static int pshot_devices_grow(pshot_device_t **, size_t,
142 const pshot_device_t *, size_t);
/titanic_50/usr/src/uts/common/io/
H A Dpshot.c169 static pshot_device_t pshot_stock_devices[] = {
187 (sizeof (pshot_stock_devices) / sizeof (pshot_device_t))
189 static pshot_device_t *pshot_devices = NULL;
3135 pshot_devices_grow(pshot_device_t **dstp, size_t dstlen, in pshot_devices_grow()
3136 const pshot_device_t *src, size_t srclen) in pshot_devices_grow()
3139 pshot_device_t *newdst; in pshot_devices_grow()
3170 pshot_devices_free(pshot_device_t *dp, size_t len) in pshot_devices_free()
3213 static pshot_device_t *
3216 pshot_device_t *devarr = NULL; in pshot_devices_from_props()
3302 pshot_device_t *newdevs = NULL; in pshot_devices_setup()