Home
last modified time | relevance | path

Searched refs:frozen (Results 1 – 25 of 161) sorted by relevance

1234567

/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dkasp.c122 REQUIRE(!kasp->frozen); in dns_kasp_thaw()
124 kasp->frozen = true;
130 REQUIRE(kasp->frozen); in dns_kasp_signdelay()
132 kasp->frozen = false;
138 REQUIRE(kasp->frozen); in dns_kasp_sigrefresh()
146 REQUIRE(kasp->frozen); in dns_kasp_setsigrefresh()
154 REQUIRE(!kasp->frozen); in dns_kasp_sigvalidity()
162 REQUIRE(kasp->frozen); in dns_kasp_setsigvalidity()
170 REQUIRE(!kasp->frozen); in dns_kasp_sigvalidity_dnskey()
178 REQUIRE(kasp->frozen); in dns_kasp_setsigvalidity_dnskey()
[all...]
H A Dzt.c403 bool frozen; in freezezones()
436 frozen = dns_zone_getupdatedisabled(zone); in freezezones()
438 if (frozen) { in freezezones()
448 if (frozen) { in freezezones()
399 bool frozen; freezezones() local
H A Dview.c607 REQUIRE(!view->frozen); in destroy()
645 REQUIRE(!view->frozen); in view_flushanddetach()
670 REQUIRE(!view->frozen); in view_flushanddetach()
746 REQUIRE(!view->frozen);
752 view->frozen = true; in dns_view_weakdetach()
758 REQUIRE(view->frozen); in dns_view_weakdetach()
760 view->frozen = false;
769 REQUIRE(!view->frozen); in resolver_shutdown()
842 REQUIRE(view->frozen); in dns_view_createresolver()
1105 REQUIRE(view->frozen); in dns_view_find()
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dkasp.c45 kasp->frozen = false; in dns_kasp_create()
126 REQUIRE(!kasp->frozen); in dns_kasp_freeze()
128 kasp->frozen = true; in dns_kasp_freeze()
134 REQUIRE(kasp->frozen); in dns_kasp_thaw()
136 kasp->frozen = false; in dns_kasp_thaw()
142 REQUIRE(kasp->frozen); in dns_kasp_signdelay()
150 REQUIRE(kasp->frozen); in dns_kasp_sigrefresh()
158 REQUIRE(!kasp->frozen); in dns_kasp_setsigrefresh()
166 REQUIRE(kasp->frozen); in dns_kasp_sigvalidity()
174 REQUIRE(!kasp->frozen); in dns_kasp_setsigvalidity()
[all …]
H A Dview.c154 view->frozen = false; in dns_view_create()
792 REQUIRE(!view->frozen); in dns_view_createzonetable()
810 REQUIRE(!view->frozen); in dns_view_createresolver()
866 REQUIRE(!view->frozen); in dns_view_setcache()
888 REQUIRE(!view->frozen); in dns_view_sethints()
954 REQUIRE(!view->frozen); in dns_view_freeze()
960 view->frozen = true; in dns_view_freeze()
966 REQUIRE(view->frozen); in dns_view_thaw()
968 view->frozen = false; in dns_view_thaw()
976 REQUIRE(!view->frozen); in dns_view_addzone()
[all …]
H A Dzt.c403 bool frozen; in freezezones() local
436 frozen = dns_zone_getupdatedisabled(zone); in freezezones()
438 if (frozen) { in freezezones()
448 if (frozen) { in freezezones()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dsendmail10 # READ.ME.FIRST.AWP Sendmail frozen configuration
12 # Email_23_f217153422.ts Sendmail frozen configuration
17 # by older sendmail. til version 8.6 support for frozen configuration files is removed
20 >16 regex/s =^[0-78][0-9.]{4} Sendmail frozen configuration
26 >16 regex/s =^[0-78][0-9.]{4} Sendmail frozen configuration
H A Dcompress182 0 string \037\237 frozen file 2.1
183 0 string \037\236 frozen file 1.0 (or gzip 0.5)
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dhash.c403 table->frozen = 0; in bfd_hash_table_init_n()
520 if (!table->frozen && table->count > table->size * 3 / 4) in bfd_hash_insert()
531 table->frozen = 1; in bfd_hash_insert()
539 table->frozen = 1; in bfd_hash_insert()
651 table->frozen = 1; in bfd_hash_traverse()
661 table->frozen = 0; in bfd_hash_traverse()
H A Dbfd-in.h285 unsigned int frozen:1; member
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dhash.c459 table->frozen = 0; in bfd_hash_table_init_n()
621 if (!table->frozen && table->count > table->size * 3 / 4) in bfd_hash_insert()
632 table->frozen = 1; in bfd_hash_insert()
640 table->frozen = 1; in bfd_hash_insert()
808 table->frozen = 1; in bfd_hash_traverse()
818 table->frozen = 0; in bfd_hash_traverse()
/netbsd-src/external/mit/isl/dist/
H A Disl_vertices.c677 for (i = 0; i < tab->n_con && tab->con[i].frozen; ++i) in add_chamber()
678 tab->con[i].frozen = 0; in add_chamber()
711 tab->con[i].frozen = 1; in add_chamber()
752 for (i = 0; i < tab->n_con && tab->con[i].frozen; ++i) in create_todo()
753 tab->con[i].frozen = 0; in create_todo()
781 tab->con[i].frozen = 1; in create_todo()
804 if (tab->con[i].frozen) in init_todo()
864 if (tab->con[i].frozen) in update_todo()
H A Disl_tab.c64 tab->var[i].frozen = 0; in isl_tab_alloc()
1015 if (var->frozen) in isl_tab_freeze_constraint()
1019 var->frozen = 1; in isl_tab_freeze_constraint()
1186 if (!isl_tab_var_from_row(tab, i)->frozen && in isl_tab_pivot()
1690 tab->con[r].frozen = 0; in isl_tab_allocate_con()
1776 tab->var[r].frozen = 0; in isl_tab_insert_var()
2711 tab->con[r].frozen = 0; in cut_to_hyperplane()
2984 var->marked = !var->frozen && var->is_nonneg && in isl_tab_detect_implicit_equalities()
2991 var->marked = !var->frozen && var->is_nonneg; in isl_tab_detect_implicit_equalities()
3276 var->marked = !var->frozen && var->is_nonneg; in isl_tab_detect_redundant()
[all …]
H A Disl_tab.h27 unsigned frozen : 1; member
/netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/
H A Dautoconf.m430 # yet when Autoconf is frozen.
31 # Do not sinclude ./aclocal.m4 here, to prevent it from being frozen.
/netbsd-src/external/gpl3/autoconf/dist/tests/
H A Dwrapper.as35 # We might need files from the build tree (frozen files), in
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A DCHANGELOG190 [readline-4.0-beta1 frozen]
465 [readline-4.2 frozen]
565 [readline-4.2a-beta1 frozen]
605 [readline-4.2a-rc1 frozen]
913 [readline-5.1-beta1 frozen]
920 [readline-5.1 frozen]
939 [readline-5.2-alpha frozen]
1078 [readline-6.1 frozen]
/netbsd-src/external/mpl/bind/dist/lib/dns/include/dns/
H A Dkasp.h82 bool frozen;
172 *\li 'source' is a valid, frozen kasp.
200 * Freeze kasp. No changes can be made to kasp configuration while frozen.
208 *\li 'kasp' is frozen.
218 *\li 'kasp' is a valid, frozen kasp.
222 *\li 'kasp' is no longer frozen.
249 *\li 'kasp' is a valid, frozen kasp.
263 *\li 'kasp' is a valid, frozen kasp.
287 *\li 'kasp' is a valid, frozen kasp.
313 *\li 'kasp' is a valid, frozen kas
71 bool frozen; global() member
[all...]
H A Dview.h35 * "frozen", the core attributes become immutable, and the view module
40 *\li Before the view is frozen, the caller must ensure synchronization.
42 *\li After the view is frozen, the module guarantees appropriate
108 bool frozen;
277 * zone table. The view is not frozen.
305 *\li 'source' is a valid, frozen view.
348 *\li 'source' is a valid, frozen view.
512 * Freeze view. No changes can be made to view configuration while frozen.
520 *\li 'view' is frozen.
532 *\li 'view' is a valid, frozen vie
107 bool frozen; global() member
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dkasp.h72 bool frozen; member
H A Dview.h107 bool frozen; member
/netbsd-src/usr.sbin/rpc.pcnfsd/
H A DREADME24 For this round, I have frozen the rpcgen'd code and modified it by hand
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DDebuggingJITedCode.rst35 Apple ships with Xcode has been frozen at 6.3 for a while.
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Dsysctl.h776 uint8_t frozen:1, member
/netbsd-src/external/mit/libuv/dist/
H A DCONTRIBUTING.md22 The stable branch is effectively frozen; patches that change the libuv

1234567