Lines Matching defs:conf

685 	struct gconfig *conf;
699 LIST_FOREACH(conf, &pp->lg_config, lg_config) {
700 printf("%s%s: %s\n", prefix, conf->lg_name, conf->lg_val);
708 struct gconfig *conf;
728 LIST_FOREACH(conf, &cp->lg_config, lg_config) {
729 printf("%s%s: %s\n", prefix, conf->lg_name, conf->lg_val);
738 struct gconfig *conf;
742 LIST_FOREACH(conf, &gp->lg_config, lg_config) {
743 printf("%s: %s\n", conf->lg_name, conf->lg_val);
836 struct gconfig *conf;
846 LIST_FOREACH(conf, &gp->lg_config, lg_config) {
847 if (strcasecmp(conf->lg_name, "state") == 0) {
848 len = strlen(conf->lg_val);
859 struct gconfig *conf;
867 LIST_FOREACH(conf, &gp->lg_config, lg_config) {
868 if (strcasecmp(conf->lg_name, "state") == 0) {
869 glen = strlen(conf->lg_val);
878 LIST_FOREACH(conf, &pp->lg_config, lg_config) {
879 if (strcasecmp(conf->lg_name, "state") == 0) {
880 len = strlen(conf->lg_val);
894 struct gconfig *conf;
902 LIST_FOREACH(conf, &cp->lg_config, lg_config) {
903 if (strcasecmp(conf->lg_name, "state") == 0)
904 state = conf->lg_val;
905 if (strcasecmp(conf->lg_name, "synchronized") == 0)
906 syncr = conf->lg_val;
924 struct gconfig *conf;
930 LIST_FOREACH(conf, &gp->lg_config, lg_config) {
931 if (strcasecmp(conf->lg_name, "state") == 0) {
932 status = conf->lg_val;
958 struct gconfig *conf;
965 LIST_FOREACH(conf, &gp->lg_config, lg_config) {
966 if (strcasecmp(conf->lg_name, "state") == 0) {
967 status = conf->lg_val;
971 LIST_FOREACH(conf, &pp->lg_config, lg_config) {
972 if (strcasecmp(conf->lg_name, "state") == 0) {
973 status = conf->lg_val;