Searched defs:pshot_devices (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dpshot.c167 * used to initialize pshot_devices with
189 static pshot_device_t *pshot_devices = NULL; variable
192 /* protects <pshot_devices>, <pshot_devices_len> */
389 * pshot_devices is set up on the first attach and destroyed on fini
411 pshot_devices = NULL;
431 if (pshot_devices)
432 pshot_devices_free(pshot_devices, pshot_devices_len);
585 * pshot_devices setup
2990 for (i = 0; i < pshot_devices_len && pshot_devices[i].name;
2992 if (strcmp(cname, pshot_devices[
[all...]

Completed in 49 milliseconds