Searched defs:display (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4u.c44 #include "display.h"
57 display(Sys_tree *tree, function
75 * Now display the machine's configuration. We do this if we
90 /* display system clock frequency */
/osnet-11/usr/src/lib/libprtdiag/inc/
H A Ddisplay_sun4u.h51 int display; /* Should we display this card? */ member in struct:io_card
72 int display(Sys_tree *, Prom_node *, struct system_kstat_data *, int);
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Dieee1275.c36 static char *display; variable
63 if (grub_strcmp (alias->type, "display") == 0)
65 grub_dprintf ("video", "Found display %s\n", alias->path);
66 display = grub_strdup (alias->path);
113 return grub_error (GRUB_ERR_IO, "Couldn't retrieve display width.");
118 return grub_error (GRUB_ERR_IO, "Couldn't retrieve display height.");
123 return grub_error (GRUB_ERR_IO, "Couldn't retrieve display pitch.");
144 if (!display)
145 return grub_error (GRUB_ERR_IO, "Couldn't find display device.");
147 if (grub_ieee1275_finddevice (display,
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A Dtest.pl101 return defined $x ? '"' . display ($x) . '"' : 'undef';
109 # A way to display scalars containing control characters and Unicode.
111 sub display { subroutine
/osnet-11/usr/src/lib/libtsol/common/
H A Dprivate.c53 * dim: char display[display_size]; Dim | Set
215 * display = Array of indicators as to whether the word is present
219 * display_size = Number of entries in the display/words lists.
235 char **string, char **long_words[], char **short_words[], char *display[],
285 *display = sldim;
311 * display = Array of indicators as to whether the word is present
327 bslcvt(const bslabel_t *label, int flags, char **string, char *display[]) argument
367 *display = sldim;
392 * display = Array of indicators as to whether the word is present
396 * display_size = Number of entries in the display/word
234 bslcvtfull(const bslabel_t *label, const blrange_t *bounds, int flags, char **string, char **long_words[], char **short_words[], char *display[], int *first_compartment, int *display_size) argument
411 bclearcvtfull(const bclear_t *clearance, const blrange_t *bounds, int flags, char **string, char **long_words[], char **short_words[], char *display[], int *first_compartment, int *display_size) argument
506 bclearcvt(const bclear_t *clearance, int flags, char **string, char *display[]) argument
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlstat.c72 boolean_t display; member in struct:flowlist
166 if (fcurr->flowname && fcurr->display) {
210 flist->display = B_FALSE;
240 flist->display = B_TRUE;
267 fcurr->display) {
323 flist->display = B_FALSE;
365 flist->display = B_TRUE;
535 * Continuously display link or flow statstics using a libcurses
536 * based display.

Completed in 34 milliseconds