| /titanic_54/usr/src/cmd/mdb/common/modules/libuutil/ |
| H A D | libuutil.c | 284 uintptr_t diff; in uutil_list_node_walk_step() local 295 diff = ulnw->ulnw_current - ulnw->ulnw_offset; in uutil_list_node_walk_step() 297 if (mdb_vread(ulnw->ulnw_buf, ulnw->ulnw_bufsz, diff) == -1) { in uutil_list_node_walk_step() 298 mdb_warn("failed to read enclosing structure %x", diff); in uutil_list_node_walk_step() 304 status = wsp->walk_callback(diff, ulnw->ulnw_buf, wsp->walk_cbdata); in uutil_list_node_walk_step()
|
| /titanic_54/usr/src/common/crypto/ecc/ |
| H A D | ecp_256.c | 159 /* diff 5 */ in ec_GFp_nistp256_mod() 169 /* diff 6 */ in ec_GFp_nistp256_mod() 179 /* diff 7 */ in ec_GFp_nistp256_mod() 189 /* diff 8 */ in ec_GFp_nistp256_mod() 324 /* diff 5 */ in ec_GFp_nistp256_mod() 330 /* diff 6 */ in ec_GFp_nistp256_mod() 336 /* diff 7 */ in ec_GFp_nistp256_mod() 342 /* diff 8 */ in ec_GFp_nistp256_mod()
|
| /titanic_54/usr/src/test/zfs-tests/tests/functional/xattr/ |
| H A D | xattr_common.kshlib | 59 log_must $DIFF /tmp/file1.$$ /tmp/file2.$$ 70 log_must $DIFF $XATTR_CONTENTS /tmp/$XATTR_NAME.$$ 91 log_must $DIFF /tmp/passwd_dd.$$ /tmp/$XATTR_NAME.$$
|
| /titanic_54/usr/src/lib/libdwarf/common/ |
| H A D | dwarf_line.c | 1384 Diff tracks the smallest difference a line address and the input 1386 Dwarf_Signed diff, i; 1393 is greater than pc. Diff is the difference between either of the 1399 those with a diff equal to the smallest difference will be 1405 which the diff is equal to the smallest difference This is the 1413 diff = MAX_LINE_DIFF; 1429 chain_ptr->diff = diff = 0; 1441 if (pc - pc_less <= diff) { 1450 chain_ptr->diff = diff = pc - pc_less; 1457 if (pc_more - pc <= diff) { [all …]
|
| /titanic_54/usr/src/uts/sun4/io/ |
| H A D | cbe.c | 62 hrtime_t diff = ts; in unscalehrtime() local 64 while (diff > nsec_per_sys_tick) { in unscalehrtime() 65 unscale += hrtime2tick(diff); in unscalehrtime() 68 diff = ts - rescale; in unscalehrtime()
|
| /titanic_54/usr/src/cmd/backup/dump/ |
| H A D | dumpoptr.c | 459 int diff; local 461 diff = strcoll((*p1)->id_name, (*p2)->id_name); 462 if (diff == 0) { 471 diff = -1; 473 diff = 1; 475 return (diff);
|
| /titanic_54/usr/src/psm/promif/ieee1275/sun4u/ |
| H A D | prom_opl.c | 67 prom_opl_set_diff(int64_t diff) in prom_opl_set_diff() argument 74 ci[3] = (cell_t)diff; /* Arg1: time diff */ in prom_opl_set_diff()
|
| /titanic_54/usr/src/uts/sun4u/pcbe/ |
| H A D | us234_pcbe.c | 897 int64_t diff; in us_pcbe_sample() local 930 diff = (curpic & PIC0_MASK) - (uint64_t)pic0->us_pic; in us_pcbe_sample() 931 if (diff < 0) in us_pcbe_sample() 932 diff += (1ll << 32); in us_pcbe_sample() 933 *pic0_data += diff; in us_pcbe_sample() 935 diff = (curpic >> 32) - (uint64_t)pic1->us_pic; in us_pcbe_sample() 936 if (diff < 0) in us_pcbe_sample() 937 diff += (1ll << 32); in us_pcbe_sample() 938 *pic1_data += diff; in us_pcbe_sample()
|
| H A D | opl_pcbe.c | 812 int64_t diff; in opl_pcbe_sample() local 864 diff = (curpic & PIC_MASK) - (uint64_t)pic[i*2]->opl_pic; in opl_pcbe_sample() 866 if (overflow || (diff < 0)) { in opl_pcbe_sample() 869 diff += (1ll << 32); in opl_pcbe_sample() 871 *pic_data[i*2] += diff; in opl_pcbe_sample() 873 diff = (curpic >> 32) - (uint64_t)pic[i*2 + 1]->opl_pic; in opl_pcbe_sample() 875 if (overflow || (diff < 0)) { in opl_pcbe_sample() 878 diff += (1ll << 32); in opl_pcbe_sample() 880 *pic_data[i*2 + 1] += diff; in opl_pcbe_sample()
|
| /titanic_54/usr/src/uts/sun4v/pcbe/ |
| H A D | niagara2_pcbe.c | 743 int64_t diff; in ni2_pcbe_sample() local 795 diff = (curpic & PIC0_MASK) - (uint64_t)pic0->pcbe_pic; in ni2_pcbe_sample() 796 if (diff < 0) in ni2_pcbe_sample() 797 diff += (1ll << 32); in ni2_pcbe_sample() 798 *pic0_data += diff; in ni2_pcbe_sample() 800 diff = (curpic >> 32) - (uint64_t)pic1->pcbe_pic; in ni2_pcbe_sample() 801 if (diff < 0) in ni2_pcbe_sample() 802 diff += (1ll << 32); in ni2_pcbe_sample() 803 *pic1_data += diff; in ni2_pcbe_sample()
|
| /titanic_54/usr/src/test/zfs-tests/tests/functional/rsend/ |
| H A D | rsend.kshlib | 164 $DIFF $BACKDIR/src $BACKDIR/dst 187 $DIFF -r $srcdir $dstdir > /dev/null 2>&1 217 $DIFF $BACKDIR/dtst1 $BACKDIR/dtst2 448 # Diff the send/receive filesystems 460 $DIFF -r /$recvfs/.zfs/snapshot/a /$sendfs/.zfs/snapshot/a 465 $DIFF -r /$recvfs/.zfs/snapshot/b /$sendfs/.zfs/snapshot/b
|
| /titanic_54/usr/src/uts/common/syscall/ |
| H A D | ppriv.c | 162 * privileges removed from P using Diff = (~P') & P in setppriv() 169 priv_set_t diff = CR_OPPRIV(cr); in setppriv() local 170 priv_inverse(&diff); in setppriv() 171 priv_intersect(&CR_OPPRIV(pcr), &diff); in setppriv() 172 donocd = !priv_issubset(&diff, &CR_IPRIV(cr)); in setppriv()
|
| /titanic_54/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
| H A D | ipqosconf.c | 71 DIFF | 1166 IPQOSCDBG1(DIFF, "marking class %s as modified\n", new->name); in diffclass() 1174 IPQOSCDBG1(DIFF, "marking class %s as modified\n", new->name); in diffclass() 1195 int diff; in diffparams() local 1200 /* diff stats */ in diffparams() 1207 /* diff module specific params */ in diffparams() 1208 res = diffnvlists(old->nvlist, new->nvlist, module_name, &diff, in diffparams() 1213 if (diff) { in diffparams() 1234 int diff; in difffilter() local 1241 IPQOSCDBG1(DIFF, "Marking filter %s as modified\n", new->name); in difffilter() [all …]
|
| /titanic_54/usr/src/lib/libzfs/common/ |
| H A D | libzfs_diff.c | 30 * zfs diff support 52 #define ZDIFF_PREFIX "zfs-diff-%d" 108 "The sys_config privilege or diff delegated permission " in get_stats_for_obj() 472 "Internal error: bad data from diff IOCTL")); in differ() 512 dgettext(TEXT_DOMAIN, "The diff delegated " in make_temp_snapshot() 669 "Cannot diff an unmounted snapshot")); in get_mountpoint() 754 dgettext(TEXT_DOMAIN, "zfs diff failed")); in zfs_show_diffs() 794 "\n The sys_mount privilege or diff delegated " in zfs_show_diffs() 796 "diff ioctl")); in zfs_show_diffs()
|
| /titanic_54/usr/src/uts/common/ipp/meters/ |
| H A D | tokenmt.c | 237 hrtime_t diff = now - tokenmt_data->last_seen; in tokenmt_update_tokens() local 242 tokens = (cfg_parms->committed_rate * diff) / in tokenmt_update_tokens() 269 tokens = (diff * cfg_parms->committed_rate) / in tokenmt_update_tokens() 276 tokens = (diff * cfg_parms->peak_rate) / in tokenmt_update_tokens()
|
| /titanic_54/usr/src/uts/common/rpc/ |
| H A D | xdr_mem.c | 127 ptrdiff_t diff; in xdrmem_setpos() local 132 diff = lastaddr - newaddr; in xdrmem_setpos() 133 xdrs->x_handy = (int)diff; in xdrmem_setpos()
|
| /titanic_54/usr/src/cmd/infocmp/ |
| H A D | infocmp.c | 126 static int diff = 0; /* produce diff listing, the default */ variable 633 if (diff || common || neither) { in check_nth_terminal() 689 if (diff && (ibool[i].val != boolval)) in check_nth_terminal() 705 if (diff || common || neither) in check_nth_terminal() 744 if (diff && (num[i].val != numval)) in check_nth_terminal() 761 if (diff || common || neither) in check_nth_terminal() 804 if (diff && !EQUAL(str[i].val, strval)) { in check_nth_terminal() 942 case 'd': diff++; in main() 1038 if ((use || diff || common) && (argc <= 1)) { in main() 1045 /* Set the default of diff -d or print -I */ in main() [all …]
|
| /titanic_54/usr/src/common/fs/ |
| H A D | ufsops.c | 369 int off, size, diff; in getblock() local 380 diff = filep->fi_inode->i_size - filep->fi_offset; in getblock() 381 if (diff <= 0) { in getblock() 417 filep->fi_count = diff + off; in getblock() 434 int off, size, diff; in getblock_noopt() local 445 diff = filep->fi_inode->i_size - filep->fi_offset; in getblock_noopt() 446 if (diff <= 0) { in getblock_noopt() 470 filep->fi_count = diff + off; in getblock_noopt()
|
| /titanic_54/usr/src/cmd/w/ |
| H A D | w.c | 711 time_t lastaction, diff; in findidle() local 718 diff = now - lastaction; in findidle() 719 diff = DIV60(diff); in findidle() 720 if (diff < 0) in findidle() 721 diff = 0; in findidle() 723 diff = 0; in findidle() 724 return (diff); in findidle()
|
| /titanic_54/usr/src/cmd/sendmail/libsm/ |
| H A D | clock.c | 533 struct timeval now, begin, diff; 582 timersub(&now, &begin, &diff); 583 if (diff.tv_sec < 0 || 584 (diff.tv_sec == 0 && diff.tv_usec == 0)) 587 timersub(&slpv, &diff, &sm_io_to);
|
| /titanic_54/usr/src/man/man3cpc/ |
| H A D | cpc_bind_curlwp.3cpc | 266 cpc_buf_t *diff, *after, *before; 289 if ((diff = cpc_buf_create(cpc, set)) == NULL) 309 cpc_buf_sub(cpc, diff, after, before); 310 cpc_buf_get(cpc, diff, ind0, &val0); 311 cpc_buf_get(cpc, diff, ind1, &val1);
|
| /titanic_54/usr/src/cmd/logadm/ |
| H A D | tester | 314 exec /bin/diff testfile.conf sed.out 337 exec /bin/diff std.err.expect std.err 548 exec /bin/diff std.out.expect std.out 571 exec /bin/diff std.err.expect std.err 642 exec /bin/diff sed.out.expect sed.out 713 exec /bin/diff sed.out.expect sed.out 755 exec /bin/diff std.out.expect std.out 778 exec /bin/diff std.out.expect std.out 802 exec /bin/diff std.err.expect std.err 837 exec /bin/diff std.out.expect std.out [all …]
|
| /titanic_54/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
| H A D | util_ordering.c | 93 gssint_uint64 diff; in after() local 107 diff = n1 - n2; in after() 110 diff = n2 - n1; in after() 115 if (diff < half) in after()
|
| /titanic_54/usr/src/lib/libc/sparc/gen/ |
| H A D | strncmp.s | 56 sub %i0, %i1, %i0 ! delay slot, get diff from s1 - s2 97 inc %i0 ! reset s1 diff 147 inc 3, %i0 ! reset s1 diff 191 inc 2, %i0 ! reset s1 diff
|
| /titanic_54/usr/src/lib/libcpc/sparc/ |
| H A D | event_ultra.c | 436 cpc_event_diff(cpc_event_t *diff, cpc_event_t *left, cpc_event_t *right) in cpc_event_diff() argument 438 diff->ce_hrt = left->ce_hrt; in cpc_event_diff() 439 diff->ce_tick = left->ce_tick - right->ce_tick; in cpc_event_diff() 440 diff->ce_pic[0] = left->ce_pic[0] - right->ce_pic[0]; in cpc_event_diff() 441 diff->ce_pic[1] = left->ce_pic[1] - right->ce_pic[1]; in cpc_event_diff()
|