/illumos-gate/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 …]
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | view.test | 15 # $Id: view.test,v 1.16.2.1 2004/07/20 00:20:47 drh Exp $ 19 do_test view-1.0 { 29 do_test view-1.1 { 36 do_test view-1.2 { 42 do_test view-1.3 { 48 do_test view-1.3.1 { 55 do_test view-1.4 { 61 do_test view-1.5 { 67 do_test view-1.6 { 73 do_test view-1.7 { [all …]
|
H A D | lastinsert.test | 19 # Note 4: LIRID is not changed by an insert into a view (since everything 56 # LIRID unchanged after create table/view statements 60 create view v as select * from t1; 145 # LIRID not changed after an insert into view containing an instead of trigger 223 # LIRID not changed after an update on a view containing an instead of trigger 267 create temp view v1 as select * from t1; 268 create temp view v2 as select * from t2;
|
H A D | trigger1.test | 174 create view v1 as select * from t1; 179 } {1 {cannot create BEFORE trigger on view: v1}} 183 drop view v1; 184 create view v1 as select * from t1; 189 } {1 {cannot create AFTER trigger on view: v1}} 319 } {view v1 table t2} 327 } {view v1 table t2 trigger t2} 338 } {view v1 table t2 trigger t2} 344 } {view v1 table t2}
|
H A D | laststmtchanges.test | 19 # Note 3: LSCC is not changed by a change to a view (since everything 182 create temp view v1 as select * from t1; 183 create temp view v2 as select * from t2;
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/ |
H A D | dtview.c | 55 { for(d = dt; d; d = d->view) 68 for(d = dt; d; d = d->view) 96 { for(d = dt; d; d = d->view) 106 { for(p = dt; ; p = p->view) 115 if(!(d = dt->walk = d->view) ) /* move on to next dictionary */ 124 Dt_t* dtview(reg Dt_t* dt, reg Dt_t* view) in dtview() argument 126 Dt_t* dtview(dt,view) in dtview() 128 reg Dt_t* view; 133 if(view && view->meth != dt->meth) /* must use the same method */ 137 for(d = view; d; d = d->view) [all …]
|
H A D | dtclose.c | 48 if(dt->view) /* turn off viewing at this point */
|
/illumos-gate/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 …]
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | ast-view.c | 13 GtkWidget *view; in create_view_and_model() local 17 view = gtk_tree_view_new_with_model(GTK_TREE_MODEL(root)); in create_view_and_model() 25 gtk_tree_view_append_column(GTK_TREE_VIEW(view), text); in create_view_and_model() 27 return view; in create_view_and_model() 33 GtkWidget *window, *view, *scrollwin; in treeview_main() local 41 view = create_view_and_model(syms); in treeview_main() 43 gtk_container_add(GTK_CONTAINER(scrollwin), view); in treeview_main()
|
/illumos-gate/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 | 194 # lgrp_init([view]) 195 # Use LGRP_VIEW_OS as the default view. 198 lgrp_init(lgrp_view_t view = LGRP_VIEW_OS)
|
/illumos-gate/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
|
/illumos-gate/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);
|
/illumos-gate/usr/src/lib/liblgrp/common/ |
H A D | lgrp.c | 62 lgrp_generation(lgrp_view_t view) in lgrp_generation() argument 64 return (_lgrpsys(LGRP_SYS_GENERATION, view, NULL)); in lgrp_generation() 390 lgrp_init(lgrp_view_t view) in lgrp_init() argument 400 if (view != LGRP_VIEW_OS && view != LGRP_VIEW_CALLER) { in lgrp_init() 413 gen = lgrp_generation(view); in lgrp_init() 451 if (gen == lgrp_generation(view)) in lgrp_init() 462 snap->ss_view = view; in lgrp_init() 468 if (view == LGRP_VIEW_CALLER) { in lgrp_init() 487 if (view == LGRP_VIEW_CALLER) in lgrp_init()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | regress.sh | 1182 typeset i bwd file pwd view root offset 1205 for view in ${VIEWS[@]} 1206 do case $view in 1208 *) view=$pwd/$view ;; 1212 $view/*) offset=${pwd#$view} ;; 1217 if [[ -r $view$offset/$file ]] 1218 then if [[ ! -d $view$offset/$file ]] 1219 then var=$view$offset/$file 1222 for i in $view$offset/$file/* 1224 then var=$view$offset/$file
|
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | dvma.h | 43 uint_t view); 45 uint_t view);
|
/illumos-gate/usr/src/lib/libcmdutils/common/ |
H A D | sysattrs.c | 47 sysattr_status(const char *file, xattr_view_t view) in sysattr_status() argument 53 status = getattrat(AT_FDCWD, view, file, &response); in sysattr_status()
|
/illumos-gate/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);
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | Makefile | 95 $(ROOTHASBIN)/vedit $(ROOTHASBIN)/vi $(ROOTHASBIN)/view \ 97 ROOTXPG4LINKS= $(ROOTXPG4BIN)/vi $(ROOTXPG4BIN)/view $(ROOTXPG4BIN)/edit \ 99 ROOTXPG6LINKS= $(ROOTXPG6BIN)/vi $(ROOTXPG6BIN)/view $(ROOTXPG6BIN)/edit \
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | mime.c | 634 mimeview(Mime_t* mp, const char* view, const char* name, const char* type, const char* opts) in mimeview() argument 645 if (!view || strcasecmp(view, "test")) in mimeview() 726 if (view && *view && !streq(view, "-")) in mimeview() 727 while (strcasecmp(view, att->name)) in mimeview()
|
/illumos-gate/usr/src/ucbcmd/ |
H A D | Makefile | 99 view \ 148 $(ROOTBIN)/view := LINKDEST= ../bin/edit
|
/illumos-gate/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.
|
/illumos-gate/usr/src/cmd/pools/poold/libjlgrp/ |
H A D | jlgrp.c | 71 jobject obj, jint view) in Java_com_sun_solaris_service_locality_LocalityDomain_jl_1init() argument 75 if ((cookie = lgrp_init(view)) == LGRP_COOKIE_NONE) { in Java_com_sun_solaris_service_locality_LocalityDomain_jl_1init()
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/ |
H A D | Lgrp.pod | 178 hierarchy with the given view. Given the view, L<lgrp_init()> returns a cookie 183 no view is provided. 205 and returns the snapshot's view of the lgroup hierarchy. 207 If the given view is C<LGRP_VIEW_CALLER>, the snapshot contains only the 209 processor sets). When the view is C<LGRP_VIEW_OS>, the snapshot contains what 212 Upon succesful completion, the function returns the view for the snapshot of the 509 =item new([$view]) 529 =item view() 531 Returns the snapshot's view of the lgroup hierarchy. It is a wrapper for
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/frutree/ |
H A D | piclfrutree.info | 66 * SunMC physical view view_points for this platform 67 * This will get moved to a separate SunMC physical view plugin later.
|