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

/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dhostdisk.c517 int p_index; local
633 p_index = dev[strlen(dev) - 1] - 'a';
635 p_index = -1;
637 if (p_index >= label.d_npartitions || p_index < 0)
643 return (grub_disk_addr_t) label.d_partitions[p_index].p_offset;
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_path.c2219 char *p_index, *s_index; local
2239 p_index = rindex(drive, 'p');
2242 if (p_index == NULL && s_index == NULL) {
2248 if (p_index > s_index) {
2249 while (*(++p_index) != '\0') {
2250 if (!isdigit(*p_index)) {

Completed in 32 milliseconds