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

/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_rcm.c235 scsi_rcm_init(uint_t rcm_flag, char **errstring, rcm_handle_t **hdlp) argument
238 if (rcm_alloc_handle(NULL, rcm_flag, NULL, hdlp) != RCM_SUCCESS) {
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare_fs.c89 safs_get_fs_handle(libshare_handle_t *shdl, sa_fs_t fstype, void **hdlp) argument
108 if (hdlp != NULL)
109 *hdlp = hdl;
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dzfs.c132 libzfs_handle_t *hdlp = ztp->zt_hdlp; local
135 if (hdlp)
136 libzfs_fini(hdlp);
247 libzfs_handle_t *hdlp = ztp->zt_hdlp; local
250 if (hdlp == NULL)
255 fmd_zfs_iter_by_guid(hdlp, pool_guid, vdev_guid, fmd_zfs_in_config,
293 libzfs_handle_t *hdlp = ztp->zt_hdlp; local
296 if (hdlp == NULL) {
303 fmd_zfs_iter_by_guid(hdlp, pool_guid, vdev_guid, fmd_zfs_vdev_state,
H A Ddev.c105 libzfs_handle_t *hdlp = (libzfs_handle_t *)topo_mod_getspecific(mod); local
107 if (hdlp)
108 libzfs_fini(hdlp);
383 libzfs_handle_t *hdlp = (libzfs_handle_t *)topo_mod_getspecific(mod); local
419 if (hdlp != NULL)
420 fmd_zfs_iter_by_devid(hdlp, devid,
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/xaui/common/
H A Dxaui.c286 ldom_hdl_t *hdlp; local
304 hdlp = ldom_init(xaui_topo_alloc, xaui_topo_free);
305 if (hdlp == NULL) {
310 (void) ldom_get_type(hdlp, &type);
312 bufsize = ldom_get_core_md(hdlp, &bufp);
314 bufsize = ldom_get_local_md(hdlp, &bufp);
318 ldom_fini(hdlp);
326 ldom_fini(hdlp);
335 ldom_fini(hdlp);
347 ldom_fini(hdlp);
[all...]

Completed in 25 milliseconds