Home
last modified time | relevance | path

Searched refs:nh_name (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/fm/topo/modules/sun4v/dimm/
H A Ddimm_sun4v.c167 const char *nh_name; member
191 return (nac_mem_tbl[i].nh_name); in nac2hc()
/titanic_41/usr/src/uts/common/klm/
H A Dnlm_impl.c660 "[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 Dnlm_impl.h355 char *nh_name; /* (c) */ member
H A Dnlm_service.c1039 if (strcasecmp(hostp->nh_name, argp->name) == 0) { in nlm_do_free_all()