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

1234

/freebsd-11-stable/sys/pc98/include/pc/
H A Ddisplay.h31 #include <i386/pc/display.h>
/freebsd-11-stable/usr.bin/talk/
H A DMakefile5 SRCS= ctl.c ctl_transact.c display.c get_addrs.c get_iface.c get_names.c \
H A Dio.c60 extern void display(xwin_t *, wchar_t *);
136 display(&his_win, &w);
142 display(&my_win, &w);
H A Ddisplay.c35 static const char sccsid[] = "@(#)display.c 8.1 (Berkeley) 6/6/93";
50 void display(xwin_t *, wchar_t *);
89 display(xwin_t *win, wchar_t *wc) function
/freebsd-11-stable/libexec/rpc.rusersd/
H A Drusers_proc.c73 XqueryIdle(char *display) argument
81 if (!(dpy= XOpenDisplay(display))) {
82 syslog(LOG_ERR, "Cannot open display %s", display);
87 syslog(LOG_ERR, "%s: unable to get idle time", display);
91 syslog(LOG_ERR, "%s: Xidle extension not loaded", display);
96 syslog(LOG_ERR, "%s: server grabbed for over 10 seconds", display);
108 getidle(const char *tty, const char *display __unused)
120 if (display && *display
[all...]
/freebsd-11-stable/usr.bin/ipcs/
H A Dipcs.c113 int display = SHMINFO | MSGINFO | SEMINFO; local
136 display = SHMTOTAL;
139 display = SHMINFO;
151 display = MSGTOTAL;
154 display = MSGINFO;
157 display = SEMTOTAL;
160 display = SEMINFO;
163 display = SHMTOTAL | MSGTOTAL | SEMTOTAL;
202 if (display & (MSGINFO | MSGTOTAL)) {
203 if (display
[all...]
/freebsd-11-stable/usr.bin/hexdump/
H A DMakefile7 SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
H A Dhexdump.c80 display();
H A Dhexdump.h93 void display(void);
/freebsd-11-stable/contrib/dialog/samples/
H A Dtextbox9 Hi, this is a text dialog box. It can be used to display text from a file.
H A Dtextbox29 Hi, this is a text dialog box. It can be used to display text from a file.
/freebsd-11-stable/contrib/top/
H A DMakefile.X1 # Makefile for "top", a top 10 process display for Unix
39 # TOPN - default number of processes to display
42 # set TOPN to -1 to indicate infinity (so that top will display as many
48 CFILES = top.c commands.c display.c screen.c username.c \
50 OBJS = top.o commands.o display.o screen.o username.o \
79 top.o: boolean.h display.h screen.h top.h top.local.h utils.h machine.h
81 display.o: boolean.h display.h layout.h screen.h top.h top.local.h utils.h
/freebsd-11-stable/release/picobsd/tinyware/help/
H A Dhelp.c36 int display(FILE *, const char *);
56 s=display(fd, argc>1 ? argv[1] : "help");
60 s|=display(fd, argv[i++]);
85 display(FILE *fd, const char *fname) function
/freebsd-11-stable/crypto/openssh/
H A Dsession.h47 char *display; member in struct:Session
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_pm.c263 if (!dev_priv->display.fbc_enabled)
266 return dev_priv->display.fbc_enabled(dev);
281 dev_priv->display.enable_fbc(work->crtc,
326 if (!dev_priv->display.enable_fbc)
333 dev_priv->display.enable_fbc(crtc, interval);
348 * display to settle before starting the compression. Note that
368 if (!dev_priv->display.disable_fbc)
371 dev_priv->display.disable_fbc(dev);
728 * FIFO underruns and display "flicker").
955 * @pixel_size: display pixe
1085 g4x_compute_wm0(struct drm_device *dev, int plane, const struct intel_watermark_params *display, int display_latency_ns, const struct intel_watermark_params *cursor, int cursor_latency_ns, int *plane_wm, int *cursor_wm) argument
1143 g4x_check_srwm(struct drm_device *dev, int display_wm, int cursor_wm, const struct intel_watermark_params *display, const struct intel_watermark_params *cursor) argument
1171 g4x_compute_srwm(struct drm_device *dev, int plane, int latency_ns, const struct intel_watermark_params *display, const struct intel_watermark_params *cursor, int *display_wm, int *cursor_wm) argument
1619 ironlake_check_srwm(struct drm_device *dev, int level, int fbc_wm, int display_wm, int cursor_wm, const struct intel_watermark_params *display, const struct intel_watermark_params *cursor) argument
1662 ironlake_compute_srwm(struct drm_device *dev, int level, int plane, int latency_ns, const struct intel_watermark_params *display, const struct intel_watermark_params *cursor, int *fbc_wm, int *display_wm, int *cursor_wm) argument
2048 sandybridge_compute_sprite_wm(struct drm_device *dev, int plane, uint32_t sprite_width, int pixel_size, const struct intel_watermark_params *display, int display_latency_ns, int *sprite_wm) argument
2080 sandybridge_compute_sprite_srwm(struct drm_device *dev, int plane, uint32_t sprite_width, int pixel_size, const struct intel_watermark_params *display, int latency_ns, int *sprite_wm) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dwpa_debug.c283 const char *display; local
287 display = " [NULL]";
289 display = "";
305 display = strbuf;
307 display = " [REMOVED]";
313 title, (long unsigned int) len, display, local
321 const char *display;
325 display = " [NULL]";
327 display = "";
340 display
[all...]
/freebsd-11-stable/contrib/libxo/
H A Dlibxo-config.in30 --help display this help and exit
/freebsd-11-stable/usr.bin/systat/
H A Dkeyboard.c82 display();
113 /* Timeout or signal. Call display another time */
114 display();
H A Difstat.c85 bool display; member in struct:if_stat
220 if (!ifp->display || ifp->match == 0) {
263 * Initially, we only display interfaces that have
264 * received some traffic unless display-all is on.
267 p->display = true;
319 if (!ifp->display && new_inb > 0 && old_inb == 0) {
320 ifp->display = true;
425 * those that are to be displayed (ifp->display = 1). For each interf-
430 * ``display'' state.
444 if (ifp->display
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.h44 int (*display) (struct dwarf_section *, void *); member in struct:dwarf_section_display
/freebsd-11-stable/gnu/lib/libreadline/readline/
H A DMakefile9 rltty.c complete.c bind.c isearch.c display.c signals.c \
/freebsd-11-stable/usr.bin/top/
H A DMakefile7 SRCS= commands.c display.c machine.c screen.c top.c \
/freebsd-11-stable/usr.sbin/apm/
H A Dapm.c330 * currently, it can turn off the display, but the display never comes
385 int display = -1, batt_life = 0, ac_status = 0, standby = 0; local
405 display = is_true(optarg);
449 if (haltcpu != -1 || enable != -1 || display != -1 || delta || dosleep
485 if (display != -1)
486 apm_display(fd, display);
/freebsd-11-stable/tools/sched/
H A Dschedgraph.py62 # Add a per-source summary display
1117 def __init__(self, master, display):
1118 self.display = display
1125 height=display["height"], bg='grey',
1140 self["width"], self.display.ysize()))
1160 self["width"], self.display.ysize()))
1316 self.display = None
1333 self.display = SchedDisplay(self)
1334 self.names = SchedNames(self, self.display)
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dprintcmd.c95 /* Number of auto-display expression currently being displayed.
108 struct display struct
110 /* Chain link to next auto-display item. */
111 struct display *next;
114 /* Item number of this auto-display item. */
120 /* Status of this display (enabled or disabled) */
127 static struct display *display_chain;
149 static void do_one_display (struct display *);
153 static void free_display (struct display *);
1349 /* Add an expression to the auto-display chai
[all...]

Completed in 328 milliseconds

1234