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

/illumos-gate/usr/src/lib/sun_sas/common/
H A Dverify.c38 char *charptr, path[MAXPATHLEN+1]; local
51 charptr = strrchr(path, ':');
52 if (charptr) {
53 *charptr = '\0';
H A DSun_sasGetPhyStatistics.c44 char *charptr, path[MAXPATHLEN + 1]; local
130 charptr = strrchr(path, ':');
131 if (charptr) {
132 *charptr = '\0';
H A Ddevlink_disco.c156 char *charptr; local
198 charptr = dirp->d_name;
199 (void) snprintf(node, strlen(charptr) + strlen(dir) + 2,
200 "%s/%s", dir, charptr);
H A Ddevtree_device_disco.c227 char *charptr; local
273 if ((charptr = strchr(unit_address, ',')) != NULL) {
274 *charptr = '\0';
276 for (charptr = unit_address; *charptr != '\0'; charptr++) {
277 if (isxdigit(*charptr)) {
281 if (*charptr != '\0') {
282 tmpAddr = htonll(strtoll(charptr, NULL, 16));
302 for (charptr
649 char *charptr; local
[all...]
H A Ddevtree_hba_disco.c97 char *charptr, cntlLink[MAXPATHLEN] = {'\0'}; local
168 if ((charptr = strrchr(cntlLink, '/')) != NULL) {
169 charptr++;
171 if (charptr[0] == 'c') {
172 port_ptr->cntlNumber = atoi(++charptr);
198 for (charptr = propStringData; *charptr != '\0'; charptr++) {
199 if (isxdigit(*charptr)) {
203 if (*charptr !
[all...]
H A Devent.c137 char *eventStr, *portAddrStr, *charptr; local
191 for (charptr = portAddrStr;
192 charptr != NULL; charptr++) {
193 if (isxdigit(*charptr)) {
197 addr = htonll(strtoll(charptr,

Completed in 57 milliseconds