Home
last modified time | relevance | path

Searched refs:after (Results 1 – 25 of 255) sorted by relevance

1234567891011

/titanic_50/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[0]);
[all …]
/titanic_50/usr/src/ucbcmd/rusage/
H A Drusage.c58 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_50/usr/src/lib/libinetutil/common/
H A Dtq.c87 iu_timer_node_t *after = NULL; in insert_timer() local
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()
110 if (after == NULL) in insert_timer()
113 after->iutn_next = node; in insert_timer()
/titanic_50/usr/src/lib/libsqlite/test/
H A Dlastinsert.test31 # 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 insert trigger
98 # LIRID unchanged by update within context of after insert trigger
[all …]
H A Dlaststmtchanges.test31 # 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 insert trigger
112 # 3.x - tests with after update trigger
[all …]
/titanic_50/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dutil_ordering.c90 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
139 for (i=q->start+q->length-1; i>after; i--) 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(seqnum, QELEM(q,i), q->mask) && in g_order_check()
239 after(QELEM(q,i+1), seqnum, q->mask)) { in g_order_check()
/titanic_50/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c104 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)) == NULL) { in add_parent()
132 after, version); in add_parent()
147 add_uncle(const char *version, const char *after, int weak) in add_uncle() argument
154 assert(after != NULL, "passed a null after to add_uncle"); in add_uncle()
155 errlog(BEGIN, "add_uncle(%s,%s,%d) {", version, after, weak); in add_uncle()
160 if (*after == '\0') { in add_uncle()
[all …]
/titanic_50/usr/src/cmd/time/
H A Dtime.c74 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_50/usr/src/lib/libresolv2/include/isc/
H A Dlist.h101 #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_50/usr/src/cmd/eqn/
H A Dio.c142 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_50/usr/src/cmd/ipf/lib/common/
H A Dvar.c34 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_50/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):
/titanic_50/usr/src/cmd/dtrace/test/tst/common/java_api/
H A Dtst.StateMachine.ksh.out35 after go
46 after stop, running: false
47 after stop
52 after close
/titanic_50/usr/src/test/zfs-tests/tests/functional/inheritance/
H A DREADME.state31 # 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_50/usr/src/test/zfs-tests/tests/functional/atime/
H A Datime_common.kshlib45 typeset after=$($LS -Eu $filename | $AWK '{print $7}')
47 if [[ $before != $after ]]; then
/titanic_50/usr/src/cmd/fm/dicts/
H A DSCF.po39 msgstr "An attempt will be made to deconfigure the faulty components after one or more domains are …
105 msgstr "The CPU chip will be deconfigured after the domain is reset.\n"
151 …gstr "The CPU chip will be deconfigured after the platform is power cycled or after the domain reb…
153 …anic. The CPU chip will be deconfigured after the \nplatform is power cycled or after the domain r…
169 …re of the CPU chip will be deconfigured after the platform is power cycled or \nafter the domain r…
215 …gstr "The CPU chip will be deconfigured after the platform is power cycled or \nafter the domain r…
217 …pact. The CPU chip will be deconfigured after the platform is power cycled or \nafter the domain r…
231 …re of the CPU chip will be deconfigured after the platform is power cycled or \nafter the domain r…
361 msgstr "POST is restarted after the memory associated with the memory bank that contains\nthis DIMM…
375 …that caused the UE will be deconfigured after the \nplatform is power cycled or after the domain r…
[all …]
/titanic_50/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
/titanic_50/usr/src/cmd/audio/utilities/
H A DAudioList.cc75 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_50/usr/src/cmd/sendmail/cf/feature/
H A Dallmasquerade.m421 `errprint(`*** MAILER(`local') must appear after FEATURE(`allmasquerade')')
24 `errprint(`*** MAILER(`uucp') must appear after FEATURE(`allmasquerade')')
/titanic_50/usr/src/cmd/devinfo/
H A Ddevinfo.c238 static char after[] = "\n"; in warn() local
245 (void) write(STDERR, after, (uint_t)strlen(after)); in warn()
/titanic_50/usr/src/cmd/sa/
H A Dtimex.c64 hrtime_t before, after, timediff; in main() local
145 after = gethrtime(); in main()
146 timediff = after - before; in main()
/titanic_50/usr/src/data/zoneinfo/
H A Dsystemv10 # the changes in the DST rules in the US after 1976 (which occurred after
/titanic_50/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.clear.d.out8 Aggregation data after clear():
H A Dtst.cleardenormalize.d.out8 Aggregation data after clear:
H A Dtst.clearnormalize.d.out8 Aggregation data after clear:

1234567891011