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

/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c719 char *bus_path, *bus_end; local
725 bus_end = strrchr(bus_path, ':');
726 if (bus_end)
727 *bus_end = '\0';
730 if (bus_end)
731 *bus_end = ':';

Completed in 22 milliseconds