Lines Matching full:return
45 return true; in check_response()
52 return false; in check_response()
73 return check_response(p + len); in chsc()
75 return false; in chsc()
85 return true; in get_chsc_scsc()
90 return false; in get_chsc_scsc()
94 return false; in get_chsc_scsc()
112 return true; in get_chsc_scsc()
117 * On success return the first subchannel ID found.
118 * On error return an invalid subchannel ID containing cc
139 return cc; in css_enumerate()
161 return schid; in css_enumerate()
167 * Return value:
180 return false; in css_enabled()
185 return false; in css_enabled()
187 return true; in css_enabled()
193 * Return value:
209 return cc; in css_enable()
215 return 0; in css_enable()
232 return cc; in css_enable()
239 return 0; in css_enable()
248 return -1; in css_enable()
271 return false; in schib_update_mb()
298 return false; in schib_update_mb()
308 return false; in schib_update_mb()
311 return true; in schib_update_mb()
333 return schib.mbo == mb && pmcw->mbi == mbi; in css_enable_mb()
348 return retry_count > 0; in css_disable_mb()
401 return ssch(sid, &orb); in start_ccw1_chain()
410 return NULL; in ccw_alloc()
417 return ccw; in ccw_alloc()
472 return ret; in wait_and_check_io_completion()
477 * Return the residual count, if it is valid.
479 * Return value:
487 return -1; in css_residual_count()
491 return -1; in css_residual_count()
493 return irb.scsw.count; in css_residual_count()
510 return schib->pmcw.pim & BIT(7 - chp_idx); in is_path_installed()
528 return cc; in css_find_installed_chpid()
534 return 0; in css_find_installed_chpid()
538 return -1; in css_find_installed_chpid()
557 return -1; in css_generate_crw()
565 return 0; in css_generate_crw()