Lines Matching defs:rebound
2182 * In both cases *reboundp will be B_TRUE if the handle was rebound, or B_FALSE
2201 rebound:
2209 goto rebound;
2229 goto rebound;
2252 goto rebound;
2273 goto rebound;
2296 goto rebound;
2347 boolean_t rebound;
2467 rebound = B_FALSE;
2469 rebound:
2481 rebound = B_TRUE;
2482 goto rebound;
2494 rebound = B_TRUE;
2495 goto rebound;
2505 if (rebound)
2510 (void) add_service(v->gv_name, info->h, &rebound);
2511 if (rebound)
5210 boolean_t rebound = B_FALSE;
5411 rebound = B_TRUE;
5428 return (rebound ? ECONNRESET : 0);
5545 * ECONNRESET - success, but handle was rebound
5557 boolean_t isall, isnone, rebound = B_FALSE;
5668 rebound = B_TRUE;
5715 rebound = B_TRUE;
5741 ret = rebound ? ECONNRESET : 0;
6473 * ECONNRESET - success, but repository handle rebound
6484 boolean_t rebound = B_FALSE, rebind_inst = B_FALSE;
6604 rebound = B_TRUE;
6646 rebound = B_TRUE;
6692 rebound = B_TRUE;
6711 rebound = B_TRUE;
6753 return (rebound ? ECONNRESET : 0);