Searched defs:dot2p (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c2675 char *dot2p = NULL; local
2693 dot2p = strrchr(p, '.');
2694 if (dot2p == NULL) {
2698 *dot2p = '\0';
2699 dot2p++;
2720 is_fully_numeric(dot2p) == FALSE) {
2727 disk_tagp->cidl.lun = atoi(dot2p);

Completed in 88 milliseconds