Home
last modified time | relevance | path

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; in get_port_num() local
1870 if ((pmport_str = strrchr(ap_id, (int)*PORT_SEPARATOR)) != 0) { in get_port_num()
1871 pmport_str += strlen(PORT_SEPARATOR); in get_port_num()
1872 pmport = strtol(pmport_str, NULL, 10); in get_port_num()