Home
last modified time | relevance | path

Searched refs:exact (Results 1 – 25 of 53) sorted by relevance

123

/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DBSTItem.java59 public int compare(BSTItem otherItem, boolean exact) { in compare() argument
61 return compare(otherItem.key, exact); in compare()
74 public int compare(String otherKey, boolean exact) { in compare() argument
84 rv = exact ? in compare()
/titanic_41/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_get.c73 int exact, status; local
89 if ((e = __bt_search(t, key, &exact)) == NULL)
91 if (!exact) {
H A Dbt_put.c82 int dflags, exact, status; local
173 if (t->bt_order == NOT || (e = bt_fast(t, key, data, &exact)) == NULL)
174 if ((e = __bt_search(t, key, &exact)) == NULL)
187 if (!exact)
192 if (!exact || !F_ISSET(t, B_NODUPS))
H A Dbt_delete.c158 int exact, level; local
166 if ((e = __bt_search(t, &c->key, &exact)) == NULL)
225 if ((e = __bt_search(t, &c->key, &exact)) == NULL)
299 int deleted, exact, redo; local
304 loop: if ((e = __bt_search(t, key, &exact)) == NULL)
306 if (!exact) {
H A Dbt_seq.c192 int exact; local
209 return (__bt_first(t, key, ep, &exact));
281 int exact, rval; local
317 if ((rval = __bt_first(t, &c->key, ep, &exact)) == RET_ERROR)
319 if (!exact)
/titanic_41/usr/src/cmd/sendmail/db/btree/
H A Dbt_recno.c252 int exact, ret, stack; local
277 if ((ret = __bam_rsearch(dbc, &cp->recno, S_DELETE, 1, &exact)) != 0)
279 if (!exact) {
538 int exact, ret, stack, tmp_rmw; local
631 F_ISSET(dbc, DBC_RMW) ? S_FIND_WR : S_FIND, 1, &exact)) != 0)
634 if (!exact) {
693 int exact, ret; local
739 if ((ret = __bam_rsearch(dbc, &cp->recno, S_INSERT, 1, &exact)) != 0)
741 if (!exact) {
1276 int exact, isdeleted, ret, stack; local
[all …]
H A Dbt_cursor.c353 int exact, ret, tmp_rmw; local
452 if ((ret = __bam_c_search(dbc, cp, key, flags, &exact)) != 0)
478 if ((ret = __bam_c_search(dbc, cp, key, flags, &exact)) != 0)
495 __bam_c_search(dbc, cp, key, flags, &exact)) != 0)
517 if ((ret = __bam_c_search(dbc, cp, key, flags, &exact)) != 0)
717 int exact, ret; local
733 exact = 1;
736 1, &recno, &exact)) != 0)
766 int exact, needkey, ret, stack; local
916 DB_KEYFIRST : DB_KEYLAST, &exact)) != 0)
[all …]
H A Dbt_delete.c307 int exact, ret; local
327 __bam_search(dbc, key, S_WRPAIR, level, NULL, &exact)) != 0)
H A Dbt_split.c84 int exact, level, ret; local
122 __bam_search(dbc, arg, S_WRPAIR, level, NULL, &exact) :
124 (db_recno_t *)arg, S_WRPAIR, level, &exact))) != 0)
/titanic_41/usr/src/grub/grub-0.97/lib/
H A Dgetopt.c644 int exact = 0; local
663 exact = 1;
677 if (ambig && !exact)
801 int exact = 0; local
850 exact = 1;
863 if (ambig && !exact)
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_misc.c281 boolean_t exact, tcp_stack_t *tcps) in tcp_ioctl_abort_bucket() argument
322 if (exact) in tcp_ioctl_abort_bucket()
358 boolean_t exact = B_FALSE; /* set when there is no wildcard */ in tcp_ioctl_abort() local
371 exact = (TCP_AC_V4LOCAL(acp) != INADDR_ANY); in tcp_ioctl_abort()
379 exact = !IN6_IS_ADDR_UNSPECIFIED(&TCP_AC_V6LOCAL(acp)); in tcp_ioctl_abort()
389 &count, exact, tcps); in tcp_ioctl_abort()
398 &count, exact, tcps); in tcp_ioctl_abort()
/titanic_41/usr/src/lib/libast/common/vmalloc/
H A Dvmprivate.c211 static ssize_t vmtruncate(Vmalloc_t* vm, Seg_t* seg, size_t size, int exact) in vmtruncate() argument
213 static ssize_t vmtruncate(vm, seg, size, exact) in vmtruncate()
217 int exact;
230 if(exact)
/titanic_41/usr/src/cmd/Adm/
H A Dttysrch35 # an exact match requires that the major/minor device number
40 # By specifying only the M and F flags, an exact match will
/titanic_41/usr/src/lib/librstp/common/
H A DTODO12 3. To rewrite edge.c for more exact correspondence with the
/titanic_41/usr/src/lib/libsqlite/test/
H A Dquick.test44 if {[lsearch -exact $EXCLUDE $tail]>=0} continue
H A Dmemleak.test64 if {[lsearch -exact $EXCLUDE $tail]>=0} continue
H A Dall.test71 if {[lsearch -exact $EXCLUDE $tail]>=0} continue
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_dir.c65 zfs_match_find(zfsvfs_t *zfsvfs, znode_t *dzp, char *name, boolean_t exact, in zfs_match_find() argument
80 if (exact) in zfs_match_find()
143 boolean_t exact; in zfs_dirent_lock() local
182 exact = in zfs_dirent_lock()
311 error = zfs_match_find(zfsvfs, dzp, name, exact, in zfs_dirent_lock()
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c781 __m_cc_compare(c1, c2, exact) in __m_cc_compare() argument
783 int exact;
787 if (exact && c1->_f != c2->_f)
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_mac.c383 sizeof (c.u.exact[0]), 16); in t4_mc_multicst()
387 c.u.exact[0].valid_to_idx = htons(F_FW_VI_MAC_CMD_VALID | in t4_mc_multicst()
390 bcopy(mcaddr, &c.u.exact[0].macaddr, ETHERADDRL); in t4_mc_multicst()
408 idx = G_FW_VI_MAC_CMD_IDX(ntohs(c.u.exact[0].valid_to_idx)); in t4_mc_multicst()
/titanic_41/usr/src/lib/libcurses/screen/
H A Dtermcap.ed116 /* Special cases that do not have exact terminfo equivalents */
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c969 __m_cc_compare(const cchar_t *c1, const cchar_t *c2, int exact) in __m_cc_compare() argument
973 if (exact && c1->_f != c2->_f) in __m_cc_compare()
/titanic_41/usr/src/lib/libc/sparc/gen/
H A Dstrlcpy.s52 ! which checks for the exact location of a zero-byte within a
/titanic_41/usr/src/uts/common/sys/nxge/
H A Dnxge_rxdma_hw.h1730 uint8_t exact:1; member
1736 uint8_t exact:1;
/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c4478 unsigned int fw_naddr = (rem < ARRAY_SIZE(c.u.exact) in t4_alloc_mac_filt()
4479 ? rem : ARRAY_SIZE(c.u.exact)); in t4_alloc_mac_filt()
4481 u.exact[fw_naddr]), 16); in t4_alloc_mac_filt()
4494 for (i = 0, p = c.u.exact; i < fw_naddr; i++, p++) { in t4_alloc_mac_filt()
4511 for (i = 0, p = c.u.exact; i < fw_naddr; i++, p++) { in t4_alloc_mac_filt()
4563 struct fw_vi_mac_exact *p = c.u.exact; in t4_change_mac()

123