/titanic_50/usr/src/cmd/Adm/ |
H A D | mailcap | 5 application/vnd.oasis.opendocument.text; /usr/bin/soffice -view %s 6 application/vnd.oasis.opendocument.text-template; /usr/bin/soffice -view %s 7 application/vnd.oasis.opendocument.text-web; /usr/bin/soffice -view %s 8 application/vnd.oasis.opendocument.text-master; /usr/bin/soffice -view %s 9 application/vnd.sun.xml.writer; /usr/bin/soffice -view %s 10 application/vnd.sun.xml.writer.template; /usr/bin/soffice -view %s 11 application/vnd.sun.xml.writer.global; /usr/bin/soffice -view %s 12 application/vnd.stardivision.writer; /usr/bin/soffice -view %s 13 application/vnd.stardivision.writer-global; /usr/bin/soffice -view %s 14 application/x-starwriter; /usr/bin/soffice -view %s [all …]
|
/titanic_50/usr/src/lib/libsqlite/test/ |
H A D | view.test | 17 # $Id: view.test,v 1.16.2.1 2004/07/20 00:20:47 drh Exp $ 21 do_test view-1.0 { 31 do_test view-1.1 { 38 do_test view-1.2 { 44 do_test view-1.3 { 50 do_test view-1.3.1 { 57 do_test view-1.4 { 63 do_test view-1.5 { 69 do_test view-1.6 { 75 do_test view-1.7 { [all …]
|
H A D | lastinsert.test | 21 # Note 4: LIRID is not changed by an insert into a view (since everything 58 # LIRID unchanged after create table/view statements 62 create view v as select * from t1; 147 # LIRID not changed after an insert into view containing an instead of trigger 225 # LIRID not changed after an update on a view containing an instead of trigger 269 create temp view v1 as select * from t1; 270 create temp view v2 as select * from t2;
|
H A D | trigger1.test | 176 create view v1 as select * from t1; 181 } {1 {cannot create BEFORE trigger on view: v1}} 185 drop view v1; 186 create view v1 as select * from t1; 191 } {1 {cannot create AFTER trigger on view: v1}} 321 } {view v1 table t2} 329 } {view v1 table t2 trigger t2} 340 } {view v1 table t2 trigger t2} 346 } {view v1 table t2}
|
/titanic_50/usr/src/lib/libast/common/cdt/ |
H A D | dtview.c | 50 { for(d = dt; d; d = d->view) 62 for(d = dt; d; d = d->view) 90 { for(d = dt; d; d = d->view) 100 { for(p = dt; ; p = p->view) 109 if(!(d = dt->walk = d->view) ) /* move on to next dictionary */ 118 Dt_t* dtview(reg Dt_t* dt, reg Dt_t* view) in dtview() argument 120 Dt_t* dtview(dt,view) in dtview() 122 reg Dt_t* view; 128 if(view) 129 { UNFLATTEN(view); [all …]
|
H A D | dtopen.c | 56 dt->view = dt->walk = NIL(Dt_t*); 83 dt->view = dt->walk = NIL(Dt_t*);
|
H A D | dtclose.c | 47 if(dt->view) /* turn off viewing */
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | attrat.c | 138 view_to_name(xattr_view_t view) in view_to_name() argument 140 if (view >= XATTR_VIEW_LAST || view < 0) in view_to_name() 142 return (xattr_view_name[view]); in view_to_name() 146 xattr_openat(int basefd, xattr_view_t view, int mode) in xattr_openat() argument 152 switch (view) { in xattr_openat() 166 xattrname = view_to_name(view); in xattr_openat() 236 fgetattr(int basefd, xattr_view_t view, nvlist_t **response) in fgetattr() argument 240 if ((xattrfd = xattr_openat(basefd, view, O_XATTR)) < 0) in fgetattr() 251 fsetattr(int basefd, xattr_view_t view, nvlist_t *request) in fsetattr() argument 255 if ((xattrfd = xattr_openat(basefd, view, O_RDWR | O_XATTR)) < 0) in fsetattr() [all …]
|
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
H A D | Lgrp.pm | 169 my ($self, $view); 170 $view = shift; 171 $self->{COOKIE} = ($view ? lgrp_init($view) : lgrp_init()) or 195 sub view subroutine
|
H A D | Lgrp.xs | 206 # lgrp_init([view]) 207 # Use LGRP_VIEW_OS as the default view. 210 lgrp_init(lgrp_view_t view = LGRP_VIEW_OS)
|
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/ |
H A D | LocalityDomain.java | 62 private int view; field in LocalityDomain 92 public LocalityDomain(int view) throws Exception in LocalityDomain() argument 94 this.view = view; in LocalityDomain() 95 cookie = jl_init(view); in LocalityDomain() 338 private native long jl_init(int view) throws Exception; in jl_init() argument
|
/titanic_50/usr/src/tools/opensolaris/ |
H A D | README.opensolaris.tmpl | 29 http://hub.opensolaris.org/bin/view/Project+onnv/ 37 http://hub.opensolaris.org/bin/view/Community+Group+on/schedule. 66 http://hub.opensolaris.org/bin/view/Main/discussions. 74 http://hub.opensolaris.org/bin/view/Community+Group+on/known_issues 76 <!-- #include http://hub.opensolaris.org/bin/view/Community+Group+on/known_issues --> 82 <!-- #include http://hub.opensolaris.org/bin/view/Community+Group+on/install_quickstart -->
|
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/ |
H A D | Lgrp.t | 92 my $view = lgrp_view($c); 94 ok($view, LGRP_VIEW_CALLER, 'View is LGRP_VIEW_CALLER'); 107 $view = lgrp_view($c); 109 ok($view, LGRP_VIEW_OS, 'View is LGRP_VIEW_OS'); 237 ok($c->view, LGRP_VIEW_OS);
|
/titanic_50/usr/src/uts/sun4/sys/ |
H A D | dvma.h | 43 uint_t view); 45 uint_t view);
|
/titanic_50/usr/src/lib/liblgrp/common/ |
H A D | lgrp.c | 65 lgrp_generation(lgrp_view_t view) in lgrp_generation() argument 67 return (_lgrpsys(LGRP_SYS_GENERATION, view, NULL)); in lgrp_generation() 393 lgrp_init(lgrp_view_t view) in lgrp_init() argument 403 if (view != LGRP_VIEW_OS && view != LGRP_VIEW_CALLER) { in lgrp_init() 416 gen = lgrp_generation(view); in lgrp_init() 454 if (gen == lgrp_generation(view)) in lgrp_init() 465 snap->ss_view = view; in lgrp_init() 471 if (view == LGRP_VIEW_CALLER) { in lgrp_init() 490 if (view == LGRP_VIEW_CALLER) in lgrp_init()
|
/titanic_50/usr/src/lib/libcmdutils/common/ |
H A D | sysattrs.c | 49 sysattr_status(char *file, xattr_view_t view) in sysattr_status() argument 55 status = getattrat(AT_FDCWD, view, file, &response); in sysattr_status()
|
/titanic_50/usr/src/uts/sun4u/sys/ |
H A D | iommu.h | 149 extern void iommu_dvma_unload(ddi_dma_handle_t h, uint_t objindex, uint_t view); 151 extern void iommu_dvma_sync(ddi_dma_handle_t h, uint_t objindex, uint_t view);
|
/titanic_50/usr/src/lib/libast/common/misc/ |
H A D | mime.c | 602 mimeview(Mime_t* mp, const char* view, const char* name, const char* type, const char* opts) in mimeview() argument 613 if (!view || strcasecmp(view, "test")) in mimeview() 694 if (view && *view && !streq(view, "-")) in mimeview() 695 while (strcasecmp(view, att->name)) in mimeview()
|
/titanic_50/usr/src/cmd/vi/port/ |
H A D | Makefile | 93 $(ROOTHASBIN)/vedit $(ROOTHASBIN)/vi $(ROOTHASBIN)/view \ 95 ROOTXPG4LINKS= $(ROOTXPG4BIN)/vi $(ROOTXPG4BIN)/view $(ROOTXPG4BIN)/edit \ 97 ROOTXPG6LINKS= $(ROOTXPG6BIN)/vi $(ROOTXPG6BIN)/view $(ROOTXPG6BIN)/edit \
|
H A D | port.mk.370 | 140 …-rm -f ${DESTDIR}${NBINDIR}/ex ${DESTDIR}${NBINDIR}/vi ${DESTDIR}${NBINDIR}/view ${DESTDIR}${NBIND… 144 ln ${DESTDIR}${NBINDIR}/ex ${DESTDIR}${NBINDIR}/view 153 -rm -f ${DESTDIR}${BINDIR}/view 160 ln ${DESTDIR}${BINDIR}/ex ${DESTDIR}${BINDIR}/view
|
/titanic_50/usr/src/ucbcmd/ |
H A D | Makefile | 104 view \ 153 $(ROOTBIN)/view := LINKDEST= ../bin/edit
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/blade/frutree/ |
H A D | piclfrutree.info | 64 * SunMC physical view view_points for this platform 65 * This will get moved to a separate SunMC physical view plugin later.
|
/titanic_50/usr/src/cmd/fs.d/smbclnt/smbutil/ |
H A D | Makefile | 35 OBJS= smbutil.o login.o lookup.o print.o status.o view.o
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/lw2plus/frutree/ |
H A D | piclfrutree.info | 64 * SunMC physical view view_points for this platform 65 * This will get moved to a separate SunMC physical view plugin later.
|
/titanic_50/usr/src/cmd/pools/poold/libjlgrp/ |
H A D | jlgrp.c | 74 jobject obj, jint view) in Java_com_sun_solaris_service_locality_LocalityDomain_jl_1init() argument 78 if ((cookie = lgrp_init(view)) == LGRP_COOKIE_NONE) { in Java_com_sun_solaris_service_locality_LocalityDomain_jl_1init()
|