Searched refs:kfd (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/etc/rc.d/
H A Dkfd6 # PROVIDE: kfd
12 name=kfd
H A DMakefile72 kfd \
/freebsd-10.0-release/kerberos5/libexec/
H A DMakefile4 kdigest kfd kimpersonate kpasswdd kcm
/freebsd-10.0-release/kerberos5/libexec/kfd/
H A DMakefile3 PROG= kfd
4 MAN= kfd.8
/freebsd-10.0-release/contrib/ipfilter/ipsend/
H A Dlsock.c73 static int kfd = -1; local
75 if (kfd == -1)
76 kfd = open(KMEM, O_RDONLY);
78 if (lseek(kfd, (off_t)pos, SEEK_SET) == -1)
83 if (read(kfd, buf, n) == -1)
H A Dsock.c126 static int kfd = -1; local
129 if (kfd == -1)
130 kfd = open(KMEM, O_RDONLY);
132 if (lseek(kfd, offset, SEEK_SET) == -1)
137 if (read(kfd, buf, n) == -1)
/freebsd-10.0-release/tools/tools/kttcp/
H A Dkttcp.c105 int c, error, s, verbose, s2, kfd; local
194 if ((kfd = open(KTTCP_DEVICE, O_RDWR, 666)) == -1)
259 if (ioctl(kfd, cmd, &kio) == -1)
303 close(kfd);
/freebsd-10.0-release/sbin/gbde/
H A Dgbde.c206 int kfd, klen, bpos = 0; local
210 kfd = open(keyfile, O_RDONLY, 0);
211 if (kfd < 0)
213 klen = read(kfd, buf1, BUFSIZ);
216 close(kfd);

Completed in 209 milliseconds