Searched refs:before (Results 1 - 25 of 81) sorted by relevance

1234

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.hton.d37 before[0] = 0x1122LL;
38 before[1] = 0x11223344LL;
39 before[2] = 0x1122334455667788LL;
53 /after[0] != htons(before[0])/
55 printf("%x rather than %x", htons(before[0]), after[0]);
60 /after[0] != ntohs(before[0])/
62 printf("%x rather than %x", ntohs(before[0]), after[0]);
67 /after[1] != htonl(before[1])/
69 printf("%x rather than %x", htonl(before[1]), after[1]);
74 /after[1] != ntohl(before[
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/atime/
H A Datime_common.kshlib47 typeset before=$(ls -Eu $filename | awk '{print $7}')
51 if [[ $before != $after ]]; then
/illumos-gate/usr/src/ucbcmd/rusage/
H A Drusage.c58 struct timeval before, after; local
71 (void) gettimeofday(&before, &tz);
108 after.tv_sec -= before.tv_sec;
109 after.tv_usec -= before.tv_usec;
/illumos-gate/usr/src/cmd/make/bin/
H A Ddosys.cc84 timestruc_t before; local
117 before = make_state->stat.time;
145 if (before == make_state->stat.time) {
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemset.s63 mov %o0, %o5 ! copy sp1 before using it
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemset.s64 mov %o0, %o5 ! copy sp1 before using it
/illumos-gate/usr/src/cmd/time/
H A Dtime.c74 clock_t before, after; local
101 before = times(&buffer);
127 (double)(after-before)/clock_tick,
131 printt("real", (after-before));
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal2.ksh52 * record its data just a little bit before the other cpus.
/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Dlist.h88 #define INSERT_BEFORE(list, before, elt, link) \
91 if ((before)->link.prev == NULL) \
94 (elt)->link.prev = (before)->link.prev; \
95 (before)->link.prev = (elt); \
97 (elt)->link.next = (before); \
/illumos-gate/usr/src/cmd/eqn/
H A Dio.c142 int before, after; local
149 before = eht[p1] - ebase[p1] - VERT(EM(1.2, ps));
151 before = eht[p1] - ebase[p1] - VERT(3); /* 3 = 1.5 lines */
155 else if (before > 0)
156 printf("\\x'0-%du'", before);
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemset.s47 orl %edx,%eax / get introduced as before
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dmemset.s56 mov %o0, %o5 ! copy sp before using it
/illumos-gate/usr/src/lib/libm/i386/src/
H A Disnanl.s45 .nan_or_inf: / note that %eax = 0 from before
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dsmp-imps.h20 #error Must include "apic.h" before "smp-imps.h"
191 * Call this during the early stages of OS startup, before memory can
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_log.c114 struct stat before; local
116 if (lstat(lf, &before) < 0) {
124 if (S_ISREG(before.st_mode) && /* no symbolic links */
125 (before.st_nlink == 1) && /* no hard links */
126 (before.st_uid == 0)) { /* owned by root */
/illumos-gate/usr/src/lib/libcmd/common/
H A Dchgrp.c52 "[b:before?Only change files with \bctime\b before (less than) the "
232 unsigned long before; local
241 before = ~0;
267 before = st.st_mtime;
391 if ((unsigned long)ent->fts_statp->st_ctime >= before)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Drollback_001_pos.ksh108 FILE_COUNT=`ls -Al $TESTDIR/before* 2> /dev/null \
112 log_fail "$TESTDIR contains $FILE_COUNT before* files(s)."
H A Dsnapshot_011_pos.ksh106 FILE_COUNT=`ls -Al $TESTDIR/before* 2> /dev/null \
110 log_fail "$TESTDIR contains $FILE_COUNT before* files(s)."
/illumos-gate/usr/src/cmd/sa/
H A Dtimex.c64 hrtime_t before, after, timediff; local
123 before = gethrtime();
146 timediff = after - before;
/illumos-gate/usr/src/cmd/sckmd/sparc/sun4u/
H A Dsckmd.c370 clock_t before; local
403 before = times(&unused);
432 diff = (double)(after - before)/(double)CLK_TCK;
455 * sends a DELETE request first before sending the ADD
/illumos-gate/usr/src/uts/sun4/ml/
H A Dproc_init.s106 ! different TLB page size settings), this must be done here before any
124 ! *before* calling into C routines .
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dcpr_resume_setup.s160 ! before freeing cprboot text/data pages
209 ! always set %tba to the prom's trap table before calling
/illumos-gate/usr/src/cmd/sh/
H A Dservice.c364 /* Same as trim, but only removes backlashes before slashes */
612 static clock_t before; variable
634 before = times(&buffer);
652 sabuf.ac_etime = compress(after - before);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_objset.h180 void dmu_objset_userquota_get_ids(dnode_t *dn, boolean_t before, dmu_tx_t *tx);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/
H A Dacl_common.kshlib542 # $1 The array name which stored the cksum before operation.
547 typeset before=$1
549 eval typeset -i count=\${#$before[@]}
553 eval typeset var1=\${$before[$i]}

Completed in 101 milliseconds

1234