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

/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug_impl.h42 char *hp_name; member in struct:hp_node
H A Dlibhotplug.h82 char *hp_name(hp_node_t node);
H A Dlibhotplug.c151 if (node->hp_name)
152 free(node->hp_name);
225 * hp_name()
230 hp_name(hp_node_t node) function
232 i_hp_dprintf("hp_name: node=%p\n", (void *)node);
235 i_hp_dprintf("hp_name: invalid arguments.\n");
240 if (node->hp_name == NULL) {
241 i_hp_dprintf("hp_name: missing name value.\n");
245 return (node->hp_name);
463 (void) strlcpy(connection, node->hp_name, MAXPATHLE
[all...]
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_info.c102 if (root->hp_name != NULL)
103 free(root->hp_name);
477 node->hp_name = strdup(name);
479 node->hp_name = strdup(node_name);
503 node->hp_name = strdup(s);
H A Dhotplugd_rcm.c487 if ((usage->hp_name = strdup(entry->rsrc)) == NULL) {
495 free(usage->hp_name);
/illumos-gate/usr/src/uts/common/sys/
H A Ddevinfo_impl.h338 di_off_t hp_name; /* name of hotplug connection */ member in struct:di_hp
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c365 len = strlen(hp_name(node));
399 format, hp_name(node), hp_usage(node));
824 if (fix_ap_name(buff, ap_id, hp_name(node),
1513 hp_name(node), errstring);
1528 (void) strcpy((*cs)->ap_log_id, hp_name(node));
/illumos-gate/usr/src/cmd/hotplug/
H A Dhotplug.c1041 (void) printf("%s\n", hp_name(node));
1045 (void) printf("[%s]", hp_name(node));
1051 (void) printf("<%s>", hp_name(node));
/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c1158 char *drv, *hp_name; local
1162 hp_name = di_hp_name(hp);
1165 if (drv != NULL && inst != -1 && hp_name != NULL &&
1167 hp_name) < len) { /* snprintf returns strlen */
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c2665 if (DI_HP(hp)->hp_name == 0) {
2670 return ((char *)(pa + DI_HP(hp)->hp_name));
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c3568 me->hp_name = 0;
3593 me->hp_name = off = di_checkmem(st, off, size);

Completed in 111 milliseconds