/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | BSTItem.java | 59 public int compare(BSTItem otherItem, boolean exact) { argument 61 return compare(otherItem.key, exact); 74 public int compare(String otherKey, boolean exact) { argument 78 * (exact ? "exact" : "partial") + " to " + otherKey); 84 rv = exact ?
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/ |
H A D | bt_get.c | 73 int exact, status; local 89 if ((e = __bt_search(t, key, &exact)) == NULL) 91 if (!exact) {
|
H A D | bt_put.c | 82 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 D | bt_delete.c | 158 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 D | bt_seq.c | 192 int exact; local 209 return (__bt_first(t, key, ep, &exact)); 281 int exact, rval; local 292 * be in the current tree. If the returned key is an exact match, 299 * notices and doesn't do a put() of it. Since the key is an exact 302 * back a record if it's an exact match. 317 if ((rval = __bt_first(t, &c->key, ep, &exact)) == RET_ERROR) 319 if (!exact) 397 * exactp: pointer to exact match flag 417 * If it's an exact matc [all...] |
/illumos-gate/usr/src/grub/grub-0.97/lib/ |
H A D | getopt.c | 497 or is an exact match for some defined option. If they have an 648 int exact = 0; 656 /* Test all long options for either exact match 667 exact = 1; 681 if (ambig && !exact) 805 int exact = 0; 844 /* Test all long options for either exact match 854 exact = 1; 867 if (ambig && !exact) 644 int exact = 0; local 801 int exact = 0; local
|
/illumos-gate/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_recno.c | 252 int exact, ret, stack; local 276 /* Search the tree for the key; delete only deletes exact matches. */ 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 D | bt_cursor.c | 353 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) 521 * As we didn't require an exact match, the search function 717 int exact, ret; local 733 exact = 1; 736 1, &recno, &exact)) != 0) 766 int exact, needke local 1886 int exact, ret; local [all...] |
H A D | bt_delete.c | 307 int exact, ret; local 327 __bam_search(dbc, key, S_WRPAIR, level, NULL, &exact)) != 0)
|
H A D | bt_split.c | 84 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)
|
/illumos-gate/usr/src/lib/libast/common/vmalloc/ |
H A D | vmprivate.c | 211 static ssize_t vmtruncate(Vmalloc_t* vm, Seg_t* seg, size_t size, int exact) argument 213 static ssize_t vmtruncate(vm, seg, size, exact) 217 int exact; 230 if(exact)
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_misc.c | 281 boolean_t exact, tcp_stack_t *tcps) 322 if (exact) 358 boolean_t exact = B_FALSE; /* set when there is no wildcard */ local 371 exact = (TCP_AC_V4LOCAL(acp) != INADDR_ANY); 379 exact = !IN6_IS_ADDR_UNSPECIFIED(&TCP_AC_V6LOCAL(acp)); 389 &count, exact, tcps); 398 &count, exact, tcps); 280 tcp_ioctl_abort_bucket(tcp_ioc_abort_conn_t *acp, int index, int *count, boolean_t exact, tcp_stack_t *tcps) argument
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_dir.c | 65 zfs_match_find(zfsvfs_t *zfsvfs, znode_t *dzp, char *name, boolean_t exact, argument 80 if (exact) 143 boolean_t exact; local 178 * Decide if exact matches should be requested when performing 182 exact = 191 * are looking for the exact name. 311 error = zfs_match_find(zfsvfs, dzp, name, exact,
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | m_cc.c | 781 __m_cc_compare(c1, c2, exact) 783 int exact; 787 if (exact && c1->_f != c2->_f)
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_mac.c | 383 sizeof (c.u.exact[0]), 16); 387 c.u.exact[0].valid_to_idx = htons(F_FW_VI_MAC_CMD_VALID | 390 bcopy(mcaddr, &c.u.exact[0].macaddr, ETHERADDRL); 408 idx = G_FW_VI_MAC_CMD_IDX(ntohs(c.u.exact[0].valid_to_idx));
|
/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | strlcpy.s | 52 ! which checks for the exact location of a zero-byte within a
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | m_cc.c | 969 __m_cc_compare(const cchar_t *c1, const cchar_t *c2, int exact) argument 973 if (exact && c1->_f != c2->_f)
|
/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge_rxdma_hw.h | 1730 uint8_t exact:1; member in struct:_rx_pkt_hdr0_t::__anon8588::_rx_pkt_hdr1_b2_t::__anon8592 1736 uint8_t exact:1;
|
/illumos-gate/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_hw.c | 922 * if there's exact match, a negative error if the version could not be 4280 * @nexact: the maximum number of exact MPS filters 4443 * t4_alloc_mac_filt - allocates exact-match filters for MAC addresses 4454 * Allocates an exact-match filter for each of the supplied addresses and 4459 * If @hash is not %NULL addresses that fail to allocate an exact filter 4478 unsigned int fw_naddr = (rem < ARRAY_SIZE(c.u.exact) 4479 ? rem : ARRAY_SIZE(c.u.exact)); 4481 u.exact[fw_naddr]), 16); 4494 for (i = 0, p = c.u.exact; i < fw_naddr; i++, p++) { 4511 for (i = 0, p = c.u.exact; [all...] |
/illumos-gate/usr/src/lib/libast/common/tm/ |
H A D | tmxdate.c | 451 goto exact; 488 exact:
|
/illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
H A D | strlcpy.s | 53 ! which checks for the exact location of a zero-byte within a
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | scf_tmpl.c | 2114 int exact) 2145 * if exact was set. 2147 if (exact == 1) { 2113 _get_next_iterator(scf_handle_t *h, scf_pg_tmpl_t *t, const char *snapshot, int exact) argument
|
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/ |
H A D | t4fw_interface.h | 4998 } exact[7]; member in union:fw_vi_mac_cmd::fw_vi_mac
|