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

/illumos-gate/usr/src/cmd/luxadm/
H A Dx86_adm.c265 char *physical = NULL, *slash_OSDeviceName = NULL; local
330 slash_OSDeviceName = get_slash_devices_from_osDevName(
332 if (!slash_OSDeviceName) {
335 if (strncmp(physical, slash_OSDeviceName,
336 strlen(slash_OSDeviceName) -
337 strlen(strrchr(slash_OSDeviceName, ':')))
341 free(slash_OSDeviceName);

Completed in 44 milliseconds