Searched refs:io (Results 1 - 16 of 16) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/win32/
H A Dunistd.h41 #include <io.h>
H A Dkeyboard.c32 #include <io.h>
H A Dstdio.c22 #include <io.h>
H A Ddir.c27 #include <io.h>
H A Dentropy.c30 #include <io.h>
H A Dfsaccess.c36 #include <io.h>
H A Dfile.c26 #include <io.h>
H A Dsocket.c49 #include <io.h>
557 " io completion port: %s",
3348 * Queue io completion for an accept().
3465 * Queue io completion for an accept().
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A DMakefile.am.inc39 atf-run/io.cpp \
40 atf-run/io.hpp \
87 atf-run/io.cpp \
116 atf-run/io.cpp \
/bind-9.6-ESV-R11/bin/rndc/win32/
H A Dos.c29 #include <io.h>
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.hpp50 namespace io { namespace in namespace:atf
52 } // namespace io
/bind-9.6-ESV-R11/bin/tests/dst/
H A Ddst_test.c138 io(dns_name_t *name, int id, int alg, int type, isc_mem_t *mctx) { function
270 io(name, 23616, DST_ALG_DSA, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC, mctx);
271 io(name, 54622, DST_ALG_RSAMD5, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC,
274 io(name, 49667, DST_ALG_DSA, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC, mctx);
275 io(name, 2, DST_ALG_RSAMD5, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC, mctx);
H A Dt_dst.c276 io(dns_name_t *name, int id, int alg, int type, isc_mem_t *mctx, function
426 io(name, 23616, DST_ALG_DSA, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC,
429 io(name, 54622, DST_ALG_RSAMD5, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC,
433 io(name, 49667, DST_ALG_DSA, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC,
436 io(name, 2, DST_ALG_RSAMD5, DST_TYPE_PRIVATE|DST_TYPE_PUBLIC,
/bind-9.6-ESV-R11/
H A Dconfig.h.win32219 #include <io.h>
/bind-9.6-ESV-R11/bin/named/win32/
H A Dos.c27 #include <io.h>
/bind-9.6-ESV-R11/lib/dns/
H A Dzone.c618 static void zonemgr_cancelio(dns_io_t *io);
11215 dns_io_t *io; local
11221 io = isc_mem_get(zmgr->mctx, sizeof(*io));
11222 if (io == NULL)
11224 io->event = isc_event_allocate(zmgr->mctx, task, DNS_EVENT_IOREADY,
11225 action, arg, sizeof(*io->event));
11226 if (io->event == NULL) {
11227 isc_mem_put(zmgr->mctx, io, sizeof(*io));
11257 dns_io_t *io; local
11294 zonemgr_cancelio(dns_io_t *io) argument
[all...]

Completed in 2093 milliseconds