Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
H A Dcmd_hc_sun4v.c125 char namebuf[64], instbuf[64]; in cmd_breakup_components() local
142 (void) strncpy(instbuf, "0", 2); in cmd_breakup_components()
144 (void) strncpy(instbuf, token+namelen, instlen); in cmd_breakup_components()
145 instbuf[instlen] = '\0'; in cmd_breakup_components()
149 nvlist_add_string(hc_nvl[i], FM_FMRI_HC_ID, instbuf) != 0) in cmd_breakup_components()