Searched refs:after (Results 1 - 25 of 83) sorted by relevance

1234

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.hton.d42 after[0] = 0x2211LL;
43 after[1] = 0x44332211LL;
44 after[2] = 0x8877665544332211LL;
46 after[0] = 0x1122LL;
47 after[1] = 0x11223344LL;
48 after[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[
[all...]
/illumos-gate/usr/src/ucbcmd/rusage/
H A Drusage.c58 struct timeval before, after; local
98 (void) gettimeofday(&after, &tz);
108 after.tv_sec -= before.tv_sec;
109 after.tv_usec -= before.tv_usec;
110 if (after.tv_usec < 0) {
111 after.tv_sec--;
112 after.tv_usec += 1000000;
114 fprintt(gettext("real"), &after);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/atime/
H A Datime_common.kshlib49 typeset after=$(ls -Eu $filename | awk '{print $7}')
51 if [[ $before != $after ]]; then
/illumos-gate/usr/src/lib/libc/sparc/unwind/
H A Dunwind_frame.s58 mov %o1, %i1 ! handler address -> %o1 after restore
59 restore %o0, %g0, %o0 ! handler arg -> %o0 after restore
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dutil_ordering.c90 after(gssint_uint64 n1, gssint_uint64 n2, gssint_uint64 mask) function
129 queue_insert(queue *q, int after, gssint_uint64 seqnum) argument
135 /* common case: at end, after == q->start+q->length-1 */
137 /* move all the elements (after,last] up one slot */
139 for (i=q->start+q->length-1; i>after; i--)
142 /* fill in slot after+1 */
144 QELEM(q,after+1) = seqnum;
213 if (after(seqnum, expected, q->mask)) {
222 if (after(QELEM(q,q->start), seqnum, q->mask)) {
238 if (after(seqnu
[all...]
/illumos-gate/usr/src/lib/libinetutil/common/
H A Dtq.c87 iu_timer_node_t *after = NULL; local
90 * find the node to insert this new node "after". we do this
102 for (after = tq->iutq_head; after->iutn_next != NULL;
103 after = after->iutn_next)
104 if (after->iutn_next->iutn_abs_timeout >
108 node->iutn_next = after ? after->iutn_next : tq->iutq_head;
109 node->iutn_prev = after;
[all...]
/illumos-gate/usr/src/cmd/time/
H A Dtime.c74 clock_t before, after; local
123 after = times(&buffer);
127 (double)(after-before)/clock_tick,
131 printt("real", (after-before));
/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Dlist.h101 #define INSERT_AFTER(list, after, elt, link) \
104 if ((after)->link.next == NULL) \
107 (elt)->link.next = (after)->link.next; \
108 (after)->link.next = (elt); \
110 (elt)->link.prev = (after); \
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c92 * if *after == NULL, then this is the ``initial case'',
95 * if *after != NULL, we have the normal case, and
97 * if *after is not a version name found among the buckets,
101 * If either version or after is NULL, it's a programmer error.
104 add_parent(const char *version, const char *after, int weak) argument
110 assert(after != NULL, "passed a null after to add_parent");
111 errlog(BEGIN, "add_parent(%s,%s,%d) {", version, after, weak);
117 if (*after == '\0') {
125 if ((child = find_in_hashmap(after))
147 add_uncle(const char *version, const char *after, int weak) argument
[all...]
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dvar.c34 char *get_variable(string, after, line)
35 char *string, **after;
62 if (after != NULL)
63 *after = t;
/illumos-gate/usr/src/cmd/eqn/
H A Dio.c142 int before, after; local
160 after = ebase[p1] - VERT(EM(0.2, ps));
162 after = ebase[p1] - VERT(1);
164 if (spaceval == NULL && after > 0)
165 printf("\\x'%du'", after);
/illumos-gate/usr/src/cmd/devinfo/
H A Ddevinfo.c238 static char after[] = "\n"; local
245 (void) write(STDERR, after, (uint_t)strlen(after));
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemcmp.s63 jae LABEL(1after)
89 LABEL(1after):
93 jae LABEL(8after)
124 LABEL(8after):
128 ja LABEL(32after)
169 LABEL(32after):
252 ja LABEL(64after)
262 LABEL(64after):
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dsync_instruction_memory.s63 ! when we get here, we have executed 3 instructions after the
/illumos-gate/usr/src/cmd/mdb/intel/ia32/libstand/
H A Dsetjmp.s101 movl 4(%esp),%edx / first parameter after return addr
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioList.h59 AudioListEntry* after); // link after this one
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioList.cc75 AudioListEntry* after) // link after this one
78 prev = after;
79 next = after->next;
80 after->next = this;
74 link( AudioListEntry* after) argument
/illumos-gate/usr/src/ucbcmd/sbcp/
H A Dsbcp.s56 ! _start - execution starts here (after the runtime linker runs)
119 ! %g6 return address (after trap instruction)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Drollback_001_pos.ksh102 FILE_COUNT=`ls -Al $TESTDIR/after* 2> /dev/null | grep -v "total" | wc -l`
105 log_fail "$TESTDIR contains $FILE_COUNT after* files(s)."
H A Dsnapshot_011_pos.ksh100 FILE_COUNT=`ls -Al $TESTDIR/after* 2> /dev/null | grep -v "total" | wc -l`
103 log_fail "$TESTDIR contains $FILE_COUNT after* files(s)."
H A Dclone_001_pos.ksh151 FILE_COUNT=`ls -Al ${args[i+3]}/after* | grep -v "total" | wc -l`
154 log_fail "${args[i+3]} contains $FILE_COUNT after* files(s)."
/illumos-gate/usr/src/cmd/sa/
H A Dtimex.c64 hrtime_t before, after, timediff; local
145 after = gethrtime();
146 timediff = after - before;
/illumos-gate/usr/src/cmd/sckmd/sparc/sun4u/
H A Dsckmd.c170 /* reinitialize syslog after closing all fds */
371 clock_t after; local
430 after = times(&unused);
432 diff = (double)(after - before)/(double)CLK_TCK;
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Dboot.s112 / put after tag
/illumos-gate/usr/src/cmd/sgs/tsort/common/
H A Derrtext.c60 goto after;
125 after:

Completed in 1413 milliseconds

1234