| /src/external/gpl3/gdb/dist/gdb/mi/ |
| mi-cmd-var.c | 78 uiout->field_signed ("frozen", 1); 262 bool frozen; local 265 error (_("-var-set-frozen: Usage: NAME FROZEN_FLAG.")); 270 frozen = false; 272 frozen = true; 276 varobj_set_frozen (var, frozen);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| varobj.h | 149 /* Is this variable frozen. Frozen variables are never implicitly 152 bool frozen = false; member in struct:varobj 155 not fetched if either the variable is frozen, or any parents is 156 frozen. */ 268 extern void varobj_set_frozen (struct varobj *var, bool frozen);
|
| varobj.c | 548 varobj_set_frozen (struct varobj *var, bool frozen) 557 var->frozen = frozen; 563 return var->frozen; 1219 bool frozen = var->frozen; 1221 for (; !frozen && parent; parent = parent->parent) 1222 frozen |= parent->frozen; 1224 if (frozen && initial 1218 bool frozen = var->frozen; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/mi/ |
| mi-cmd-var.c | 78 uiout->field_signed ("frozen", 1); 262 bool frozen; local 265 error (_("-var-set-frozen: Usage: NAME FROZEN_FLAG.")); 270 frozen = false; 272 frozen = true; 276 varobj_set_frozen (var, frozen);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| varobj.h | 149 /* Is this variable frozen. Frozen variables are never implicitly 152 bool frozen = false; member in struct:varobj 155 not fetched if either the variable is frozen, or any parents is 156 frozen. */ 268 extern void varobj_set_frozen (struct varobj *var, bool frozen);
|
| varobj.c | 551 varobj_set_frozen (struct varobj *var, bool frozen) 560 var->frozen = frozen; 566 return var->frozen; 1222 bool frozen = var->frozen; 1224 for (; !frozen && parent; parent = parent->parent) 1225 frozen |= parent->frozen; 1227 if (frozen && initial 1221 bool frozen = var->frozen; local [all...] |
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| kasp.h | 83 bool frozen; member in struct:dns_kasp 176 *\li 'source' is a valid, frozen kasp. 204 * Freeze kasp. No changes can be made to kasp configuration while frozen. 212 *\li 'kasp' is frozen. 222 *\li 'kasp' is a valid, frozen kasp. 226 *\li 'kasp' is no longer frozen. 253 *\li 'kasp' is a valid, frozen kasp. 267 *\li 'kasp' is a valid, frozen kasp. 291 *\li 'kasp' is a valid, frozen kasp. 317 *\li 'kasp' is a valid, frozen kasp [all...] |
| view.h | 35 * "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; member in struct:dns_view 280 * zone table. The view is not frozen. 308 *\li 'source' is a valid, frozen view. 351 *\li 'source' is a valid, frozen view. 515 * Freeze view. No changes can be made to view configuration while frozen. 523 *\li 'view' is frozen. 535 *\li 'view' is a valid, frozen view [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| kasp.h | 72 bool frozen; member in struct:dns_kasp 155 *\li 'source' is a valid, frozen kasp. 183 * Freeze kasp. No changes can be made to kasp configuration while frozen. 191 *\li 'kasp' is frozen. 201 *\li 'kasp' is a valid, frozen kasp. 205 *\li 'kasp' is no longer frozen. 232 *\li 'kasp' is a valid, frozen kasp. 246 *\li 'kasp' is a valid, frozen kasp. 272 *\li 'kasp' is a valid, frozen kasp. 298 *\li 'kasp' is a valid, frozen kasp [all...] |
| view.h | 36 * "frozen", the core attributes become immutable, and the view module 41 *\li Before the view is frozen, the caller must ensure synchronization. 43 *\li After the view is frozen, the module guarantees appropriate 107 bool frozen; member in struct:dns_view 266 * zone table. The view is not frozen. 293 *\li 'source' is a valid, frozen view. 340 *\li 'source' is a valid, frozen view. 511 * Freeze view. No changes can be made to view configuration while frozen. 519 *\li 'view' is frozen. 531 *\li 'view' is a valid, frozen view [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| zt.c | 403 bool frozen; local 436 frozen = dns_zone_getupdatedisabled(zone); 438 if (frozen) { 448 if (frozen) {
|
| resolver.c | 529 bool frozen; member in struct:dns_resolver 10690 res->frozen = false; 10822 REQUIRE(res->frozen); 10871 res->frozen = true; 11144 REQUIRE(res->frozen); 11485 REQUIRE(!resolver->frozen);
|
| /src/external/mpl/bind/dist/lib/dns/ |
| zt.c | 403 bool frozen; local 436 frozen = dns_zone_getupdatedisabled(zone); 438 if (frozen) { 448 if (frozen) {
|
| resolver.c | 559 bool frozen; member in struct:dns_resolver 10310 REQUIRE(res->frozen); 10360 res->frozen = true; 10664 REQUIRE(res->frozen); 10937 REQUIRE(!res->frozen);
|
| /src/external/mit/isl/dist/ |
| isl_tab.h | 27 unsigned frozen : 1; member in struct:isl_tab_var
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
| sysctl.h | 773 union { /* See TMEM_CLIENT_[COMPRESS,FROZEN] */ 776 uint8_t frozen:1, member in struct:xen_tmem_client::__anon6669::__anon6670
|
| /src/external/mpl/bind/dist/bin/named/ |
| server.c | 12992 bool frozen; local 13039 frozen = dns_zone_getupdatedisabled(mayberaw); 13041 if (frozen) { 13042 msg = "WARNING: The zone was already frozen.\n" 13058 if (frozen) { 15574 bool dynamic = false, frozen = false; local 15666 frozen = dynamic && !dns_zone_isdynamic(mayberaw, false); 15774 if (frozen) {
|
| /src/external/gpl3/binutils/dist/bfd/ |
| bfd-in2.h | 373 unsigned int frozen:1; member in struct:bfd_hash_table
|
| /src/external/gpl3/binutils/lib/libbfd/arch/aarch64/ |
| bfd.h | 377 unsigned int frozen:1; member in struct:bfd_hash_table
|
| /src/external/gpl3/binutils/lib/libbfd/arch/aarch64eb/ |
| bfd.h | 377 unsigned int frozen:1; member in struct:bfd_hash_table
|
| /src/external/gpl3/binutils/lib/libbfd/arch/alpha/ |
| bfd.h | 377 unsigned int frozen:1; member in struct:bfd_hash_table
|
| /src/external/gpl3/binutils/lib/libbfd/arch/earm/ |
| bfd.h | 377 unsigned int frozen:1; member in struct:bfd_hash_table
|
| /src/external/gpl3/binutils/lib/libbfd/arch/earmhf/ |
| bfd.h | 377 unsigned int frozen:1; member in struct:bfd_hash_table
|
| /src/external/gpl3/binutils/lib/libbfd/arch/earmhfeb/ |
| bfd.h | 377 unsigned int frozen:1; member in struct:bfd_hash_table
|
| /src/external/gpl3/binutils/lib/libbfd/arch/hppa/ |
| bfd.h | 377 unsigned int frozen:1; member in struct:bfd_hash_table
|