Home
last modified time | relevance | path

Searched refs:cmp (Results 201 – 225 of 426) sorted by relevance

12345678910>>...18

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drefcount.c66 int cmp = cmp1 ? cmp1 : cmp2; in zfs_refcount_compare() local
67 return ((cmp || r1->ref_search) ? cmp : TREE_PCMP(r1, r2)); in zfs_refcount_compare()
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dabs.S35 cmp %o0, 0
/illumos-gate/usr/src/data/zoneinfo/
H A Dzonelint70 cmp -s $of $nf || echo "Bad sorting"
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c540 struct cm_xprt **cmp; in clnt_zone_destroy() local
545 cmp = &cm_hd; in clnt_zone_destroy()
548 *cmp = cm_entry->x_next; in clnt_zone_destroy()
552 cmp = &cm_entry->x_next; in clnt_zone_destroy()
1839 prev = cmp = &cm_hd; in connmgr_get()
1875 *cmp = cm_entry->x_next; in connmgr_get()
1914 prev = cmp; in connmgr_get()
1916 cmp = &cm_entry->x_next; in connmgr_get()
1974 cmp = &cm_hd; in connmgr_get()
1988 cmp = &cm_entry->x_next; in connmgr_get()
[all …]
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemset.S61 cmp %o2, 12 ! if small counts, just write bytes
H A Dmemcpy.S59 cmp %o1, %o0 ! if from address is >= to use forward copy
62 cmp %o2, %o4 ! compare size and difference of addresses
75 cmp %o2, 8
124 cmp %o2, 8 ! or do we have < 8 bytes
140 cmp %o2, 32 ! for small counts copy bytes
263 cmp %o4, 256 ! if smaller than 3 blocks skip
351 cmp %l6, 4
353 cmp %l6, 6
354 cmp %l6, 2
357 cmp %l6, 1
[all …]
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemset.S62 cmp %o2, 12 ! if small counts, just write bytes
/illumos-gate/usr/src/uts/common/refhash/
H A Drefhash.c32 refhash_cmp_f cmp, refhash_dtor_f dtor, size_t obj_size, size_t link_off, in refhash_create() argument
59 hp->rh_cmp = cmp; in refhash_create()
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A Dsun_solaris_cr_6835835_builtin_cat_n_broken.sh131 cmp -s \
/illumos-gate/usr/src/uts/sparc/ml/
H A Dip_ocsum.S43 cmp %o1, 31 ! less than 62 bytes?
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_arbel_hw.c986 uint32_t old_cmd, cmp, new, tmp, cmd_sn; in dapli_arbel_cq_notify() local
996 cmp = *target; in dapli_arbel_cq_notify()
997 tmp = HTOBE_32(cmp); in dapli_arbel_cq_notify()
1004 tmp = atomic_cas_32(target, cmp, new); in dapli_arbel_cq_notify()
1005 if (tmp != cmp) in dapli_arbel_cq_notify()
1016 tmp = atomic_cas_32(target, cmp, new); in dapli_arbel_cq_notify()
1017 if (tmp != cmp) in dapli_arbel_cq_notify()
H A Ddapl_hermon_hw.c992 uint32_t old_cmd, cmp, new, tmp, cmd_sn; in dapli_hermon_cq_notify() local
1001 cmp = *target; in dapli_hermon_cq_notify()
1002 tmp = HTOBE_32(cmp); in dapli_hermon_cq_notify()
1010 tmp = atomic_cas_32(target, cmp, new); in dapli_hermon_cq_notify()
1011 if (tmp != cmp) in dapli_hermon_cq_notify()
1022 tmp = atomic_cas_32(target, cmp, new); in dapli_hermon_cq_notify()
1023 if (tmp != cmp) in dapli_hermon_cq_notify()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_common.h40 #define cmp(old, new) \ macro
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dmake_os_version.sh25 if /usr/bin/cmp -s new_os_version.h os_version.h; then
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus_asm.S92 cmp %o3, %o1
165 cmp %g3, %g2
221 cmp %g4, %g2
487 cmp scr1, scr2; \
759 cmp tmp1, 1 ;\
1075 cmp %g1, T_INSTR_ERROR
1156 cmp %g1, 1 ! Check if TL == 1
1173 cmp %g4, T_INSTR_ERROR
1182 cmp %g4, T_INSTR_ERROR
1314 cmp %g2, JUPITER_IMPL
[all …]
H A Dcommon_asm.S249 cmp %o2, %o0 ! If the value we wrote was in the
412 3: cmp hrestnsec, nano; /* more than a billion? */ \
458 cmp %o3, %o2 ! If lock is locked or has
553 cmp %l1, %l0
594 cmp %i3, %l5
898 cmp %o5, %o0 ! In the future?
949 cmp %o1, %o2 ! did the seconds register roll over?
959 cmp %o2, %o4 ! did the seconds register roll over?
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_xfs.c542 int cmp, n, link_count; in xfs_dir() local
596 cmp = (!*dirname) ? -1 : substring (dirname, name); in xfs_dir()
598 if (print_possibilities && ch != '/' && cmp <= 0) { in xfs_dir()
604 if (cmp == 0) { in xfs_dir()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Ddoupdate.c409 int cmp; in _findRegions() local
464 cmp = __m_cc_compare(&optr[col + bestDeleteCount], in _findRegions()
466 if (cmp != old_cmp) { in _findRegions()
467 regions[nRegions].type = cmp ? REGION_COMMON : in _findRegions()
472 old_cmp = cmp; in _findRegions()
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A D_lwp_mutex_unlock.S39 cmp %o2, %o3
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Disns_cache.h60 int (*cmp)(void *, void *, int); member
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vexp.S1114 cmp %l0,%l6
1119 cmp %l0,%o5
1142 cmp %l0,%o7
1172 cmp %l1,%l6
1177 cmp %l1,%o5
1200 cmp %l1,%o7
1230 cmp %l2,%l6
1235 cmp %l2,%o5
1251 cmp %l2,%o7
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMamfile69 exec - if cmp 2>/dev/null -s ast_common.h 1.${COTEMP}.x
1013 exec - if cmp 2>/dev/null -s ${COTEMP}.3 lc.h
1017 exec - if cmp 2>/dev/null -s ${COTEMP}.2 lctab.c
6450 exec - if cmp 2>/dev/null -s ${INSTALLROOT}/include/ast/ast.h 1.${COTEMP}.x
6506 exec - if cmp 2>/dev/null -s ${INSTALLROOT}/include/ast/cdt.h 1.${COTEMP}.x
6538 exec - if cmp 2>/dev/null -s ${INSTALLROOT}/include/ast/dt.h 1.${COTEMP}.x
6642 exec - if cmp 2>/dev/null -s ${INSTALLROOT}/include/ast/lc.h 1.${COTEMP}.x
6650 exec - if cmp 2>/dev/null -s ${INSTALLROOT}/include/ast/ls.h 1.${COTEMP}.x
6666 exec - if cmp 2>/dev/null -s ${INSTALLROOT}/include/ast/mc.h 1.${COTEMP}.x
6851 exec - if cmp 2>/dev/null -s ${INSTALLROOT}/include/ast/tm.h 1.${COTEMP}.x
[all …]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.set.c410 int cmp; in adrof1() local
416 while (v && ((cmp = *name - *v->v_name) || in adrof1()
417 (cmp = strcmp_(name, v->v_name)))) in adrof1()
418 if (cmp < 0) in adrof1()
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_util.c98 int cmp; in cmp_link_by_name() local
100 cmp = strcmp(link1->ll_link, link2->ll_link); in cmp_link_by_name()
101 return ((cmp == 0) ? 0 : ((cmp < 0) ? -1 : 1)); in cmp_link_by_name()
/illumos-gate/usr/src/uts/sun4/ml/
H A Dswtch.S205 cmp %o2, %o1
229 cmp %i5, %o2 ! new proc hat == ksfmmup ?
288 cmp %g2, %i1 ! test for migration
425 cmp %o0, %o1

12345678910>>...18