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

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.c906 char *devices_path = NULL; local
923 devices_path = topo_mod_alloc(mod, path_len);
924 if (devices_path == NULL) {
930 (void) snprintf(devices_path, path_len, "%s%s", "/devices", devpath);
933 "%s: devices_path: %s\n", __func__, devices_path);
936 query_len = strlen(query_fmt) + strlen(devices_path) + 1;
940 "%s: No memory for query. devices_path: %s\n", __func__,
941 devices_path);
945 (void) snprintf(query, query_len, query_fmt, devices_path);
[all...]

Completed in 36 milliseconds