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

/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c2674 char *dot1p = NULL; local
2701 dot1p = strrchr(p, '.');
2702 if (dot1p == NULL) {
2706 *dot1p = '\0';
2707 dot1p++;
2719 is_fully_numeric(dot1p) == FALSE ||
2726 disk_tagp->cidl.target_id = atoi(dot1p);

Completed in 51 milliseconds