Searched refs:nh_name (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/dimm/ |
H A D | dimm_sun4v.c | 167 const char *nh_name; member 191 return (nac_mem_tbl[i].nh_name); in nac2hc()
|
/titanic_41/usr/src/uts/common/klm/ |
H A D | nlm_impl.c | 660 "[error=%d]\n", hostp->nh_name, error); in nlm_resume_zone() 668 "host %s [stat=%d]\n", hostp->nh_name, stat); in nlm_resume_zone() 1159 ASSERT(hostp->nh_name != NULL); in nlm_host_destroy() 1163 strfree(hostp->nh_name); in nlm_host_destroy() 1334 host->nh_name = strdup(name); in nlm_host_create() 1779 stat = nlm_nsm_unmon(&g->nlm_nsm, host->nh_name); in nlm_host_unmonitor() 1822 stat = nlm_nsmaddr_reg(&g->nlm_nsm, host->nh_name, family, &obj); in nlm_host_monitor() 1840 stat = nlm_nsm_mon(&g->nlm_nsm, host->nh_name, host->nh_sysid); in nlm_host_monitor()
|
H A D | nlm_impl.h | 355 char *nh_name; /* (c) */ member
|
H A D | nlm_service.c | 1039 if (strcasecmp(hostp->nh_name, argp->name) == 0) { in nlm_do_free_all()
|