Searched defs:view (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/libcmdutils/common/
H A Dsysattrs.c40 * attributes in the specified view.
49 sysattr_status(char *file, xattr_view_t view) argument
55 status = getattrat(AT_FDCWD, view, file, &response);
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterView.java49 view(p, ns);
67 public static void view( method in class:DoPrinterView
/illumos-gate/usr/src/lib/libast/common/cdt/
H A Ddtview.c24 /* Set a view path from dict to view.
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) argument
120 Dt_t* dtview(dt,view)
122 reg Dt_t* view;
[all...]
/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
197 scalar @_ == 1 or _usage("view(class)");
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DLocalityDomain.java43 * Obtain a Locality Group snapshot based on the view
49 * Obtain a Locality Group snapshot based on the view
60 * The view used to create this LocalityDomain.
62 private int view; field in class:LocalityDomain
88 * @param view to use when creating the LocalityDomain.
92 public LocalityDomain(int view) throws Exception argument
94 this.view = view;
95 cookie = jl_init(view);
336 * @param view i
338 jl_init(int view) argument
[all...]
/illumos-gate/usr/src/cmd/pools/poold/libjlgrp/
H A Djlgrp.c74 jobject obj, jint view)
78 if ((cookie = lgrp_init(view)) == LGRP_COOKIE_NONE) {
73 Java_com_sun_solaris_service_locality_LocalityDomain_jl_1init(JNIEnv *env, jobject obj, jint view) argument
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dattrat.c138 view_to_name(xattr_view_t view) argument
140 if (view >= XATTR_VIEW_LAST || view < 0)
142 return (xattr_view_name[view]);
146 xattr_openat(int basefd, xattr_view_t view, int mode) argument
152 switch (view) {
166 xattrname = view_to_name(view);
236 fgetattr(int basefd, xattr_view_t view, nvlist_t **response) argument
240 if ((xattrfd = xattr_openat(basefd, view, O_XATTR)) < 0)
251 fsetattr(int basefd, xattr_view_t view, nvlist_ argument
265 getattrat(int basefd, xattr_view_t view, const char *name, nvlist_t **response) argument
288 setattrat(int basefd, xattr_view_t view, const char *name, nvlist_t *request) argument
[all...]
/illumos-gate/usr/src/lib/liblgrp/common/
H A Dlgrp.c60 * Get generation ID of lgroup hierarchy given view
62 * change for caller's view)
65 lgrp_generation(lgrp_view_t view) argument
67 return (_lgrpsys(LGRP_SYS_GENERATION, view, NULL));
308 * Prune lgroup hierarchy for caller's view
393 lgrp_init(lgrp_view_t view) argument
401 * Check for legal view
403 if (view != LGRP_VIEW_OS && view != LGRP_VIEW_CALLER) {
416 gen = lgrp_generation(view);
[all...]
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dmime.c597 * return expanded command/path/value for <view,name,type,opts>
602 mimeview(Mime_t* mp, const char* view, const char* name, const char* type, const char* opts) argument
613 if (!view || strcasecmp(view, "test"))
694 if (view && *view && !streq(view, "-"))
695 while (strcasecmp(view, att->name))
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dcdt.h122 int nview; /* number of parent view dictionaries */
123 Dt_t* view; /* next on viewpath */ member in struct:_dt_s
285 #define dtvnext(d) (_DT(d)->view)
/illumos-gate/usr/src/lib/libast/common/include/
H A Dcdt.h122 int nview; /* number of parent view dictionaries */
123 Dt_t* view; /* next on viewpath */ member in struct:_dt_s
285 #define dtvnext(d) (_DT(d)->view)
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dcdt.h122 int nview; /* number of parent view dictionaries */
123 Dt_t* view; /* next on viewpath */ member in struct:_dt_s
285 #define dtvnext(d) (_DT(d)->view)
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dcdt.h122 int nview; /* number of parent view dictionaries */
123 Dt_t* view; /* next on viewpath */ member in struct:_dt_s
285 #define dtvnext(d) (_DT(d)->view)
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dcdt.h122 int nview; /* number of parent view dictionaries */
123 Dt_t* view; /* next on viewpath */ member in struct:_dt_s
285 #define dtvnext(d) (_DT(d)->view)
/illumos-gate/usr/src/uts/sun4u/io/
H A Diommu.c1587 iommu_dvma_unload(ddi_dma_handle_t h, uint_t index, uint_t view) argument
1639 iommu_dvma_sync(ddi_dma_handle_t h, uint_t index, uint_t view) argument
/illumos-gate/usr/src/uts/common/syscall/
H A Dlgrpsys.c928 * with the given view
931 lgrp_generation(lgrp_view_t view) argument
939 * Determine generation number for given view
941 if (view == LGRP_VIEW_OS)
943 * Return generation number of lgroup hierarchy for OS view
948 * For caller's view, use generation numbers for lgroup
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c4131 bofi_dvma_unload(ddi_dma_handle_t h, uint_t index, uint_t view) argument
4157 dummyhp->save.dvma_ops.dvma_unload(h, index, view);
4177 (view == DDI_DMA_SYNC_FORCPU ||
4178 view == DDI_DMA_SYNC_FORKERNEL) &&
4180 do_dma_corrupt(hp, ep, view, 0, hp->len);
4194 (view == DDI_DMA_SYNC_FORCPU || view == DDI_DMA_SYNC_FORKERNEL))
4203 bofi_dvma_sync(ddi_dma_handle_t h, uint_t index, uint_t view) argument
4238 if (view == DDI_DMA_SYNC_FORCPU || view
[all...]

Completed in 128 milliseconds