Lines Matching refs:in_config
2702 print_status(dsw_config_t *conf, int in_config) argument
2713 if (in_config) {
2752 if (errno != DSW_ENOTFOUND || !in_config)
3399 int in_config; local
3406 in_config = find_shadow_config(argv[1], &parms, NULL);
3407 if (!in_config) {
3413 print_status(&parms, in_config);
3419 in_config = find_shadow_config(*group_volumes,
3421 if (in_config)
3422 print_status(&parms, in_config);
3450 int in_config; local
3455 in_config = find_shadow_config(argv[1], &parms, NULL);
3456 if (!in_config) {