Searched refs:pshot_device_t (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pshot.h | 131 } pshot_device_t; typedef 136 static pshot_device_t *pshot_devices_from_props(dev_info_t *, size_t *, int); 137 static void pshot_devices_free(pshot_device_t *, size_t); 139 static int pshot_devices_grow(pshot_device_t **, size_t, 140 const pshot_device_t *, size_t);
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | pshot.c | 171 static pshot_device_t pshot_stock_devices[] = { 189 (sizeof (pshot_stock_devices) / sizeof (pshot_device_t)) 191 static pshot_device_t *pshot_devices = NULL; 3132 pshot_devices_grow(pshot_device_t **dstp, size_t dstlen, in pshot_devices_grow() 3133 const pshot_device_t *src, size_t srclen) in pshot_devices_grow() 3136 pshot_device_t *newdst; in pshot_devices_grow() 3167 pshot_devices_free(pshot_device_t *dp, size_t len) in pshot_devices_free() 3210 static pshot_device_t * 3213 pshot_device_t *devarr = NULL; in pshot_devices_from_props() 3299 pshot_device_t *newdevs = NULL; in pshot_devices_setup()
|