Searched refs:overlap (Results 1 - 25 of 25) sorted by relevance

/illumos-gate/usr/src/lib/libeti/panel/common/
H A Dmisc.c111 /* _get_overlap - Get an overlap node from the free list. */
115 _obscured_list *overlap; local
118 overlap = _Free_list;
122 overlap = 0;
125 return (overlap);
202 * The overlap record is always attached to the panel which is covered up.
205 * that there are enough overlap nodes to satisfy the requests.
223 continue; /* no overlap */
257 * The cnt parameter is the(worst case) number of overlap nodes which
263 _obscured_list *overlap; local
285 _free_overlap(_obscured_list *overlap) argument
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_missing_003_pos.ksh169 typeset -i overlap=1
173 while (( overlap <= $GROUP_NUM )); do
175 (( begin = $GROUP_NUM - overlap ))
176 (( end = 2 * $GROUP_NUM - overlap - 1 ))
199 'mirror') (( overlap == $GROUP_NUM )) && \
202 'raidz') (( overlap > 1 )) && \
222 (( overlap = overlap + 1 ))
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaimport.c74 * Returns 0 if there is no overlap, 1 otherwise
87 * There are 2 ways we could get an "overlap" disk.
121 set_dr->overlap = NULL;
128 chain = &(*chain)->overlap) {
136 set_dr->overlap = NULL;
162 * time conflict/overlap situation. Mark the disk
171 d->overlap = NULL;
177 chain = &(*chain)->overlap) {
187 d->overlap = NULL;
222 for (d = overlap_disks; d != NULL; d = d->overlap) {
317 process_disks( mddrivenamelist_t *dnlp, mddrivenamelist_t **skipt, md_im_set_desc_t **mispp, int flags, int *set_count, int overlap, md_error_t *ep ) argument
452 int overlap = 0; local
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Demul64.c1454 emul64_rng_overlap_t overlap = O_NONE; local
1462 cur = emul64_find_nowrite(tgt, sb, blkcnt, &overlap, &prev);
1463 if (overlap == O_NONE) {
1469 if (overlap == O_NONE) {
1496 emul64_rng_overlap_t overlap = O_NONE; local
1503 cur = emul64_find_nowrite(tgt, sb, blkcnt, &overlap, &prev);
1504 if (overlap == O_SAME) {
1510 switch (overlap) {
1540 emul64_rng_overlap_t *overlap,
1547 *overlap
1537 emul64_find_nowrite(emul64_tgt_t *tgt, diskaddr_t sb, size_t blkcnt, emul64_rng_overlap_t *overlap, emul64_nowrite_t ***prevp) argument
[all...]
H A Demul64_bsd.c1018 emul64_rng_overlap_t overlap; local
1054 overlap = bsd_tgt_overlap(tgt, blkno, nblks);
1055 switch (overlap) {
1099 emul64_rng_overlap_t overlap; local
1135 overlap = bsd_tgt_overlap(tgt, blkno, nblks);
1136 switch (overlap) {
1153 if ((overlap == O_NONE) ||
1156 * If there was no overlap for the entire I/O range
1157 * or if there is no overlap for this particular
1314 * Look for overlap betwee
[all...]
H A Dbusra.c389 /* check for overlap first */
392 /* overlap with mapp */
394 goto overlap;
397 /* overlap with mapp->ra_next */
399 goto overlap;
452 overlap:
1535 * Adjacent or overlap?
/illumos-gate/usr/src/cmd/diff3/
H A Ddiff3prog.c47 * if changes in f1 overlap with changes in f3, m1 and m3 are used
73 * array overlap indicates which sections in de correspond to
78 static char overlap[NC]; variable
520 overlap[j] = !dup;
537 if (!oflag || !overlap[n])
548 if (!oflag || !overlap[n])
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_diskmgt.c336 int overlap = (start2 <= end1 && start1 <= end2); local
339 if (overlap) {
349 return (overlap);
/illumos-gate/usr/src/uts/sun4u/starfire/os/
H A Dpda.c510 uint_t overlap; local
512 overlap = addr + size - naddr;
514 * if (nsize < overlap) then
518 if (nsize >= overlap) {
519 size += nsize - overlap;
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c126 * as shown in the following diagram. overlap computes the
151 * have any overlap (the two end cases, above).
160 pctype overlap; local
203 overlap = min(pch, svalue1) - max(pcl, svalue0);
204 if (overlap != 0) {
209 "%f ticks %lld overlap\n",
212 overlap * time / scale, overlap);
215 nl[j].time += overlap * time / scale;
482 * If we have inactive modules, their current load addresses may overlap wit
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_error.c423 * overlap error
431 char *overlap
437 assert(overlap != NULL);
441 ip->overlap = Strdup(overlap);
1084 * print overlap class errors
1102 ip->overlap, ip->where);
1106 "overlaps with %s which is a swap device"), ip->overlap);
1110 "overlaps with %s which is the dump device"), ip->overlap);
1114 "unknown overlap erro
[all...]
H A Dmeta_import.c1811 if (temp->overlap) {
1812 meta_free_im_drive_info(temp->overlap);
1813 temp->overlap = NULL;
2250 int overlap,
2340 * an overlap tell the user.
2347 if (overlap) {
2350 * There is the potential for an overlap, see if
2354 chain = &(*chain)->overlap) {
2502 int overlap,
2784 overlap, overlap_disk
2240 report_set_info( md_im_set_desc_t *misp, mddb_mb_t *mb, mddb_lb_t *lbp, mddb_rb_t *nm, pnm_rec_t **pnm, mdname_t *rsp, int fd, uint_t imp_flags, int set_count, int overlap, md_im_drive_info_t *overlap_disks, md_error_t *ep ) argument
2496 meta_get_and_report_set_info( mddrivenamelist_t *dp, md_im_set_desc_t **mispp, int local_mb_ok, uint_t imp_flags, int *set_count, int overlap, md_im_drive_info_t *overlap_disks, md_error_t *ep ) argument
[all...]
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_addr.c561 int overlap = 0; local
572 overlap++;
582 return (overlap);
589 int overlap = 0; local
592 overlap += sctp_compare_ipif_list(&sctp1->sctp_saddrs[i],
597 overlap == sctp1->sctp_nsaddrs) {
601 if (overlap == sctp1->sctp_nsaddrs)
604 if (overlap > 0)
H A Dsctp_common.c418 int overlap = 0; local
428 overlap++;
442 if (overlap == na1) {
445 if (overlap) {
1616 * is an overlap, this could be an attack, so return failure.
/illumos-gate/usr/src/lib/libefi/common/
H A Drdwr_efi.c667 * Sanity-check the input (make sure no partitions overlap)
1081 int overlap = 0; local
1084 * make sure no partitions overlap
1146 if (!overlap) {
1154 overlap = 1;
/illumos-gate/usr/src/cmd/format/
H A Dlabel.c1007 int overlap = 0; local
1010 * make sure no partitions overlap
1071 if (!overlap) {
1077 overlap = 1;
/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmdiox.x1470 % * overlap errors
1484 string overlap<>;
1790 MDEC_OVERLAP /* overlap error */
1954 % char *overlap, char *where, char *name);
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com77 notimeout.o outch.o overlap.o pechochar.o pnoutref.o \
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.s104 * Copy a block of storage - must not overlap (from + len <= to).
405 .empty ! no overlap
1169 * Copy a block of storage - must not overlap (from + len <= to).
1193 * Copy a block of storage - must not overlap (from + len <= to).
H A Dniagara_copy.s599 * Copy a block of storage - must not overlap (from + len <= to).
2716 .empty ! no overlap
7361 * Copy a block of storage - must not overlap (from + len <= to).
7385 * Copy a block of storage - must not overlap (from + len <= to).
/illumos-gate/usr/src/head/
H A Dmeta.h209 #define MDCHK_SWAP 0x01 /* check swap & overlap w/swap */
210 #define MDCHK_DUMP 0x02 /* check dump & overlap w/dump */
211 #define MDCHK_MOUNTED 0x04 /* check mounted & overlap w/mounted */
647 struct md_im_drive_info *overlap; /* chain of overlap disks */ member in struct:md_im_drive_info
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s624 * Copy a block of storage - must not overlap (from + len <= to).
1900 .empty ! no overlap
4708 * Copy a block of storage - must not overlap (from + len <= to).
4732 * Copy a block of storage - must not overlap (from + len <= to).
H A Dcheetah_copy.s364 * The prefetches are placed in the loop so they overlap with
920 * Copy a block of storage - must not overlap (from + len <= to).
1532 .empty ! no overlap
3424 * Copy a block of storage - must not overlap (from + len <= to).
3521 * Copy a block of storage - must not overlap (from + len <= to).
H A Dopl_olympus_copy.s355 * The prefetches are placed in the loop so they overlap with
875 * Copy a block of storage - must not overlap (from + len <= to).
1474 .empty ! no overlap
3338 * Copy a block of storage - must not overlap (from + len <= to).
3435 * Copy a block of storage - must not overlap (from + len <= to).
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_vn.c9857 SEGVN_TR_ADDSTAT(overlap);

Completed in 154 milliseconds