Home
last modified time | relevance | path

Searched refs:res (Results 1 – 3 of 3) sorted by relevance

/init/
Ddo_mounts.c110 dev_t res = 0; in devt_from_partuuid() local
146 res = dev->devt; in devt_from_partuuid()
152 res = 0; in devt_from_partuuid()
156 res = part_devt(part); in devt_from_partuuid()
170 return res; in devt_from_partuuid()
226 dev_t res = 0; in name_to_dev_t() local
232 res = devt_from_partuuid(name); in name_to_dev_t()
233 if (!res) in name_to_dev_t()
244 res = dev->devt; in name_to_dev_t()
256 res = MKDEV(maj, min); in name_to_dev_t()
[all …]
Ddo_mounts_rd.c178 int res = 0; in rd_load_image() local
274 res = 1; in rd_load_image()
282 return res; in rd_load_image()
Dinitramfs.c479 int res = decompress(buf, len, NULL, flush_buffer, NULL, in unpack_to_rootfs() local
481 if (res) in unpack_to_rootfs()