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

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Ddisk_discovery.c144 char **apid_names; local
152 apid_names = (char **)malloc(2 * sizeof (char *));
153 apid_names[0] = apid_name;
154 apid_names[1] = NULL;
156 cfga_err = config_list_ext(1, (char * const *)apid_names, &list_data,
158 free(apid_names);

Completed in 43 milliseconds