Lines Matching defs:vol
40 intmax_t vol;
46 vol = strtoimax(fname + 2, &ep, 10);
47 if (vol < 0 || vol >= efi_nvol || *ep != ':')
49 *pvol = vol;
74 UINTN vol;
85 rv = efi_file_parse(fname, &vol, &path);
94 file_dp = FileDevicePath(efi_vol[vol], upath);
161 UINTN vol;
168 for (vol = 0; vol < efi_nvol; vol++) {
169 if (efi_device_path_ncmp(dp, DevicePathFromHandle(efi_vol[vol]), depth) == 0)
172 if (vol == efi_nvol)
175 snprintf(buf, buflen, "fs%u:%s", (u_int)vol, fname);