Searched refs:fileobj (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dlogconf.c106 const cfg_obj_t *fileobj = NULL; local
115 (void)cfg_map_get(channel, "file", &fileobj);
121 if (fileobj != NULL)
139 if (fileobj != NULL) {
140 const cfg_obj_t *pathobj = cfg_tuple_get(fileobj, "file");
141 const cfg_obj_t *sizeobj = cfg_tuple_get(fileobj, "size");
143 cfg_tuple_get(fileobj, "versions");
H A Dserver.c3829 const cfg_obj_t *fileobj = NULL; local
3830 if (cfg_map_get(zoptions, "file", &fileobj) != ISC_R_SUCCESS) {
3839 const char *hintsfile = cfg_obj_asstring(fileobj);
/freebsd-9.3-release/contrib/bind9/bin/check/
H A Dnamed-checkconf.c196 const cfg_obj_t *fileobj = NULL; local
226 cfg_map_get(zoptions, "file", &fileobj);
227 if (fileobj != NULL)
228 zfile = cfg_obj_asstring(fileobj);
/freebsd-9.3-release/contrib/bind9/lib/isccfg/
H A Dparser.c2299 cfg_obj_t *fileobj; local
2308 fileobj = elt->obj;
2309 INSIST(fileobj->type == &cfg_type_qstring);
2310 return (fileobj->value.string.base);
/freebsd-9.3-release/contrib/bind9/lib/bind9/
H A Dcheck.c2521 const cfg_obj_t *fileobj = NULL; local
2556 fileobj = syslogobj = nullobj = stderrobj = NULL;
2557 (void)cfg_map_get(channel, "file", &fileobj);
2562 if (fileobj != NULL)
/freebsd-9.3-release/sys/compat/ndis/
H A Dsubr_ntoskrnl.c3221 IoGetDeviceObjectPointer(name, reqaccess, fileobj, devobj)
3224 void *fileobj;

Completed in 305 milliseconds