| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-ndb/ |
| D | tools.cpp | 37 static dn_id hbuf[HOLE_SIZE], *holes = hbuf; variable 94 holes[i].id, holes[i].dn.bv_val); in ndb_tool_entry_close() 359 if ( holes == hbuf ) { in ndb_tool_next_id() 360 … holes = (dn_id *)ch_malloc( nhmax * sizeof(dn_id) * 2 ); in ndb_tool_next_id() 361 AC_MEMCPY( holes, hbuf, sizeof(hbuf) ); in ndb_tool_next_id() 363 … holes = (dn_id *)ch_realloc( holes, nhmax * sizeof(dn_id) * 2 ); in ndb_tool_next_id() 367 ber_dupbv( &holes[nholes].dn, &ndn ); in ndb_tool_next_id() 368 holes[nholes++].id = NA->e->e_id; in ndb_tool_next_id() 374 if ( holes[i].id == NA->e->e_id ) { in ndb_tool_next_id() 376 free(holes[i].dn.bv_val); in ndb_tool_next_id() [all …]
|
| /netbsd/src/sys/arch/powerpc/oea/ |
| D | ofwoea_machdep.c | 563 rangemap_t region, holes[32], list[32]; in ofwoea_map_space() local 651 holes[nrofholes].type = iomem; in ofwoea_map_space() 652 holes[nrofholes].addr = region.size + region.addr; in ofwoea_map_space() 653 holes[nrofholes].size = list[range].addr - in ofwoea_map_space() 654 holes[nrofholes].addr - 1; in ofwoea_map_space() 667 DPRINTF("addr=0x%x size=0x%x type=%d\n", holes[i].addr, in ofwoea_map_space() 668 holes[i].size, holes[i].type); in ofwoea_map_space() 695 if (holes[i].type == RANGE_IO) { in ofwoea_map_space() 697 holes[i].addr - tag->pbs_offset, in ofwoea_map_space() 698 holes[i].size, EX_NOWAIT); in ofwoea_map_space() [all …]
|
| /netbsd/src/usr.bin/nbperf/ |
| D | nbperf-bdz.c | 86 uint32_t t, r, holes; in assign_nodes() local 119 holes = 0; in assign_nodes() 122 state->holes64k[i >> 16] = holes; in assign_nodes() 125 state->holes64[i >> 6] = holes - state->holes64k[i >> 16]; in assign_nodes() 129 state->result_map[j] = i - holes; in assign_nodes() 133 ++holes; in assign_nodes()
|
| /netbsd/src/games/bcd/ |
| D | bcd.c | 87 static const u_short holes[256] = { variable 185 if (holes[(unsigned char)*p]) in printcard() 203 if (bit(holes[(unsigned char)*p], 11 - row)) in printcard()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | btfout.cc | 94 static vec<ctf_id_t> holes; variable 363 return holes.contains (id); in btf_removed_type_p() 383 for (n = 0; n < holes.length (); n++) in btf_adjust_type_id() 385 if (holes[n] < id) in btf_adjust_type_id() 387 else if (holes[n] == id) in btf_adjust_type_id() 411 holes.safe_push (ctftype->dtd_type); in btf_dtd_postprocess_cb() 417 holes.safe_push (ctftype->dtd_type); in btf_dtd_postprocess_cb() 1046 holes.create (0); in btf_init_postprocess() 1114 holes.release (); in btf_finalize()
|
| D | tree-ssa-reassoc.cc | 2054 sbitmap holes = sbitmap_alloc (num_elems); in undistribute_bitref_for_vector() local 2055 bitmap_ones (holes); in undistribute_bitref_for_vector() 2060 if (!bitmap_bit_p (holes, curr->first)) in undistribute_bitref_for_vector() 2066 bitmap_clear_bit (holes, curr->first); in undistribute_bitref_for_vector() 2068 if (valid && bitmap_empty_p (holes)) in undistribute_bitref_for_vector() 2070 sbitmap_free (holes); in undistribute_bitref_for_vector()
|
| /netbsd/src/games/trek/ |
| D | setup.c | 236 q->holes = ranf(3); in setup() 238 q->holes = q->holes > s5 ? q->holes - s5 : 0; in setup()
|
| D | nova.c | 80 Quad[Ship.quadx][Ship.quady].holes += 1; in nova()
|
| D | initquad.c | 78 nholes = q->holes; in initquad()
|
| D | trek.h | 59 char holes; /* number of black holes in this quadrant */ member
|
| /netbsd/src/external/cddl/osnet/dist/lib/libzfs/common/ |
| D | libzfs_import.c | 425 vdev_is_hole(uint64_t *hole_array, uint_t holes, uint_t id) in vdev_is_hole() argument 427 for (int c = 0; c < holes; c++) { in vdev_is_hole() 458 uint_t holes; in get_configs() local 514 holes = 0; in get_configs() 528 &holes) == 0) { in get_configs() 531 hole_array, holes) == 0); in get_configs() 653 if (holes > 0) { in get_configs() 660 !vdev_is_hole(hole_array, holes, c)) in get_configs()
|
| /netbsd/src/games/cribbage/ |
| D | cribbage.n | 27 and narrow, in which are four rows of 30 holes each. (See illustration.) 28 At one end, or in the center, are two or four additional holes, called 29 game holes. The board is placed between the two players, and each keeps 30 his own score on the two rows of holes nearest himself. Each is supplied 32 holes. On making his first score, the player advances one peg an 33 appropriate number of holes (one per point) away from the game end of the
|
| /netbsd/src/sys/fs/tmpfs/ |
| D | TODO | 1 - Verify that file holes work (they should, but must be checked). Add a
|
| /netbsd/src/external/bsd/ntp/dist/scripts/monitoring/ |
| D | loopwatch.config.SAMPLE | 86 # mark `holes' in the sample data grater than <seconds>
|
| /netbsd/src/external/gpl2/xcvs/dist/ |
| D | PROJECTS | 52 script tests, and fill in the holes.
|
| D | HACKING | 303 In most cases such code will create security holes (for example, for
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| D | spa.c | 4143 uint64_t *holes; in spa_generate_rootconf() local 4169 holes = NULL; in spa_generate_rootconf() 4171 &holes, &nholes); in spa_generate_rootconf() 4183 for (i = 0; holes != NULL && i < nholes; i++) { in spa_generate_rootconf() 4186 if (tops[holes[i]] != NULL) in spa_generate_rootconf() 4188 nvlist_alloc(&tops[holes[i]], NV_UNIQUE_NAME, KM_SLEEP); in spa_generate_rootconf() 4189 VERIFY(nvlist_add_string(tops[holes[i]], ZPOOL_CONFIG_TYPE, in spa_generate_rootconf() 4191 VERIFY(nvlist_add_uint64(tops[holes[i]], ZPOOL_CONFIG_ID, in spa_generate_rootconf() 4192 holes[i]) == 0); in spa_generate_rootconf() 4193 VERIFY(nvlist_add_uint64(tops[holes[i]], ZPOOL_CONFIG_GUID, in spa_generate_rootconf()
|
| /netbsd/src/share/i18n/csmapper/APPLE/ |
| D | GREEK%UCS.src | 123 # ISO 8859-7 in 0xA0-0xFF (with some holes filled in with DTP
|
| D | UCS%GREEK.src | 123 # ISO 8859-7 in 0xA0-0xFF (with some holes filled in with DTP
|
| /netbsd/src/usr.bin/m4/TEST/ |
| D | test.m4 | 167 become older and more weatherbeaten, pot-holes will develop, trees will
|
| /netbsd/src/sys/arch/x86/x86/ |
| D | pmap.c | 1478 } holes[SLSPACE_NAREAS+1]; local 1524 holes[nholes].start = curslot; 1525 holes[nholes].end = minsslot; 1543 startsl = holes[hole].start; 1544 endsl = holes[hole].end;
|
| /netbsd/src/crypto/dist/ipsec-tools/src/racoon/rfc/ |
| D | rfc3706.txt | 81 oblivion. It is often desirable to recognize black holes as soon as 83 Likewise, it is sometimes necessary to detect black holes to recover
|
| /netbsd/src/games/adventure/ |
| D | glorkz | 116 65 You are in Bedquilt, a long east/west passage with holes everywhere. 124 67 and west. There are holes all over, but the only big one is on the 1412 56 You have crawled around in some little holes and wound up back in the 1508 126 You have crawled around in some little holes and found your way
|
| /netbsd/src/external/ibm-public/postfix/dist/ |
| D | IPv6-ChangeLog | 55 their pie holes about uninteresting things.
|
| /netbsd/src/external/bsd/openldap/dist/doc/guide/admin/ |
| D | replication.sdf | 284 to fill in the holes in the consumer context if any part of the 285 consumer content is subordinate to the holes. The glue entries will
|