Searched refs:holes (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/games/bcd/
H A Dbcd.c57 * holes. (A 1 bit is a hole.) These may be wrong, but they match the old
85 static u_short holes[256] = { variable
180 if (holes[(unsigned char)*p])
190 * 12 rows of potential holes; output a ']', which looks kind of
191 * like a hole, if the appropriate bit is set in the holes[] table.
198 if (bit(holes[(unsigned char)*p], 11 - row))
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c411 vdev_is_hole(uint64_t *hole_array, uint_t holes, uint_t id) argument
413 for (int c = 0; c < holes; c++) {
444 uint_t holes; local
500 holes = 0;
514 &holes) == 0) {
517 hole_array, holes) == 0);
635 * The vdev namespace may contain holes as a result of
639 if (holes > 0) {
646 !vdev_is_hole(hole_array, holes, c))
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c3789 uint64_t *holes; local
3818 holes = NULL;
3820 &holes, &nholes);
3832 for (i = 0; holes != NULL && i < nholes; i++) {
3835 if (tops[holes[i]] != NULL)
3837 nvlist_alloc(&tops[holes[i]], NV_UNIQUE_NAME, KM_SLEEP);
3838 VERIFY(nvlist_add_string(tops[holes[i]], ZPOOL_CONFIG_TYPE,
3840 VERIFY(nvlist_add_uint64(tops[holes[i]], ZPOOL_CONFIG_ID,
3841 holes[i]) == 0);
3842 VERIFY(nvlist_add_uint64(tops[holes[
[all...]

Completed in 92 milliseconds