Home
last modified time | relevance | path

Searched refs:outer (Results 1 – 22 of 22) sorted by relevance

/titanic_41/usr/src/cmd/dtrace/test/tst/common/translators/
H A Dtst.TranslateSelf.d53 struct output_struct outer;
61 outer = xlate < struct output_struct > (out);
63 printf("outer.myi: %d\t outer.myc: %c\n", outer.myi, outer.myc);
67 /(1234 != outer.myi) || ('a' != outer.myc)/
73 /(1234 == outer.myi) && ('a' == outer.myc)/
/titanic_41/usr/src/lib/libsqlite/test/
H A Djoin4_28.test16 # This file implements tests for left outer joins containing WHERE
37 select * from t1 left outer join t2 on t1.a=t2.x where t2.z='ok'
42 select * from t1 left outer join t2 on t1.a=t2.x and t2.z='ok'
50 select * from t1 left outer join t2 on t1.a=t2.x where t2.z='ok'
55 select * from t1 left outer join t2 on t1.a=t2.x and t2.z='ok'
60 select * from t1 left outer join t2 on t1.a=t2.x where t2.z>='ok'
65 select * from t1 left outer join t2 on t1.a=t2.x and t2.z>='ok'
70 select * from t1 left outer join t2 on t1.a=t2.x where t2.z IN ('ok')
75 select * from t1 left outer join t2 on t1.a=t2.x and t2.z IN ('ok')
H A Djoin3_28.test16 # This file implements tests for joins, including outer joins, where
H A Djoin2.test16 # This file implements tests for joins, including outer joins.
H A Djoin.test16 # This file implements tests for joins, including outer joins.
302 usuarios left outer join centros on usuarios.idcentro = centros.id;
H A Dmisc3.test214 # gives different results that if the outer "SELECT * FROM ..." is omitted.
/titanic_41/usr/src/uts/common/os/
H A Dstrsubr.c2113 syncq_t *sq, *outer; in munlink() local
2140 if ((outer = sq->sq_outer) != NULL) { in munlink()
2157 wait_syncq(outer); in munlink()
2490 syncq_t *sq, *outer; in setq() local
2510 outer = sq->sq_outer; in setq()
2511 if (outer != NULL) { in setq()
2512 ASSERT(wq->q_syncq->sq_outer == outer); in setq()
2513 outer_remove(outer, rq->q_syncq); in setq()
2515 outer_remove(outer, wq->q_syncq); in setq()
2620 outer = dmp->dm_sq; in setq()
[all …]
H A Dddi.c692 syncq_t *sq, *outer; in qwait_sig() local
709 outer = sq->sq_outer; in qwait_sig()
714 if (outer) in qwait_sig()
715 outer_exit(outer); in qwait_sig()
805 syncq_t *sq, *outer; in qwait() local
821 outer = sq->sq_outer; in qwait()
826 if (outer) in qwait()
827 outer_exit(outer); in qwait()
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DLocalityDomain.java233 Iterator outer = groups.iterator(); in calcMaxLatency() local
234 while (outer.hasNext()) { in calcMaxLatency()
236 LocalityGroup g1 = (LocalityGroup) outer.next(); in calcMaxLatency()
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/
H A DDATable.java308 outer: for (i = 0; i < n && equivalent == false; i++) { in addToEquivClass()
318 continue outer; in addToEquivClass() local
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dldap_key_seq.c223 #define safe_syncbuf(outer,inner) \ argument
225 (inner)->next == (outer)->next + buflen)) \
227 asn1buf_sync((outer), (inner), 0, 0, 0, 0, 0);
/titanic_41/usr/src/cmd/mandoc/
H A Dtbl_term.c242 tbl_hframe(struct termp *tp, const struct tbl_span *sp, int outer) in tbl_hframe() argument
249 tbl_char(tp, (outer ? '-' : '+'), hp->vert); in tbl_hframe()
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Ddup_avl.c353 void *outer = NULL; /* traversal cookie */ in free_invert_frags() local
358 while ((inode_dup = avl_destroy_nodes(tree, &outer)) != NULL) { in free_invert_frags()
/titanic_41/usr/src/cmd/luxadm/
H A Dfchba.c1696 struct lun_tracking *outer; in fchba_display_config() local
1698 for (outer = head; outer != NULL; in fchba_display_config()
1699 outer = outer->next_lun) { in fchba_display_config()
1701 for (inner = outer; inner != NULL; in fchba_display_config()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h846 uint16_t outer; member
848 uint16_t outer;
/titanic_41/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex73 % We never want plain's \outer definition of \+ in Texinfo.
327 \hfil % center the page within the outer (page) hsize.
1147 \outer\def\bye{\pagealignmacro\tracingstats=1\ptexend}
2765 % Make sure we don't inherit \rightskip from the outer environment.
3037 % except not \outer, so it can be used within macros and \if's.
4043 \outer\parseargdef\chapter{\numhead0{#1}} % normally numhead0 calls chapterzzz
4065 \outer\parseargdef\appendix{\apphead0{#1}} % normally apphead0 calls appendixzzz
4082 \outer\parseargdef\unnumbered{\unnmhead0{#1}} % normally unnmhead0 calls unnumberedzzz
4113 \outer\parseargdef\centerchap{%
4126 \outer\parseargdef\numberedsec{\numhead1{#1}} % normally calls seczzz
[all …]
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c6202 int outer; in fctl_lookup_pd_by_index() local
6209 for (outer = 0; in fctl_lookup_pd_by_index()
6210 outer < pwwn_table_size && match <= index; in fctl_lookup_pd_by_index()
6211 outer++) { in fctl_lookup_pd_by_index()
6212 head = &port->fp_pwwn_table[outer]; in fctl_lookup_pd_by_index()
/titanic_41/usr/src/lib/libpp/common/
H A DHISTORY154 use GETCHR() and ISSPECIAL() in outer pplex() loop -- up to 10%
/titanic_41/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in198 ** in the outer call.
222 ** in the outer call.
/titanic_41/usr/src/cmd/vi/port/
H A Dex.news448 :abbr foo find outer otter
449 which maps "foo" to "find outer otter". Abbreviations can be
/titanic_41/usr/src/data/zoneinfo/
H A Daustralasia1684 # But some of the older, more conservative members from the outer
/titanic_41/usr/src/uts/intel/io/acpica/
H A Dchanges.txt3327 outer