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

/osnet-11/usr/src/lib/libdevid/
H A Ddeviceid.c230 di_devlink_handle_t dlh = NULL; local
274 dlh = devid_deviceid_to_nmlist_dlh;
275 if (dlh &&
277 (void) di_devlink_fini(&dlh);
278 dlh = devid_deviceid_to_nmlist_dlh = NULL;
280 if ((dlh == NULL) &&
281 ((dlh = di_devlink_init(NULL, 0)) == NULL))
297 (void) di_devlink_walk(dlh, NULL, path,
345 if (dlh) {
348 devid_deviceid_to_nmlist_dlh = dlh;
[all...]
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hca.c85 dladm_handle_t dlh; local
88 if (dladm_open(&dlh, NETADM_ACTIVE_PROFILE) != DLADM_STATUS_OK) {
102 if ((dladm_name2info(dlh, hca_ptr->name, &linkid, NULL, &class,
105 (dladm_part_info(dlh, linkid, &ib_attr,
170 dladm_close(dlh);
/osnet-11/usr/src/lib/libpicltree/
H A Dptree_impl.h220 void *dlh; member in struct:picld_plinfo
H A Dpicltree.c3452 pl->dlh = dlopen(pl->pathname, RTLD_LAZY|RTLD_LOCAL);
3453 if (pl->dlh == NULL) {
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_ngz.c429 dladm_handle_t dlh = iph->ih_dh; local
448 if (dladm_name2info(dlh, ifname, &linkid, NULL, NULL, NULL) !=
/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_ncp.c1338 dladm_handle_t dlh; local
1346 if (dladm_open(&dlh, ncpname) != DLADM_STATUS_OK)
1348 if (dladm_name2info(dlh, link, &linkid, NULL, NULL, NULL)
1352 if (dladm_get_linkprop(dlh, linkid, DLADM_PROP_VAL_CURRENT,
1355 dladm_close(dlh);
1359 dladm_close(dlh);
1428 dladm_handle_t dlh; local
1450 if (dladm_open(&dlh, ncpname) != DLADM_STATUS_OK) {
1454 if (dladm_name2info(dlh, ncuh->nwh_name, NULL, NULL, &dlclass, NULL)
1457 dladm_close(dlh);
[all...]
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmap.c4240 g_get_port_multipath(char *port_wwn_s, struct dlist **dlh, int verbose) argument
4248 dl = *dlh = dlt = (struct dlist *)NULL;
4264 while (*dlh != NULL) {
4265 dl = (*dlh)->next;
4266 (void) g_destroy_data(*dlh);
4267 *dlh = dl;
4277 if (*dlh == NULL) {
4278 *dlh = dlt = dl;
4516 g_free_multipath(struct dlist *dlh) argument
4520 while (dlh !
[all...]

Completed in 78 milliseconds