Searched refs:res (Results 1 – 3 of 3) sorted by relevance
118 dev_t res = 0; in devt_from_partuuid() local154 res = dev->devt; in devt_from_partuuid()160 res = 0; in devt_from_partuuid()164 res = part_devt(part); in devt_from_partuuid()178 return res; in devt_from_partuuid()214 dev_t res = 0; in name_to_dev_t() local220 res = devt_from_partuuid(name); in name_to_dev_t()221 if (!res) in name_to_dev_t()233 res = MKDEV(maj, min); in name_to_dev_t()234 if (maj != MAJOR(res) || min != MINOR(res)) in name_to_dev_t()[all …]
187 int res = 0; in rd_load_image() local290 res = 1; in rd_load_image()298 return res; in rd_load_image()
486 int res = decompress(buf, len, NULL, flush_buffer, NULL, in unpack_to_rootfs() local488 if (res) in unpack_to_rootfs()