Searched refs:part_str (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libfdisk/common/
H A Dlibfdisk.c1245 char *part_str, *canonp; local
1269 part_str = strrchr(compare_pdev_str, 'p');
1270 *(part_str + 1) = '\0';
1272 part_str = strrchr(compare_sdev_str, 'p');
1273 *part_str = 's';
1303 part_str = strrchr(mt.mnt_special, 'p');
1304 if (part_str != NULL) {
1305 part_str++;
1306 part = atoi(part_str);
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_path.c1388 char *part_str; local
1422 if (part_str = strstr(path, ":")) {
1423 part_str[0] = '\0';
1937 char *part_str; local
1987 part_str = strrchr(drive, 's');
1989 if (part_str == NULL) {
1997 part_number = atoi(part_str + 1) + 1;
2094 char *part_str; local
2150 part_str = strrchr(drive, 'p');
2152 if (part_str
[all...]
/osnet-11/usr/src/lib/libsysevent/
H A Dlibsysevent.c526 const char *part_str; local
531 part_str = pub_idx(pub_str, PUB_KEYWD);
532 if (part_str != NULL && strstr(part_str, SE_KERN_PUB) != NULL)
535 if ((part_str = pub_idx(pub_str, PUB_PID)) == NULL)
538 *pid = (pid_t)atoi(part_str);

Completed in 27 milliseconds