Home
last modified time | relevance | path

Searched refs:hole (Results 1 – 25 of 66) sorted by relevance

123

/trueos/sys/netinet/
HDtcp_sack.c260 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/
HDradeon_sa.c65 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/
HDimage.c377 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/
HDtest_sparse_basic.c256 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/
HDimgact_coff.c306 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/
HDdmu_object.c152 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()
HDdnode.c1785 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/
HDarchive_read_support_format_iso9660.c2245 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 …]
HDarchive_read_support_format_tar.c116 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()
HDarchive_read_support_format_xar.c1186 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/
HDMakefile25 hole \
/trueos/sbin/hastd/
HDtoken.l77 hole { DP; return HOLE; }
/trueos/etc/sendmail/
HDfreebsd.mc77 dnl DNS based black hole lists
79 dnl DNS based black hole lists come and go on a regular basis
/trueos/sys/netgraph/
HDng_hole.c115 NETGRAPH_INIT(hole, &typestruct);
/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDdmu.h377 boolean_t hole, uint64_t txg);
809 int dmu_offset_next(objset_t *os, uint64_t object, boolean_t hole,
/trueos/contrib/opie/
HDINSTALL23 hole, but a necessary evil for some sites), type:
123 hole (see the README for details).
HDREADME286 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/
HDHISTORY64 - Fixed minor security hole in alias_ftp.c for
/trueos/contrib/ntp/libparse/
HDREADME85 clk_*.c These files hole the conversion code for the time stamps
/trueos/sys/boot/i386/boot0/
HDboot0ext.S399 push $0x0 # Punch a hole in the stack
/trueos/contrib/groff/contrib/mm/examples/
HDIND1014 hole
2066 hole
3111 hole
4156 hole
/trueos/contrib/llvm/lib/Target/AArch64/
HDAArch64RegisterInfo.td71 // Most instructions treat register 31 as zero for reads and a black-hole for
/trueos/contrib/llvm/patches/
HDpatch-r262261-llvm-r199975-sparc.diff268 + // Split the basic block MBB before MI and insert the loop block in the hole.
/trueos/contrib/libc++/include/
D__functional_03708 // 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/
HDREADME110 A preceding "-" indicates a hole in the sequence space

123