Home
last modified time | relevance | path

Searched refs:cport_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
1860 cport_str = strrchr(ap_id, (int)*MINOR_SEP) + strlen(MINOR_SEP); in get_port_num()
1863 cport = strtol(cport_str, NULL, 10); in get_port_num()