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

/osnet-11/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);
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgfxmenu.c53 grub_gfxmenu_view_t view = NULL; local
76 /* Create the view. */
87 view = cached_view;
89 view->double_repaint = (mode_info.mode_type
92 view->selected = entry;
93 view->menu = menu;
94 view->nested = nested;
95 view->first_timeout = -1;
98 if (view->double_repaint)
104 grub_gfxmenu_view_draw (view);
[all...]
H A Dtheme_loader.c116 /* Set the specified property NAME on the view to the given string VALUE.
119 theme_set_string (grub_gfxmenu_view_t view, argument
128 view->title_font = grub_font_get (value);
130 view->message_font = grub_font_get (value);
133 grub_free (view->terminal_font_name);
134 view->terminal_font_name = grub_strdup (value);
135 if (! view->terminal_font_name)
139 grub_video_parse_color (value, &view->title_color);
141 grub_video_parse_color (value, &view->message_color);
143 grub_video_parse_color (value, &view
207 grub_gfxmenu_view_t view; member in struct:parsebuf
636 grub_gfxmenu_view_load_theme(grub_gfxmenu_view_t view, const char *theme_path) argument
[all...]
H A Dview.c0 /* view.c - Graphical menu interface MVC view. */
42 init_terminal (grub_gfxmenu_view_t view);
46 /* Create a new view object, loading the theme specified by THEME_PATH and
47 associating MODEL with the view. */
52 grub_gfxmenu_view_t view; local
57 view = grub_malloc (sizeof (*view));
58 if (! view)
61 view
104 grub_gfxmenu_view_destroy(grub_gfxmenu_view_t view) argument
121 redraw_background(grub_gfxmenu_view_t view, const grub_video_rect_t *bounds) argument
142 draw_title(grub_gfxmenu_view_t view) argument
178 redraw_timeouts(struct grub_gfxmenu_view *view) argument
193 struct grub_gfxmenu_view *view = data; local
208 struct grub_gfxmenu_view *view = data; local
221 grub_gfxmenu_view_t view; local
233 update_menu_components(grub_gfxmenu_view_t view) argument
240 draw_message(grub_gfxmenu_view_t view) argument
266 grub_gfxmenu_view_redraw(grub_gfxmenu_view_t view, const grub_video_rect_t *region) argument
283 grub_gfxmenu_view_draw(grub_gfxmenu_view_t view) argument
309 grub_gfxmenu_view_t view; local
321 grub_gfxmenu_redraw_menu(grub_gfxmenu_view_t view) argument
338 grub_gfxmenu_view_t view = data; local
362 init_terminal(grub_gfxmenu_view_t view) argument
[all...]
H A Dgui_list.c67 grub_gfxmenu_view_t view; member in struct:grub_gui_list_impl
161 entry = grub_menu_get_entry (self->view->menu, item_index);
171 int selected_index = self->view->selected;
244 visible_index < num_shown_items && menu_index < self->view->menu->size;
247 int is_selected = (menu_index == self->view->selected);
268 grub_menu_get_entry (self->view->menu, menu_index)->title;
318 && (num_shown_items < self->view->menu->size)
337 0, self->view->menu->size,
533 /* Set necessary information that the gfxmenu view provides. */
536 grub_gfxmenu_view_t view)
535 list_set_view_info(void *vself, grub_gfxmenu_view_t view) argument
[all...]
/osnet-11/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...]
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.pm167 my ($self, $view);
168 $view = shift;
169 $self->{COOKIE} = (defined($view) ? lgrp_init($view) : lgrp_init()) or
193 sub view subroutine
195 scalar @_ == 1 or _usage("view(class)");
/osnet-11/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...]
/osnet-11/usr/src/lib/liblgrp/common/
H A Dlgrp.c55 * Get generation ID of lgroup hierarchy given view
57 * change for caller's view)
60 lgrp_generation(lgrp_view_t view) argument
62 return (_lgrpsys(LGRP_SYS_GENERATION, view, NULL));
361 * Prune lgroup hierarchy for caller's view
447 lgrp_init(lgrp_view_t view) argument
455 * Check for legal view
457 if (view != LGRP_VIEW_OS && view != LGRP_VIEW_CALLER) {
470 gen = lgrp_generation(view);
[all...]
/osnet-11/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))
/osnet-11/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)
/osnet-11/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)
/osnet-11/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)
/osnet-11/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)
/osnet-11/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)
/osnet-11/usr/src/lib/libstmf/common/
H A Dlibstmf.h265 uchar_t luNbr[8]; /* LU number for this view entry */
294 stmfViewInfo view[1]; member in struct:_stmfViewList
H A Dstmf.c965 * Issue ioctl to add to the view entry
968 /* ioctl success, just copy the view details to opData */
1030 * Purpose: Issues ioctl to add a view entry
1032 * lu - Logical Unit identifier to which the view entry is added
1033 * viewEntry - view entry to add
1076 * Issue ioctl to add to the view entry
1132 /* copy lu nbr back to caller's view entry on success */
1147 * Purpose: Adds a list of view entries to a logical unit
1149 * lu - guid of the logical unit to which the view entry is added
1150 * viewEntryList - List of view entrie
5516 stmfViewInfo *view; local
[all...]

Completed in 77 milliseconds