Home
last modified time | relevance | path

Searched refs: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; in adm_forcelip() local
330 slash_OSDeviceName = get_slash_devices_from_osDevName( in adm_forcelip()
332 if (!slash_OSDeviceName) { in adm_forcelip()
335 if (strncmp(physical, slash_OSDeviceName, in adm_forcelip()
336 strlen(slash_OSDeviceName) - in adm_forcelip()
337 strlen(strrchr(slash_OSDeviceName, ':'))) in adm_forcelip()
341 free(slash_OSDeviceName); in adm_forcelip()