Searched refs:hc_resources (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sbin/hastd/
H A Dhastd.c107 TAILQ_FOREACH_SAFE(tres, &cfg->hc_resources, hr_next, tmres) {
124 TAILQ_REMOVE(&cfg->hc_resources, tres, hr_next);
332 TAILQ_FOREACH(res, &cfg->hc_resources, hr_next) {
612 TAILQ_FOREACH_SAFE(cres, &cfg->hc_resources, hr_next, tres) {
613 TAILQ_FOREACH(nres, &newcfg->hc_resources, hr_next) {
619 TAILQ_REMOVE(&cfg->hc_resources, cres, hr_next);
627 TAILQ_FOREACH_SAFE(nres, &newcfg->hc_resources, hr_next, tres) {
628 TAILQ_FOREACH(cres, &cfg->hc_resources, hr_next) {
633 TAILQ_REMOVE(&newcfg->hc_resources, nres, hr_next);
634 TAILQ_INSERT_TAIL(&cfg->hc_resources, nre
[all...]
H A Dparse.y241 TAILQ_INIT(&lconfig->hc_resources);
318 TAILQ_FOREACH(curres, &lconfig->hc_resources, hr_next) {
386 while ((res = TAILQ_FIRST(&config->hc_resources)) != NULL) {
387 TAILQ_REMOVE(&config->hc_resources, res, hr_next);
801 TAILQ_INSERT_TAIL(&lconfig->hc_resources, curres, hr_next);
810 TAILQ_FOREACH(curres, &lconfig->hc_resources, hr_next) {
H A Dhast.h125 TAILQ_HEAD(, hast_resource) hc_resources; member in struct:hastd_config
H A Dcontrol.c87 TAILQ_FOREACH(res, &cfg->hc_resources, hr_next) {
250 TAILQ_FOREACH(res, &cfg->hc_resources, hr_next) {
371 TAILQ_FOREACH(res, &cfg->hc_resources, hr_next) {
/freebsd-9.3-release/sbin/hastctl/
H A Dhastctl.c182 TAILQ_FOREACH(res, &cfg->hc_resources, hr_next) {
233 TAILQ_FOREACH(res, &cfg->hc_resources, hr_next) {
242 TAILQ_FOREACH(res, &cfg->hc_resources, hr_next) {

Completed in 99 milliseconds