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

123

/illumos-gate/usr/src/cmd/tsol/demo/
H A Dwaitforzone.ksh30 display=$3
41 su - ${user} -c "${program} -display ${display}"
/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/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/powertop/
H A DMakefile.com28 display.o \
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dio.c116 display(&rem_win, buf, nb);
129 display(&my_win, buf, nb);
157 /* display string in the standard location */
H A Dtalk.h102 int display(xwin_t *, char *, int);
H A DMakefile28 OBJS= talk.o get_names.o display.o io.o ctl.o init_disp.o \
/illumos-gate/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)))
/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...]
/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/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/tools/scripts/
H A Dwdiff.pl120 .cmdbox { display: none; }
121 a.print { display: none; }
122 .hidebar td.active-down { display: none; }
123 .hidebar td.active-up { display: none; }
127 background-color: #eee; width: 100%; display: block; }
129 background-color: #eee; width: 100%; display: block; }
130 .elided { display: none; }
142 elt_to_show.style.setProperty('display', '', '');
143 elt_to_hide.style.setProperty('display', 'none', '');
153 eh.style.setProperty('display', 'non
[all...]
/illumos-gate/usr/src/cmd/latencytop/
H A DMakefile.com27 OBJS = latencytop.o display.o dwrapper.o klog.o stat.o table.o util.o
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dversatilepb.dts84 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/tools/cscope-fast/
H A DMakefile30 OBJS= main.o dir.o crossref.o scanner.o lookup.o command.o display.o \
H A Dglobal.h86 extern int dispcomponents; /* file path components to display */
100 extern BOOL ogs; /* display OGS book and subsystem names */
134 /* display.c global data */
213 /* display.c */
215 void display(void);
/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 */
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...]
/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/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/consadm/
H A Dconsadm.c86 static int display; variable
172 display++;
193 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

Completed in 155 milliseconds

123