Searched refs:ztp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dzfs.c98 zfs_topo_hdl_t *ztp; local
117 ztp = topo_mod_zalloc(mod, sizeof (zfs_topo_hdl_t));
118 if (ztp == NULL) {
122 ztp->zt_hdlp = libzfs_init();
123 (void) pthread_mutex_init(&ztp->zt_mutex, NULL);
124 topo_mod_setspecific(mod, (void *)ztp);
131 zfs_topo_hdl_t *ztp = (zfs_topo_hdl_t *)topo_mod_getspecific(mod); local
132 libzfs_handle_t *hdlp = ztp->zt_hdlp;
134 topo_mod_free(mod, ztp, sizeof (zfs_topo_hdl_t));
246 zfs_topo_hdl_t *ztp local
292 zfs_topo_hdl_t *ztp = (zfs_topo_hdl_t *)topo_mod_getspecific(mod); local
[all...]

Completed in 25 milliseconds