| /trueos/sys/netinet/ |
| HD | tcp_sack.c | 260 struct sackhole *hole; in tcp_sackhole_alloc() local 268 hole = (struct sackhole *)uma_zalloc(V_sack_hole_zone, M_NOWAIT); in tcp_sackhole_alloc() 269 if (hole == NULL) in tcp_sackhole_alloc() 272 hole->start = start; in tcp_sackhole_alloc() 273 hole->end = end; in tcp_sackhole_alloc() 274 hole->rxmit = start; in tcp_sackhole_alloc() 279 return hole; in tcp_sackhole_alloc() 286 tcp_sackhole_free(struct tcpcb *tp, struct sackhole *hole) in tcp_sackhole_free() argument 289 uma_zfree(V_sack_hole_zone, hole); in tcp_sackhole_free() 305 struct sackhole *hole; in tcp_sackhole_insert() local [all …]
|
| /trueos/sys/dev/drm2/radeon/ |
| HD | radeon_sa.c | 65 sa_manager->hole = &sa_manager->olist; in radeon_sa_bo_manager_init() 87 sa_manager->hole = &sa_manager->olist, in radeon_sa_bo_manager_fini() 151 if (sa_manager->hole == &sa_bo->olist) { in radeon_sa_bo_remove_locked() 152 sa_manager->hole = sa_bo->olist.prev; in radeon_sa_bo_remove_locked() 164 if (sa_manager->hole->next == &sa_manager->olist) in radeon_sa_bo_try_free() 167 sa_bo = list_entry(sa_manager->hole->next, struct radeon_sa_bo, olist); in radeon_sa_bo_try_free() 178 struct list_head *hole = sa_manager->hole; in radeon_sa_bo_hole_soffset() local 180 if (hole != &sa_manager->olist) { in radeon_sa_bo_hole_soffset() 181 return list_entry(hole, struct radeon_sa_bo, olist)->eoffset; in radeon_sa_bo_hole_soffset() 188 struct list_head *hole = sa_manager->hole; in radeon_sa_bo_hole_eoffset() local [all …]
|
| /trueos/usr.bin/mkimg/ |
| HD | image.c | 377 off_t cur, data, end, hole, pos; in image_copyin_mapped() local 407 hole = lseek(fd, cur, SEEK_HOLE); in image_copyin_mapped() 408 if (hole == -1) in image_copyin_mapped() 409 hole = end; in image_copyin_mapped() 418 if (hole == end && data == end) in image_copyin_mapped() 421 if (cur == hole && data > hole) { in image_copyin_mapped() 422 hole = pos; in image_copyin_mapped() 425 blk += (pos - hole) / secsz; in image_copyin_mapped() 428 bytesize += pos - hole; in image_copyin_mapped() 430 } else if (cur == data && hole > data) { in image_copyin_mapped() [all …]
|
| /trueos/contrib/libarchive/libarchive/test/ |
| HD | test_sparse_basic.c | 256 int data_blocks, hole; in verify_sparse_file() local 268 hole = 0; in verify_sparse_file() 273 hole = 1; in verify_sparse_file() 278 if (!hole && data_blocks == 1) in verify_sparse_file()
|
| /trueos/sys/i386/ibcs2/ |
| HD | imgact_coff.c | 306 vm_offset_t hole; local 468 hole = trunc_page((vm_offset_t)vmspace->vm_daddr + 472 __FILE__, __LINE__, (uintmax_t)hole)); 476 (vm_offset_t *)&hole, PAGE_SIZE, 0, VMFS_NO_SPACE,
|
| /trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | dmu_object.c | 152 dmu_object_next(objset_t *os, uint64_t *objectp, boolean_t hole, uint64_t txg) in dmu_object_next() argument 158 (hole ? DNODE_FIND_HOLE : 0), &offset, 0, DNODES_PER_BLOCK, txg); in dmu_object_next()
|
| HD | dnode.c | 1785 boolean_t hole; in dnode_next_offset_level() local 1791 hole = ((flags & DNODE_FIND_HOLE) != 0); in dnode_next_offset_level() 1793 ASSERT(txg == 0 || !hole); in dnode_next_offset_level() 1805 if (hole) in dnode_next_offset_level() 1840 if ((dnp[i].dn_type == DMU_OT_NONE) == hole) in dnode_next_offset_level() 1853 if (hole) in dnode_next_offset_level() 1863 (hole || bp[i].blk_birth > txg)) in dnode_next_offset_level()
|
| /trueos/contrib/libarchive/libarchive/ |
| HD | archive_read_support_format_iso9660.c | 2245 int hole, parent; in register_CE() local 2291 hole = heap->cnt++; in register_CE() 2292 while (hole > 0) { in register_CE() 2293 parent = (hole - 1)/2; in register_CE() 2296 heap->reqs[hole].offset = offset; in register_CE() 2297 heap->reqs[hole].file = file; in register_CE() 2301 heap->reqs[hole] = heap->reqs[parent]; in register_CE() 2302 hole = parent; in register_CE() 2980 int hole, parent; in heap_add_entry() local 3015 hole = heap->used++; in heap_add_entry() [all …]
|
| HD | archive_read_support_format_tar.c | 116 int hole; member 489 if (!sb->hole) in archive_read_format_tar_read_header() 578 if (!tar->sparse_list->hole) in archive_read_format_tar_read_data() 2347 int hole = 1; in solaris_sparse_parse() local 2371 tar->sparse_last->hole = hole; in solaris_sparse_parse() 2376 hole = hole == 0; in solaris_sparse_parse()
|
| HD | archive_read_support_format_xar.c | 1186 int hole, parent; in heap_add_entry() local 1221 hole = heap->used++; in heap_add_entry() 1222 while (hole > 0) { in heap_add_entry() 1223 parent = (hole - 1)/2; in heap_add_entry() 1226 heap->files[hole] = file; in heap_add_entry() 1230 heap->files[hole] = heap->files[parent]; in heap_add_entry() 1231 hole = parent; in heap_add_entry()
|
| /trueos/sys/modules/netgraph/ |
| HD | Makefile | 25 hole \
|
| /trueos/sbin/hastd/ |
| HD | token.l | 77 hole { DP; return HOLE; }
|
| /trueos/etc/sendmail/ |
| HD | freebsd.mc | 77 dnl DNS based black hole lists 79 dnl DNS based black hole lists come and go on a regular basis
|
| /trueos/sys/netgraph/ |
| HD | ng_hole.c | 115 NETGRAPH_INIT(hole, &typestruct);
|
| /trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| HD | dmu.h | 377 boolean_t hole, uint64_t txg); 809 int dmu_offset_next(objset_t *os, uint64_t object, boolean_t hole,
|
| /trueos/contrib/opie/ |
| HD | INSTALL | 23 hole, but a necessary evil for some sites), type: 123 hole (see the README for details).
|
| HD | README | 286 hole in the OPIE software because an attacker could use it to circumvent the 292 disabled so that you won't have a lurking security hole. 366 opieauto is a potential security hole. It opens a limited window of
|
| /trueos/sys/netinet/libalias/ |
| HD | HISTORY | 64 - Fixed minor security hole in alias_ftp.c for
|
| /trueos/contrib/ntp/libparse/ |
| HD | README | 85 clk_*.c These files hole the conversion code for the time stamps
|
| /trueos/sys/boot/i386/boot0/ |
| HD | boot0ext.S | 399 push $0x0 # Punch a hole in the stack
|
| /trueos/contrib/groff/contrib/mm/examples/ |
| HD | IND | 1014 hole 2066 hole 3111 hole 4156 hole
|
| /trueos/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64RegisterInfo.td | 71 // Most instructions treat register 31 as zero for reads and a black-hole for
|
| /trueos/contrib/llvm/patches/ |
| HD | patch-r262261-llvm-r199975-sparc.diff | 268 + // Split the basic block MBB before MI and insert the loop block in the hole.
|
| /trueos/contrib/libc++/include/ |
| D | __functional_03 | 708 // deleted overloads close possible hole in the type system 1010 // deleted overloads close possible hole in the type system 1312 // deleted overloads close possible hole in the type system 1613 // deleted overloads close possible hole in the type system
|
| /trueos/contrib/tcpdump/ |
| HD | README | 110 A preceding "-" indicates a hole in the sequence space
|