Home
last modified time | relevance | path

Searched refs:sdiff (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libpctx/common/
H A Dlibpctx.c504 time_t sdiff = tva->tv_sec - tvb->tv_sec; in msdiff() local
507 if (sdiff < 0) in msdiff()
511 sdiff--; in msdiff()
513 if (sdiff < 0) in msdiff()
515 if (sdiff >= (INT_MAX / MILLISEC)) in msdiff()
517 return ((uint_t)(sdiff * MILLISEC + udiff / MILLISEC)); in msdiff()
/illumos-gate/usr/src/cmd/sdiff/
H A DMakefile26 PROG= sdiff
/illumos-gate/usr/src/cmd/
H A DMakefile374 sdiff \
696 sdiff \
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-extended-system-utilities.p5m117 file path=usr/bin/sdiff mode=0555
232 file path=usr/share/man/man1/sdiff.1
/illumos-gate/usr/src/man/man1/
H A DMakefile328 sdiff.1 \
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh3164 > $WDIR/$DIR/$F.sdiff.html
3220 "$COMM" > $WDIR/$DIR/$F.man.sdiff.html
/illumos-gate/usr/src/uts/common/io/
H A Dlofi.c1471 u_offset_t sdiff; in lofi_strategy_task() local
1538 sdiff = salign & (DEV_BSIZE - 1); in lofi_strategy_task()
1539 salign -= sdiff; in lofi_strategy_task()
1610 cmpbuf = compressed_seg + sdiff; in lofi_strategy_task()