Searched defs:gpc_names (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/pcbe/
H A Dcore_pcbe.c467 static char **gpc_names = NULL; variable
1047 gpc_names = kmem_alloc(num_gpc * sizeof (char *), KM_SLEEP);
1089 gpc_names[i] =
1092 gpc_names[i][0] = '\0';
1096 (void) strcat(gpc_names[i], n->name);
1097 (void) strcat(gpc_names[i], ",");
1103 (void) strcat(gpc_names[i], k->name);
1104 (void) strcat(gpc_names[i], ",");
1109 (void) strcat(gpc_names[i], n->name);
1110 (void) strcat(gpc_names[
[all...]

Completed in 94 milliseconds