Searched refs:named (Results 1 - 25 of 137) sorted by relevance

123456

/freebsd-9.3-release/contrib/bind9/bin/named/include/named/
H A Dnotify.h23 #include <named/types.h>
24 #include <named/client.h>
H A Dstatschannel.h31 #include <named/types.h>
H A Dinterfacemgr.h57 #include <named/listenlist.h>
58 #include <named/types.h>
126 * in named.conf.
H A Dcontrol.h32 #include <named/types.h>
H A Dlog.h30 #include <named/globals.h> /* Required for ns_g_(categories|modules). */
73 * Set up logging channels according to the named defaults, which
H A Dlwsearch.h29 #include <named/types.h>
/freebsd-9.3-release/etc/namedb/
H A DMakefile5 FILES= named.conf named.root
/freebsd-9.3-release/usr.sbin/named-checkzone/
H A DMakefile10 PROG= named-checkzone
13 SRCS+= named-checkzone.c check-tool.c
22 LINKS= ${BINDIR}/named-checkzone ${BINDIR}/named-compilezone
24 MAN= named-checkzone.8
26 MLINKS= named-checkzone.8 named-compilezone.8
/freebsd-9.3-release/usr.sbin/named-journalprint/
H A DMakefile10 PROG= named-journalprint
13 SRCS+= named-journalprint.c
22 MAN= named-journalprint.8
/freebsd-9.3-release/usr.sbin/named/
H A DMakefile6 SRCDIR= ${BIND_DIR}/bin/named
10 PROG= named
62 MAN= named.8 lwresd.8 named.conf.5
64 MANFILTER= sed -e "s@/etc/named\.conf@/etc/namedb/named.conf@g" \
65 -e "s@/var\/run\/named\/named.pid@/var/run/named/pid@"
67 LINKS= ${BINDIR}/named
[all...]
/freebsd-9.3-release/usr.sbin/named-checkconf/
H A DMakefile10 PROG= named-checkconf
13 SRCS+= named-checkconf.c check-tool.c
23 MAN= named-checkconf.8
25 MANFILTER= sed -e "s@/etc/named\.conf@/etc/namedb/named.conf@g"
/freebsd-9.3-release/usr.bin/nsupdate/
H A DMakefile17 CFLAGS+= -DSESSION_KEYFILE=\"/var/run/named/session.key\"
26 MANFILTER= sed -e "s@/etc/named\.conf@/etc/namedb/named.conf@g" \
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dtinytest.h87 /** Set all tests in 'groups' matching the name 'named' to be skipped. */
88 #define tinytest_skip(groups, named) \
89 tinytest_set_flag_(groups, named, 1, TT_SKIP)
/freebsd-9.3-release/contrib/openresolv/
H A Dnamed.in5 # named subscriber for resolvconf
38 -d "@RCDIR@" -a ! -x "@RCDIR@"/named ]
45 : ${named_service:=named}
/freebsd-9.3-release/share/doc/bind9/
H A DMakefile23 man.named-checkconf.html man.named-checkzone.html \
24 man.named-journalprint.html man.named.html \
/freebsd-9.3-release/contrib/binutils/binutils/
H A Drcparse.y360 dialog.menu.named = 1;
361 dialog.class.named = 1;
385 dialog.menu.named = 1;
386 dialog.class.named = 1;
412 dialog.menu.named = 1;
413 dialog.class.named = 1;
561 class.named = 0;
573 class.named = 0;
585 class.named = 0;
597 class.named
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dlwderror.c27 #include <named/types.h>
28 #include <named/lwdclient.h>
H A Dsortlist.c30 #include <named/globals.h>
31 #include <named/server.h>
32 #include <named/sortlist.h>
H A Dlwdnoop.c27 #include <named/types.h>
28 #include <named/lwdclient.h>
H A Dcontrol.c38 #include <named/control.h>
39 #include <named/log.h>
40 #include <named/os.h>
41 #include <named/server.h>
43 #include <named/ns_smf_globals.h>
H A Dtsigconf.c34 #include <named/log.h>
36 #include <named/config.h>
37 #include <named/tsigconf.h>
/freebsd-9.3-release/contrib/bind9/doc/misc/
H A Dformat-options.pl22 This is a summary of the named.conf options supported by
/freebsd-9.3-release/etc/
H A Dfreebsd-update.conf38 MergeChanges /etc/ /var/named/etc/ /boot/device.hints
/freebsd-9.3-release/sbin/resolvconf/
H A DMakefile8 FILES= libc dnsmasq named pdnsd unbound
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c485 struct nameidata named; local
507 NFSNAMEICNDSET(&named.ni_cnd, nd->nd_cred, LOOKUP,
509 nfsvno_setpathbuf(&named, &bufp, &hashp);
510 error = nfsrv_parsename(nd, bufp, hashp, &named.ni_pathlen);
513 nfsvno_relpathbuf(&named);
517 nd->nd_repstat = nfsvno_namei(nd, &named, dp, 0, exp, p, &dirp);
520 nfsvno_relpathbuf(&named);
533 if (named.ni_startdir)
534 vrele(named.ni_startdir);
535 nfsvno_relpathbuf(&named);
961 struct nameidata named; local
1131 struct nameidata named; local
1346 struct nameidata named; local
1600 struct nameidata named; local
1705 struct nameidata named; local
1825 struct nameidata named; local
2542 struct nameidata named; local
3177 struct nameidata named; local
[all...]

Completed in 145 milliseconds

123456