/titanic_51/usr/src/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.hton.d | 42 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...] |
/titanic_51/usr/src/ucbcmd/rusage/ |
H A D | rusage.c | 58 struct timeval before, after; in main() local 98 (void) gettimeofday(&after, &tz); in main() 108 after.tv_sec -= before.tv_sec; in main() 109 after.tv_usec -= before.tv_usec; in main() 110 if (after.tv_usec < 0) { in main() 111 after.tv_sec--; in main() 112 after.tv_usec += 1000000; in main() 114 fprintt(gettext("real"), &after); in main()
|
/titanic_51/usr/src/lib/libinetutil/common/ |
H A D | tq.c | 87 iu_timer_node_t *after = NULL; in insert_timer() local 90 * find the node to insert this new node "after". we do this in insert_timer() 102 for (after = tq->iutq_head; after->iutn_next != NULL; in insert_timer() 103 after = after->iutn_next) in insert_timer() 104 if (after->iutn_next->iutn_abs_timeout > in insert_timer() 108 node->iutn_next = after ? after->iutn_next : tq->iutq_head; in insert_timer() 109 node->iutn_prev = after; in insert_timer() [all...] |
/titanic_51/usr/src/lib/libsqlite/test/ |
H A D | lastinsert.test | 31 # LIRID changed properly after an insert into a table 42 # LIRID unchanged after an update on a table 50 # LIRID unchanged after a delete from a table 58 # LIRID unchanged after create table/view statements 68 # 2.x - tests with after insert trigger 70 # LIRID changed properly after an insert into table containing an after trigger 74 create trigger r1 after insert on t1 for each row begin 84 # LIRID equals NEW.k upon entry into after insert trigger 91 # LIRID changed properly by insert within context of after inser [all...] |
H A D | laststmtchanges.test | 31 # LSCC set properly after insert 47 # LSCC set properly after update 63 # LSCC set properly after update on table where no rows changed 71 # LSCC set properly after delete from table 80 # 2.x - tests with after insert trigger 82 # LSCC changed properly after insert into table containing after trigger 87 create trigger r1 after insert on t1 for each row begin 97 # LSCC unchanged upon entry into after insert trigger 104 # LSCC changed properly by update within context of after inser [all...] |
/titanic_51/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
H A D | util_ordering.c | 90 after(gssint_uint64 n1, gssint_uint64 n2, gssint_uint64 mask) in after() function 129 queue_insert(queue *q, int after, gssint_uint64 seqnum) in queue_insert() argument 135 /* common case: at end, after == q->start+q->length-1 */ in queue_insert() 137 /* move all the elements (after,last] up one slot */ in queue_insert() 139 for (i=q->start+q->length-1; i>after; i--) in queue_insert() 142 /* fill in slot after+1 */ in queue_insert() 144 QELEM(q,after+1) = seqnum; in queue_insert() 213 if (after(seqnum, expected, q->mask)) { in g_order_check() 222 if (after(QELEM(q,q->start), seqnum, q->mask)) { in g_order_check() 238 if (after(seqnu in g_order_check() [all...] |
/titanic_51/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | bucket.c | 92 * 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) in add_parent() argument 110 assert(after != NULL, "passed a null after to add_parent"); in add_parent() 111 errlog(BEGIN, "add_parent(%s,%s,%d) {", version, after, weak); in add_parent() 117 if (*after == '\0') { in add_parent() 125 if ((child = find_in_hashmap(after)) in add_parent() 147 add_uncle(const char * version,const char * after,int weak) add_uncle() argument [all...] |
/titanic_51/usr/src/cmd/time/ |
H A D | time.c | 74 clock_t before, after; in main() local 123 after = times(&buffer); in main() 127 (double)(after-before)/clock_tick, in main() 131 printt("real", (after-before)); in main()
|
/titanic_51/usr/src/lib/libresolv2/include/isc/ |
H A D | list.h | 101 #define INSERT_AFTER(list, after, elt, link) \ argument 104 if ((after)->link.next == NULL) \ 107 (elt)->link.next = (after)->link.next; \ 108 (after)->link.next = (elt); \ 110 (elt)->link.prev = (after); \
|
/titanic_51/usr/src/cmd/eqn/ |
H A D | io.c | 142 int before, after; in putout() local 160 after = ebase[p1] - VERT(EM(0.2, ps)); in putout() 162 after = ebase[p1] - VERT(1); in putout() 164 if (spaceval == NULL && after > 0) in putout() 165 printf("\\x'%du'", after); in putout()
|
/titanic_51/usr/src/cmd/ipf/lib/common/ |
H A D | var.c | 34 char *get_variable(string, after, line) in get_variable() argument 35 char *string, **after; in get_variable() 62 if (after != NULL) 63 *after = t;
|
/titanic_51/usr/src/lib/libc/amd64/gen/ |
H A D | memcmp.s | 63 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):
|
/titanic_51/usr/src/cmd/dtrace/test/tst/common/java_api/ |
H A D | tst.StateMachine.ksh.out | 35 after go 46 after stop, running: false 47 after stop 52 after close
|
/titanic_51/usr/src/test/zfs-tests/tests/functional/inheritance/ |
H A D | README.state | 31 # properties after the operation has been completed. 35 # <property source before command> <property src after command> 36 # <property source before command> <property src after command> 63 # <property src after command> 64 # - the expected value of the 'source' field after the 101 # The block below describes the expected state of the properties after
|
/titanic_51/usr/src/test/zfs-tests/tests/functional/atime/ |
H A D | atime_common.kshlib | 45 typeset after=$($LS -Eu $filename | $AWK '{print $7}') 47 if [[ $before != $after ]]; then
|
/titanic_51/usr/src/cmd/fm/dicts/ |
H A D | SCF.po | 39 msgstr "An attempt will be made to deconfigure the faulty components after one or more domains are reset.\n" 105 msgstr "The CPU chip will be deconfigured after the domain is reset.\n" 151 msgstr "The CPU chip will be deconfigured after the platform is power cycled or after the domain reboots \nor after a Dynamic Reconfiguration operation is performed.\n" 153 msgstr "The non-fatal uncorrectable error may cause domain to panic. The CPU chip will be deconfigured after the \nplatform is power cycled or after the domain reboots or after a Dynamic Reconfiguration operation is performed.\n" 169 msgstr "The non-fatal uncorrectable error trap may cause the domain to panic. If the domain\ndoes not panic, the domain software will attempt to offline the core on the CPU chip.\nThe core of the CPU chip will be deconfigured after the platform is power cycled or \nafter the domain reboots or after [all...] |
/titanic_51/usr/src/lib/libc/sparc/unwind/ |
H A D | unwind_frame.s | 58 mov %o1, %i1 ! handler address -> %o1 after restore 59 restore %o0, %g0, %o0 ! handler arg -> %o0 after restore
|
/titanic_51/usr/src/cmd/audio/utilities/ |
H A D | AudioList.cc | 75 AudioListEntry* after) // link after this one in link() argument 78 prev = after; in link() 79 next = after->next; in link() 80 after->next = this; in link()
|
/titanic_51/usr/src/cmd/sendmail/cf/feature/ |
H A D | allmasquerade.m4 | 21 `errprint(`*** MAILER(`local') must appear after FEATURE(`allmasquerade')') 24 `errprint(`*** MAILER(`uucp') must appear after FEATURE(`allmasquerade')')
|
/titanic_51/usr/src/cmd/devinfo/ |
H A D | devinfo.c | 238 static char after[] = "\n"; in warn() local 245 (void) write(STDERR, after, (uint_t)strlen(after)); in warn()
|
/titanic_51/usr/src/cmd/sa/ |
H A D | timex.c | 64 hrtime_t before, after, timediff; in main() local 145 after = gethrtime(); in main() 146 timediff = after - before; in main()
|
/titanic_51/usr/src/data/zoneinfo/ |
H A D | systemv | 10 # the changes in the DST rules in the US after 1976 (which occurred after
|
/titanic_51/usr/src/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.clear.d.out | 8 Aggregation data after clear():
|
H A D | tst.cleardenormalize.d.out | 8 Aggregation data after clear:
|
H A D | tst.clearnormalize.d.out | 8 Aggregation data after clear:
|