Home
last modified time | relevance | path

Searched refs:view (Results 1 – 25 of 93) sorted by relevance

1234

/illumos-gate/usr/src/cmd/Adm/
H A Dmailcap14 application/x-starwriter; /usr/bin/soffice -view %s
18 application/x-starmath; /usr/bin/soffice -view %s
19 application/msword; /usr/bin/soffice -view %s
25 application/x-starcalc; /usr/bin/soffice -view %s
27 application/x-starchart; /usr/bin/soffice -view %s
28 application/excel; /usr/bin/soffice -view %s
29 application/msexcel; /usr/bin/soffice -view %s
31 application/x-msexcel; /usr/bin/soffice -view %s
38 application/powerpoint; /usr/bin/soffice -view %s
47 application/x-stardraw; /usr/bin/soffice -view %s
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dview.test19 do_test view-1.0 {
29 do_test view-1.1 {
36 do_test view-1.2 {
42 do_test view-1.3 {
55 do_test view-1.4 {
61 do_test view-1.5 {
67 do_test view-1.6 {
73 do_test view-1.7 {
82 do_test view-1.8 {
90 do_test view-2.1 {
[all …]
H A Dlastinsert.test19 # 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 Dtrigger1.test174 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}
/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddtview.c55 { for(d = dt; d; d = d->view)
68 for(d = dt; d; d = d->view)
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)
142 if((d = dt->view) )
146 if(!view)
152 dt->view = view;
154 view->nview += 1;
[all …]
H A Ddtclose.c48 if(dt->view) /* turn off viewing at this point */
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dattrat.c138 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
272 if ((xattrfd = xattr_openat(namefd, view, 0)) < 0) { in getattrat()
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dast-view.c13 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 DLgrp.pm169 my ($self, $view);
170 $view = shift;
171 $self->{COOKIE} = ($view ? lgrp_init($view) : lgrp_init()) or
195 sub view subroutine
H A DLgrp.xs194 # 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 DLocalityDomain.java62 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 DLgrp.t92 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 Dlgrp.c62 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/uts/sun4/sys/
H A Ddvma.h43 uint_t view);
45 uint_t view);
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dregress.sh1182 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/lib/libcmdutils/common/
H A Dsysattrs.c47 sysattr_status(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 Diommu.h149 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 DMakefile95 $(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/ucbcmd/
H A DMakefile99 view \
148 $(ROOTBIN)/view := LINKDEST= ../bin/edit
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmime.c634 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/cmd/picl/plugins/sun4u/lw2plus/frutree/
H A Dpiclfrutree.info64 * 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 Djlgrp.c71 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 DLgrp.pod178 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 Dpiclfrutree.info66 * SunMC physical view view_points for this platform
67 * This will get moved to a separate SunMC physical view plugin later.
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/
H A DMakefile36 OBJS= smbutil.o discon.o info.o login.o lookup.o print.o status.o view.o \

1234