Home
last modified time | relevance | path

Searched refs:lookaside (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/bind9/bin/dnssec/
Ddnssec-dsfromkey.c240 emit(unsigned int dtype, isc_boolean_t showall, char *lookaside, in emit() argument
275 if (lookaside != NULL) { in emit()
276 if (isc_buffer_availablelength(&nameb) < strlen(lookaside)) in emit()
277 fatal("DLV origin '%s' is too long", lookaside); in emit()
278 isc_buffer_putstr(&nameb, lookaside); in emit()
279 if (lookaside[strlen(lookaside) - 1] != '.') { in emit()
281 fatal("DLV origin '%s' is too long", lookaside); in emit()
305 if (lookaside == NULL) { in emit()
355 char *lookaside = NULL; in main() local
401 if (lookaside != NULL) in main()
[all …]
/freebsd-9-stable/sys/compat/ndis/
Dsubr_ntoskrnl.c2142 ExInitializePagedLookasideList(paged_lookaside_list *lookaside, argument
2146 bzero((char *)lookaside, sizeof(paged_lookaside_list));
2149 lookaside->nll_l.gl_size = sizeof(slist_entry);
2151 lookaside->nll_l.gl_size = size;
2152 lookaside->nll_l.gl_tag = tag;
2154 lookaside->nll_l.gl_allocfunc =
2157 lookaside->nll_l.gl_allocfunc = allocfunc;
2160 lookaside->nll_l.gl_freefunc =
2163 lookaside->nll_l.gl_freefunc = freefunc;
2166 KeInitializeSpinLock(&lookaside->nll_obsoletelock);
[all …]
/freebsd-9-stable/contrib/less/
Dsearch.c93 struct hilite_node *lookaside; member
384 anchor->lookaside = NULL;
438 if (anchor->lookaside)
443 n = anchor->lookaside;
470 anchor->lookaside = n = n->prev;
472 anchor->lookaside = n = n->next;
514 anchor->lookaside = n;
516 anchor->lookaside = m;
775 anchor->lookaside = n;
/freebsd-9-stable/contrib/gcc/config/mips/
D4k.md9 ;; 4Kc - pipelined multiplier and translation lookaside buffer (TLB)
/freebsd-9-stable/contrib/bind9/doc/misc/
Doptions120 dnssec-lookaside ( <string> trust-anchor <string> | auto | no );
354 dnssec-lookaside ( <string> trust-anchor <string> | auto | no );
/freebsd-9-stable/contrib/bind9/
DHISTORY255 DNSSEC lookaside validation.
DCHANGES2700 3209. [func] Add "dnssec-lookaside 'no'". [RT #24858]
4553 2674. [bug] "dnssec-lookaside auto;" crashed if named was built
4887 2579. [bug] DNSSEC lookaside validation failed to handle unknown
4910 "dnssec-lookaside auto;" This is the equivalent
4911 of "dnssec-lookaside . trust-anchor dlv.isc.org;"
5861 2272. [bug] Handle illegal dnssec-lookaside trust-anchor names.
7772 1648. [func] Update dnssec-lookaside named.conf syntax to support
7773 multiple dnssec-lookaside namespaces (not yet
7945 1589. [func] DNSSEC lookaside validation.