Searched refs:display (Results 1 - 25 of 43) sorted by relevance

12

/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/cmd/powertop/
H A DMakefile.com28 display.o \
/osnet-11/usr/src/lib/libast/common/comp/
H A Dfmtmsglib.c165 p->display = s;
189 display(register const MM_table_t* tab, int value, int mask)
194 return (char*)tab->display;
294 if ((mask & MM_severity) && (s = display(mm_severity, severity, 0)))
318 if ((mask & MM_source) && (m = classification & (MM_APPL|MM_UTIL|MM_OPSYS)) && (s = display(mm_class, m, 1)))
320 if ((mask & MM_class) && (m = classification & (MM_HARD|MM_SOFT|MM_FIRM)) && (s = display(mm_class, m, 1)))
322 if ((mask & MM_status) && (m = classification & (MM_RECOVER|MM_NRECOV)) && (s = display(mm_class, m, 1)))
/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/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/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToPod.pm64 This is a "plug-in" class that allows Perldoc to display Pod source as
/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 */
H A Dpdevinfo_sun4u.c44 #include "display.h"
124 return (display(&sys_tree, root_node, &sys_kstat, syserrlog));
H A Dio.c51 #include "display.h"
334 * a char string to display for slot.
371 card.display = 1;
376 for (fb = dev_find_node_by_type(board->nodes, "device_type", "display");
378 fb = dev_next_node_by_type(fb, "device_type", "display")) {
533 card.display = 1;
546 /* XXX - For now, don't display failed cards */
561 /* Figure out how we want to display the name */
795 card.display = 1;
930 /* Figure out how we want to display th
[all...]
H A Dlibdevinfo_sun4u.c40 #include "display.h"
455 retval = display(&sys_tree, root_node, &sys_kstat, syserrlog);
/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/cmd/perl/5.8.4/distrib/ext/re/
H A Dre.pm64 form of output that can be used to get a colorful display on terminals
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCheckTree.pm59 File::CheckTree used to not display fatal error messages.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Ddprofpp.PL64 dprofpp - display perl profile data
84 will display the 15 subroutines which are using the most time. By default
215 Do not display column headers.
353 # -O cnt Specifies maximum number of subroutines to display.
488 display( $runtime, $hz, $names, $calls, $times, $ctimes, $cnt, $a,
604 sub display {
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/ontario/common/
H A Derie.c51 #include <display.h>
H A Dhuron.c51 #include <display.h>
H A Dpelton.c51 #include <display.h>
H A Dontario.c51 #include <display.h>
380 * Now display the last powerfail time and the fatal hardware
387 * display time of latest powerfail. Not all systems
H A Dstpaul.c52 #include <display.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm290 $Term::ANSIColor::AUTORESET to a true value. Then, the display mode will
296 will reset the display mode afterwards, whereas:
409 ignored, or they may display as an ESC character followed by some apparent
/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.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.pm105 # display display format (package's global when not set)
1295 # Set (get if no argument) the display format for all complex numbers that
1298 # When called as an object method, this actually sets the display format for
1341 # depending on the current display format:
1343 # . If a specific display format has been recorded for this object, use it.
1790 override the default display style, which is C<"cartesian">. Not
1795 returns the current display style for this number. Otherwise whatever you
1796 specify will be the new display style for I<this> particular number.
1818 The old display forma
[all...]
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/montoya/common/
H A Dmontoya.c51 #include <display.h>
315 * Now display the last powerfail time and the fatal hardware
322 * display time of latest powerfail. Not all systems
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/monza/common/
H A Dmonza.c51 #include <display.h>
352 * Now display the last powerfail time and the fatal hardware
359 * display time of latest powerfail. Not all systems
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm260 used to let C<runtests()> display the standard output of the script
1182 HARNESS_TODOFAIL to display TODO failures
1188 Fix stats display when there's an overrun.

Completed in 80 milliseconds

12