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

/illumos-gate/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 */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Ddisplay.c81 display(win, text, size) function
/illumos-gate/usr/src/cmd/getfacl/
H A Dgetfacl.c35 * display format:
63 static char *display(int);
145 /* display ACL: assume it is sorted. */
163 permp = display(tp->a_perm);
167 permp = display(tp->a_perm & mask);
175 /* no need to display uid */
176 permp = display(tp->a_perm);
183 permp = display(tp->a_perm);
187 permp = display(tp->a_perm & mask);
195 permp = display(t
278 display(int perm) function
[all...]
/illumos-gate/usr/src/lib/libtsol/common/
H A Dsetflabel.c189 char *display; local
195 if ((display = getenv("DISPLAY")) == NULL)
196 display = "";
197 display_len = strlen(display) + 1;
223 clcall.display = strings;
228 (void) strcpy(&clcall.buf[clcall.display], display);
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...]
H A Dlabeld.h285 bufp_t display; member in struct:__anon4169
/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Ddisplay_sun4u.h69 int display; /* Should we display this card? */ member in struct:io_card
90 int display(Sys_tree *, Prom_node *, struct system_kstat_data *, int);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/keygen/
H A Dkeygen.c528 * key to display is the master key. Otherwise, it's a
588 * This program is used to generate and display WAN boot encryption and
615 boolean_t display = B_FALSE; local
653 display = B_TRUE;
704 cid, !display) != KEYGEN_SUCCESS) {
711 * If display chosen, go do it.
713 if (display) {
/illumos-gate/usr/src/cmd/fmthard/
H A Dfmthard.c91 static void display(struct dk_geom *, struct extvtoc *, char *);
324 display(&disk_geom, &disk_vtoc, argv[optind]);
374 * display ()
376 * display contents of VTOC without writing it to disk
379 display(struct dk_geom *geom, struct extvtoc *vtoc, char *device) function
/illumos-gate/usr/src/cmd/devfsadm/
H A Dmisc_link.c37 static int display(di_minor_t minor, di_node_t node);
74 { "display", "ddi_display", NULL,
75 TYPE_EXACT, ILEVEL_0, display
260 display(di_minor_t minor, di_node_t node) function
/illumos-gate/usr/src/cmd/users/
H A Dusers.c459 * These functions handle the display list. The display list contains
460 * all of the information we're to display. The list contains a pointer
467 * initdisp Initializes the display list
468 * adddisp Adds information to the display list
469 * genreport Generates a report from the items in the display list
472 * struct display Describes the structure that contains the
483 struct display { struct
486 struct display *next;
489 static struct display *displayhea
[all...]
/illumos-gate/usr/src/tools/cscope-fast/
H A Ddisplay.c35 * display functions
64 static int subsystemlen; /* OGS subsystem name display */
66 static int booklen; /* OGS book name display field length */
67 static int filelen; /* file name display field length */
68 static int fcnlen; /* function name display field length */
72 static int numlen; /* line number display field length */
88 /* last search is not part of the cscope display */
111 /* initialize display parameters */
141 /* display a page of the references */
144 display(voi function
[all...]
/illumos-gate/usr/src/cmd/consadm/
H A Dconsadm.c86 static int display; variable
172 display++;
193 if (display) {
/illumos-gate/usr/src/uts/common/sys/
H A Dvisual_io.h149 * On machines that don't have a prom, kmdb uses the kernel to display
151 * VIS_DEVINIT to ask the framebuffer driver to display the data. The
152 * framebuffer driver CANNOT use any DDI services to display this data. It
198 * display, hide, and move the cursor on the console. The framebuffer driver
204 /* Cursor action - Either display or hide cursor */
213 * The driver is expected to display the data at location (row,col). Width
233 screen_pos_t row; /* Row to display data at */
234 screen_pos_t col; /* Col to display data at */
237 unsigned char *data; /* Data to display */
252 screen_pos_t row; /* Row to display curso
277 void (*display)(struct vis_polledio_arg *, struct vis_consdisplay *); member in struct:vis_polledio
[all...]
/illumos-gate/usr/src/cmd/vt/
H A Dvtdaemon.c93 * lock the display.
226 vt_activate_screenlock(int display) argument
234 do_activate_screenlock(display);
381 int ve_info; /* vtno or display num */
915 * its vt upon startup for each graphical display. So here we can
917 * display when we receive a special VT_EV_X_EXIT request from
934 * check if the pid is of the Xserver for the current active display,
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamadm/
H A Dnwamadm.c1019 boolean_t display = B_TRUE; local
1072 display = B_FALSE;
1078 display = B_FALSE;
1084 display = B_FALSE;
1163 if (display) {
/illumos-gate/usr/src/cmd/logins/
H A Dlogins.c57 * USAGE_MSG Message used to display a usage error
335 * These functions handle the display list. The display list contains
336 * all of the information we're to display. The list contains a pointer
344 * initdisp Initializes the display list
345 * adddisp Adds information to the display list
347 * display list
348 * genreport Generates a report from the items in the display
350 * applygroup Add group information to the items in the display
353 * in the display lis
366 struct display { struct
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/
H A Dmontecarlo.c54 #include "display.h"
294 * display functions
296 int display(Sys_tree *, Prom_node *, struct system_kstat_data *, int);
348 display(Sys_tree *tree, function
362 * Now display the machine's configuration. We do this if we
378 /* display system clock frequency */
390 /* display Montecarlo/Tonga FRU information */
399 /* platform specific display mod */
407 } /* display(....) */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c16 * must display the following acknowledgement:
904 (void) printf("%-15s %s\n", "?", "display help information");
1065 (void) printf("%-15s %s\n", "?", "display help information");
1145 (void) printf("%-15s %s\n", "?", "display help information");
1380 * "display" command.
1384 display(argc, argv) function
3377 static char displayhelp[] = "display operating parameters";
3395 { "display", displayhelp, display, 0 },
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlstat.c52 boolean_t display; member in struct:flowlist

Completed in 105 milliseconds