Searched refs:unixcontrols (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dcontrolconf.c1294 const cfg_obj_t *unixcontrols = NULL; local
1297 (void)cfg_map_get(controls, "unix", &unixcontrols);
1298 if (unixcontrols == NULL)
1301 for (element2 = cfg_list_first(unixcontrols);
/freebsd-9.3-release/contrib/bind9/lib/bind9/
H A Dcheck.c2659 const cfg_obj_t *unixcontrols; local
2683 unixcontrols = NULL;
2685 (void)cfg_map_get(controls, "unix", &unixcontrols);
2703 for (element2 = cfg_list_first(unixcontrols);

Completed in 83 milliseconds