| /illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/ |
| H A D | tst.hton.d | 37 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 D | atime_common.kshlib | 47 typeset before=$(ls -Eu $filename | awk '{print $7}') 51 if [[ $before != $after ]]; then
|
| /illumos-gate/usr/src/ucbcmd/rusage/ |
| H A D | rusage.c | 58 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 D | dosys.cc | 84 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 D | memset.s | 63 mov %o0, %o5 ! copy sp1 before using it
|
| /illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/ |
| H A D | memset.s | 64 mov %o0, %o5 ! copy sp1 before using it
|
| /illumos-gate/usr/src/cmd/time/ |
| H A D | time.c | 74 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 D | tst.temporal2.ksh | 52 * record its data just a little bit before the other cpus.
|
| /illumos-gate/usr/src/lib/libresolv2/include/isc/ |
| H A D | list.h | 88 #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 D | io.c | 142 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 D | memset.s | 47 orl %edx,%eax / get introduced as before
|
| /illumos-gate/usr/src/lib/libc/sparc/gen/ |
| H A D | memset.s | 56 mov %o0, %o5 ! copy sp before using it
|
| /illumos-gate/usr/src/lib/libm/i386/src/ |
| H A D | isnanl.s | 45 .nan_or_inf: / note that %eax = 0 from before
|
| /illumos-gate/usr/src/grub/grub-0.97/stage2/ |
| H A D | smp-imps.h | 20 #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 D | nscd_log.c | 114 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 D | chgrp.c | 52 "[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 D | rollback_001_pos.ksh | 108 FILE_COUNT=`ls -Al $TESTDIR/before* 2> /dev/null \ 112 log_fail "$TESTDIR contains $FILE_COUNT before* files(s)."
|
| H A D | snapshot_011_pos.ksh | 106 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 D | timex.c | 64 hrtime_t before, after, timediff; local 123 before = gethrtime(); 146 timediff = after - before;
|
| /illumos-gate/usr/src/cmd/sckmd/sparc/sun4u/ |
| H A D | sckmd.c | 370 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 D | proc_init.s | 106 ! 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 D | cpr_resume_setup.s | 160 ! 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 D | service.c | 364 /* 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 D | dmu_objset.h | 180 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 D | acl_common.kshlib | 542 # $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]}
|