Searched refs:hole (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/support/
H A Duuid.c124 int i, hole; local
127 for (i = 0, hole = -1; i < uuid_table_size; i++) {
129 hole = i;
137 if (hole < 0) {
142 hole = uuid_table_size++;
144 uuid_table[hole] = *uuid;
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_sa.c32 * We store the last allocated bo in "hole", we always try to allocate
65 sa_manager->hole = &sa_manager->olist;
87 sa_manager->hole = &sa_manager->olist,
151 if (sa_manager->hole == &sa_bo->olist) {
152 sa_manager->hole = sa_bo->olist.prev;
164 if (sa_manager->hole->next == &sa_manager->olist)
167 sa_bo = list_entry(sa_manager->hole->next, struct radeon_sa_bo, olist);
178 struct list_head *hole = sa_manager->hole; local
180 if (hole !
188 struct list_head *hole = sa_manager->hole; local
[all...]
H A Dradeon.h387 * Assumption is that there won't be hole (all object on same
394 struct list_head *hole; member in struct:radeon_sa_manager
/freebsd-9.3-release/sys/netinet/
H A Dtcp_sack.c260 struct sackhole *hole; local
268 hole = (struct sackhole *)uma_zalloc(V_sack_hole_zone, M_NOWAIT);
269 if (hole == NULL)
272 hole->start = start;
273 hole->end = end;
274 hole->rxmit = start;
279 return hole;
286 tcp_sackhole_free(struct tcpcb *tp, struct sackhole *hole) argument
289 uma_zfree(V_sack_hole_zone, hole);
299 * Insert new SACK hole int
305 struct sackhole *hole; local
329 tcp_sackhole_remove(struct tcpcb *tp, struct sackhole *hole) argument
636 struct sackhole *hole = NULL; local
[all...]
/freebsd-9.3-release/sys/modules/netgraph/
H A DMakefile25 hole \
/freebsd-9.3-release/sbin/hastd/
H A Dtoken.l77 hole { DP; return HOLE; }
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dimgact_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, VMFS_NO_SPACE,
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_object.c188 dmu_object_next(objset_t *os, uint64_t *objectp, boolean_t hole, uint64_t txg) argument
194 (hole ? DNODE_FIND_HOLE : 0), &offset, 0, DNODES_PER_BLOCK, txg);
H A Ddnode.c1717 * Scans a block at the indicated "level" looking for a hole or data,
1743 boolean_t hole; local
1749 hole = ((flags & DNODE_FIND_HOLE) != 0);
1751 ASSERT(txg == 0 || !hole);
1763 if (hole)
1798 if ((dnp[i].dn_type == DMU_OT_NONE) == hole)
1811 if (hole)
1821 (hole || bp[i].blk_birth > txg))
1845 * Find the next hole, data, or sparse region at or after *offset.
1854 * Finds the next/previous hole/dat
[all...]
H A Ddmu.c1331 * A block of zeros may compress to a hole, but the
1726 dmu_offset_next(objset_t *os, uint64_t object, boolean_t hole, uint64_t *off) argument
1750 err = dnode_next_offset(dn, (hole ? DNODE_FIND_HOLE : 0), off, 1, 1, 0);
H A Dzfs_vnops.c253 boolean_t hole; local
261 hole = B_TRUE;
263 hole = B_FALSE;
265 error = dmu_offset_next(zp->z_zfsvfs->z_os, zp->z_id, hole, &noff);
270 * Handle the virtual hole at the end of file.
272 if (hole) {
/freebsd-9.3-release/sys/netgraph/
H A Dng_hole.c45 * This node is a 'black hole' that simply discards everything it receives
115 NETGRAPH_INIT(hole, &typestruct);
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c2107 int hole, parent; local
2143 * Start with hole at end, walk it up tree to find insertion point.
2145 hole = heap->cnt++;
2146 while (hole > 0) {
2147 parent = (hole - 1)/2;
2150 heap->reqs[hole].offset = offset;
2151 heap->reqs[hole].file = file;
2154 // Move parent into hole <==> move hole up tree.
2155 heap->reqs[hole]
2818 int hole, parent; local
[all...]
H A Darchive_read_support_format_xar.c1091 int hole, parent; local
1118 * Start with hole at end, walk it up tree to find insertion point.
1120 hole = heap->used++;
1121 while (hole > 0) {
1122 parent = (hole - 1)/2;
1125 heap->files[hole] = file;
1128 // Move parent into hole <==> move hole up tree.
1129 heap->files[hole] = heap->files[parent];
1130 hole
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu.h369 boolean_t hole, uint64_t txg);
796 * Find the next hole or data block in file starting at *off
799 int dmu_offset_next(objset_t *os, uint64_t object, boolean_t hole,
/freebsd-9.3-release/sys/boot/i386/boot0/
H A Dboot0ext.S399 push $0x0 # Punch a hole in the stack
/freebsd-9.3-release/contrib/gdb/
H A Dlibtool.m4373 dnl not every word. This closes a longstanding sh security hole.

Completed in 160 milliseconds