Lines Matching refs:rv
32 int rv; local37 rv = eth_initialize();38 if (rv == 0) {44 rv = net_loop(BOOTP);45 if (rv < 0) {47 return rv;63 rv = spl_load_simple_fit(spl_image, &load, 0, header);67 rv = spl_parse_image_header(spl_image, header);68 if (rv)69 return rv;74 return rv;