Home
last modified time | relevance | path

Searched refs:t2 (Results 176 – 200 of 230) sorted by relevance

12345678910

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtable.test310 CREATE TABLE t2 AS SELECT * FROM weird;
311 SELECT * FROM t2;
316 SELECT sql FROM sqlite_master WHERE name='t2';
318 } {{CREATE TABLE t2(
360 SELECT * FROM t2;
H A Dbtree.test421 set ::t2 [btree_create_table $::b1]
427 set ::c2 [btree_cursor $::b1 $::t2 1]
459 btree_drop_table $::b1 $::t2
465 set ::t2 [btree_create_table $::b1]
471 set ::c2 [btree_cursor $::b1 $::t2 1]
H A Dmalloc.test205 CREATE TABLE t2(x,y);
207 INSERT INTO t2(x,y) VALUES(new.rowid,1);
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c415 tm_fmt(char *msg, hrtime_t t1, hrtime_t t2) in tm_fmt() argument
417 hrtime_t diff = t2 - t1; in tm_fmt()
438 hrtime_t t1, t2; in rss_sample() local
465 t2 = gethrtime(); in rss_sample()
466 tm_fmt("getvmusage time", t1, t2); in rss_sample()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm527 my $t2 = $pg2->{snaptime};
528 my $delta = abs($t1 - $t2);
660 my $t2 = $cpudata2->{snaptime};
661 my $tdelta = abs ($t1 - $t2);
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldebug.c563 const char *t2 = objtypename(p2); in luaG_ordererror() local
564 if (t1 == t2) in luaG_ordererror()
567 luaG_runerror(L, "attempt to compare %s with %s", t1, t2); in luaG_ordererror()
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Desi.c1065 uint32_t t1, t2, t3 = 0; in idle() local
1098 t2 = alarm(0); in idle()
1101 t3 += t1 - t2; in idle()
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dsymtab.c865 EHEAD *t2; in add_entry_table() local
873 if ((t2 = (EHEAD *)realloc(t, in add_entry_table()
878 t = t2; in add_entry_table()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c49 { taginfo t2; \
50 retval = asn1_get_tag_2(&subbuf, &t2); \
53 asn1class = t2.asn1class; \
54 construction = t2.construction; \
55 tagnum = t2.tagnum; \
56 taglen = t2.length; \
57 indef = t2.indef; \
/illumos-gate/usr/src/boot/sys/sys/
H A Dtime.h448 void timevaladd(struct timeval *t1, const struct timeval *t2);
449 void timevalsub(struct timeval *t1, const struct timeval *t2);
/illumos-gate/usr/src/cmd/acct/
H A Dacctcon.c446 tcmp(struct tbuf *t1, struct tbuf *t2) in tcmp() argument
448 return (strncmp(t1->tline, t2->tline, LSZ)); in tcmp()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_ns.c805 treenode_t *t2 = tree_head; in treeclimb_export() local
816 kmem_free(t2, sizeof (*t2)); in treeclimb_export()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dglob.c306 int t2; in glob_dir() local
421 trim(ap->gl_begin, pat, &t1, rescan, &t2); in glob_dir()
424 rescan -= t2; in glob_dir()
/illumos-gate/usr/src/test/util-tests/tests/grep_xpg4/
H A Dgrep_test.ksh220 run_tests 0 t2 ".*" testnl
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_sse.c344 enum fp_class_type t1, t2; in __fex_get_sse_invalid_type() local
347 t2 = ((int)inst->op & DOUBLE)? my_fp_class(&inst->op2->d[0]) : in __fex_get_sse_invalid_type()
349 if (t2 == fp_signaling) in __fex_get_sse_invalid_type()
398 if (t1 == fp_infinity && t2 == fp_infinity) in __fex_get_sse_invalid_type()
404 if ((t1 == fp_zero && t2 == fp_infinity) || in __fex_get_sse_invalid_type()
405 (t2 == fp_zero && t1 == fp_infinity)) in __fex_get_sse_invalid_type()
411 if (t1 == fp_zero && t2 == fp_zero) in __fex_get_sse_invalid_type()
413 if (t1 == fp_infinity && t2 == fp_infinity) in __fex_get_sse_invalid_type()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtemplate.c559 TEMPLATE * t2) { in template_compare() argument
565 if (! t1 || ! t2) in template_compare()
570 rc = template_attribute_find(t2, attr1->type, &attr2); in template_compare()
/illumos-gate/usr/src/cmd/troff/
H A Dn7.c274 goto t2; in text()
279 goto t2; in text()
293 t2: in text()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dnameref.sh551 exp=$'(\n\t[4]=(\n\t\ttypeset -a ar=(\n\t\t\t1\n\t\t\t2\n\t\t)\n\t\tb=1\n\t)\n)'
639 …exp=$'(\n\ttypeset -C -A l=(\n\t\t[4]=(\n\t\t\ttypeset -a ar=(\n\t\t\t\t1\n\t\t\t\t2\n\t\t\t\t3\n\…
/illumos-gate/usr/src/test/util-tests/tests/grep_xpg4/files/
H A DMakefile117 gout.t2.0 \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dmalloc.c74 #define F2(f,t1,a1,t2,a2) f(t1 a1, t2 a2) argument
78 #define F2(f,t1,a1,t2,a2) f(a1, a2) t1 a1; t2 a2; argument
/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsvcauthdes.c76 #define BEFORE(t1, t2) timercmp(t1, t2, < /* COMMENT HERE TO DEFEAT CSTYLE */) argument
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeData.java551 ScalarRecord t2 = ScalarRecord.class.cast(r2); in compareRecords() local
553 Object o2 = t2.getValue(); in compareRecords()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvcauth_des.c68 #define BEFORE(t1, t2) timercmp(t1, t2, < /* EMPTY */) argument
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_isns.c387 static int isnst_tgt_avl_compare(const void *t1, const void *t2);
410 isnst_copy_portal_list(avl_tree_t *t1, avl_tree_t *t2);
423 isnst_portal_avl_compare(const void *t1, const void *t2);
3421 isnst_tgt_avl_compare(const void *t1, const void *t2) in isnst_tgt_avl_compare() argument
3424 const isns_target_t *tgt2 = t2; in isnst_tgt_avl_compare()
3592 isnst_copy_portal_list(avl_tree_t *t1, avl_tree_t *t2) in isnst_copy_portal_list() argument
3598 jportal = isnst_add_to_portal_list(&iportal->portal_addr, t2); in isnst_copy_portal_list()
/illumos-gate/usr/src/cmd/find/
H A Dfind.c807 int i, t1, t2; in aclmatch() local
815 t2 = 0; in aclmatch()
818 t2 = ACE_IDENTIFIER_GROUP; in aclmatch()
835 ((p2->a_flags & ACE_TYPE_FLAGS) == t2)) { in aclmatch()

12345678910