Searched refs:sources (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dentropy.c76 int fd = source->sources.file.handle;
105 source->sources.file.handle = -1;
116 int fd = source->sources.usocket.handle;
119 size_t sz_to_recv = source->sources.usocket.sz_to_recv;
131 switch ( source->sources.usocket.status ) {
141 source->sources.usocket.status =
156 source->sources.usocket.status =
161 source->sources.usocket.status =
195 source->sources.usocket.status =
198 source->sources
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dentropy.c76 int fd = source->sources.file.handle;
105 source->sources.file.handle = -1;
116 int fd = source->sources.usocket.handle;
119 size_t sz_to_recv = source->sources.usocket.sz_to_recv;
131 switch ( source->sources.usocket.status ) {
141 source->sources.usocket.status =
156 source->sources.usocket.status =
161 source->sources.usocket.status =
195 source->sources.usocket.status =
198 source->sources
[all...]
/freebsd-9.3-release/sys/dev/sym/
H A DREADME.sym72 interested in understanding the driver sources and/or in helping
/freebsd-9.3-release/contrib/libstdc++/libsupc++/
H A DMakefile.am43 sources = \
73 libsupc___la_SOURCES = $(sources) $(c_sources)
74 libsupc__convenience_la_SOURCES = $(sources) $(c_sources)
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dentropy.c52 HCRYPTPROV hcryptprov = source->sources.file.handle;
144 * it. XXXMLG When where are multiple sources, we should keep a
146 * next one) to avoid letting some sources build up entropy while
153 ent->nextsource = ISC_LIST_HEAD(ent->sources);
181 source = ISC_LIST_HEAD(ent->sources);
199 source = ISC_LIST_HEAD(ent->sources);
282 source->sources.file.handle = hcryptprov;
287 ISC_LIST_APPEND(ent->sources, source, link);
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dentropy.c110 ISC_LIST(isc_entropysource_t) sources;
155 } sources; member in struct:isc_entropysource
176 * Declarations for function provided by the system dependent sources that
482 isc_cbsource_t *cbs = &source->sources.callback;
695 ISC_LIST_INIT(ent->sources);
729 ISC_LIST_UNLINK(ent->sources, source, link);
737 destroyfilesource(&source->sources.file);
741 destroyusocketsource(&source->sources.usocket);
744 samplequeue_release(ent, &source->sources.sample.samplequeue);
747 cbs = &source->sources
[all...]
H A Dlex.c68 LIST(struct inputsource) sources; member in struct:isc_lex
116 INIT_LIST(lex->sources);
136 while (!EMPTY(lex->sources))
221 ISC_LIST_INITANDPREPEND(lex->sources, source, link);
287 source = HEAD(lex->sources);
291 ISC_LIST_UNLINK(lex->sources, source, link);
374 source = HEAD(lex->sources);
869 source = HEAD(lex->sources);
889 source = HEAD(lex->sources);
910 source = HEAD(lex->sources);
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dentropy.c110 ISC_LIST(isc_entropysource_t) sources;
155 } sources; member in struct:isc_entropysource
176 * Declarations for function provided by the system dependent sources that
482 isc_cbsource_t *cbs = &source->sources.callback;
695 ISC_LIST_INIT(ent->sources);
729 ISC_LIST_UNLINK(ent->sources, source, link);
737 destroyfilesource(&source->sources.file);
741 destroyusocketsource(&source->sources.usocket);
744 samplequeue_release(ent, &source->sources.sample.samplequeue);
747 cbs = &source->sources
[all...]
H A Dlex.c68 LIST(struct inputsource) sources; member in struct:isc_lex
116 INIT_LIST(lex->sources);
136 while (!EMPTY(lex->sources))
221 ISC_LIST_INITANDPREPEND(lex->sources, source, link);
287 source = HEAD(lex->sources);
291 ISC_LIST_UNLINK(lex->sources, source, link);
374 source = HEAD(lex->sources);
866 source = HEAD(lex->sources);
886 source = HEAD(lex->sources);
907 source = HEAD(lex->sources);
[all...]
/freebsd-9.3-release/usr.sbin/mtest/
H A Dmtest.c522 * add some sources to the filterlist, using the full-state API.
526 sockunion_t sources[MAX_ADDRS]; local
556 sockunion_t *psu = (sockunion_t *)&sources[i];
587 &su.sa, su.sa.sa_len, fmode, n, &sources[0].ss) != 0)
704 sockunion_t sources[MAX_ADDRS]; local
725 su.sa.sa_len, &fmode, &nsrc, &sources[0].ss) != 0) {
735 fprintf(stderr, "hexdump of sources:\n");
736 uint8_t *bp = (uint8_t *)&sources[0];
737 for (i = 0; i < (nsrc * sizeof(sources[0])); i++) {
742 qsort(sources, nsr
[all...]
/freebsd-9.3-release/contrib/ntp/
H A DMakefile.am94 sntp/built-sources-only: FRC.sntp
95 @cd sntp && $(MAKE) $(AM_MAKEFLAGS) built-sources-only
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dqtool.pl61 my %sources;
208 $result = add_source(\%sources, $source_name);
216 if (keys(%sources) == 0)
221 while (($source_name, $source) = each(%sources))
258 ## sources -- A hash that contains all of the sources.
266 ## source, the previous source gets overwritten in the sources
273 my $sources = shift;
319 $sources->{$source_id} = $queued_message;
337 $sources
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dgcov.c258 static source_t *sources; variable
521 for (src = sources; src; src = src->next)
537 for (src = sources; src; src = src->next)
579 while ((src = sources))
581 sources = src->next;
681 for (src = sources; src; src = src->next)
688 src->index = sources ? sources->index + 1 : 1;
689 src->next = sources;
690 sources
[all...]
/freebsd-9.3-release/tools/sched/
H A Dschedgraph.py125 sources = [] variable
372 for source in sources:
506 for source in sources:
925 titlestr += str(len(sources)) + " event sources, "
1067 sources.append(source)
1072 for source in sources:
1096 for source in sources:
1102 sources.sort()
1129 for source in sources
[all...]
/freebsd-9.3-release/contrib/libstdc++/src/
H A DMakefile.am130 sources = \
179 libstdc___la_SOURCES = $(sources)
/freebsd-9.3-release/share/mk/
H A Dbsd.dep.mk129 # Different types of sources are compiled with slightly different flags.
130 # Split up the sources, and filter out headers and non-applicable flags.
H A Dbsd.sys.mk4 # sources.
/freebsd-9.3-release/usr.bin/make/
H A Dparse.c570 * to add the sources of said target to the list of things
673 * The nodes of the sources are linked as children to the nodes of the
684 * The sources are read in much the same way as the targets were except
825 * it or its sources handled specially.
842 * .MAIN Its sources are only used if
1053 * sources:
1054 * a .SUFFIXES line with no sources clears out all old suffixes
1093 * get sources won't get anything
1123 * sources but takes something like suffixes, we take
1188 /* list of sources i
1216 Lst sources = Lst_Initializer(sources); local
[all...]
/freebsd-9.3-release/contrib/bmake/mk/
H A Ddep.mk61 # some of the rules involve .h sources, so remove them from mkdep line
/freebsd-9.3-release/usr.sbin/cron/doc/
H A DINSTALL87 any comp.sources.unix archive. You will also need to hack the code some.
/freebsd-9.3-release/contrib/ntp/sntp/
H A DMakefile.am124 built-sources-only \
180 built-sources-only: $(BUILT_SOURCES)
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssectool.c85 static ISC_LIST(entropysource_t) sources;
231 ISC_LIST_INIT(sources);
253 ISC_LIST_APPEND(sources, elt, link);
260 while (!ISC_LIST_EMPTY(sources)) {
261 source = ISC_LIST_HEAD(sources);
262 ISC_LIST_UNLINK(sources, source, link);
/freebsd-9.3-release/contrib/bmake/
H A Dparse.c1007 * to add the sources of said target to the list of things
1154 * The nodes of the sources are linked as children to the nodes of the
1165 * The sources are read in much the same way as the targets were except
1189 Lst sources; /* list of archive source names after local
1274 * or its sources handled specially.
1290 * .MAIN Its sources are only used if
1514 * sources:
1515 * a .SUFFIXES line with no sources clears out all old suffixes
1551 * get sources won't get anything
1574 * If the target was one that doesn't take files as its sources
[all...]
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl.c453 int killed, sources, dests; local
456 killed = sources = dests = 0;
479 sources++;
545 fprintf(stderr, "killed %d src nodes from %d sources and %d "
546 "destinations\n", killed, sources, dests);
556 int killed, sources, dests; local
559 killed = sources = dests = 0;
585 sources++;
651 fprintf(stderr, "killed %d states from %d sources and %d "
652 "destinations\n", killed, sources, dest
[all...]
/freebsd-9.3-release/sys/dev/ixgb/
H A DREADME46 NOTE: You must have kernel sources installed in order to compile the driver

Completed in 259 milliseconds

12