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

/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c1857 char *cport_str, *pmport_str; local
1870 if ((pmport_str = strrchr(ap_id, (int)*PORT_SEPARATOR)) != 0) {
1871 pmport_str += strlen(PORT_SEPARATOR);
1872 pmport = strtol(pmport_str, NULL, 10);

Completed in 73 milliseconds