HomeSort by: relevance | last modified time | path
    Searched refs:monitor (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/sys/dev/hdaudio/
hdafg_dd.h 40 char monitor[HDAFG_DD_MONITOR_NAME_LEN]; member in struct:hdafg_dd_info
hdafg_dd.c 91 memcpy(hdi->monitor, data, ELD_MNL(block));
  /src/sys/arch/amiga/dev/
viewvar.h 45 monitor_t *monitor; member in struct:view_softc
grfabs_reg.h 69 typedef struct monitor monitor_t;
71 LIST_HEAD(monitor_list, monitor);
113 u_char *blit_temp; /* private monitor buffer. */
236 get_monitor_func *get_monitor; /* get monitor that mode belongs to */
240 * Monitor stuff.
249 struct monitor { struct
250 LIST_ENTRY(monitor) link; /* a link into the database. */
251 const u_char *name; /* a logical name for this monitor. */
252 void *data; /* monitor specific data. */
view.c 141 * mark views that share this monitor as not displaying
145 views[i].monitor == vu->monitor)
179 views[i].monitor == vu->monitor) {
223 vu->monitor = grf_get_monitor(vu->mode);
275 vu->monitor = grf_get_monitor(vu->mode);
294 vu->monitor = NULL;
grfabs_ccreg.h 41 u_long flags; /* monitor flags. */
45 monitor_t * monitor; /* the monitor that owns this mode. */ member in struct:display_mode_data
279 /* monitor functions */
  /src/sys/dev/ic/
monitors.h 37 struct monitor { struct
decmonitors.c 41 struct monitor decmonitors[] = {
  /src/sys/arch/arm/iomd/
makemodes.awk 32 # This parses a Acorn monitor definition file and constructs an array of
62 monitor = "";
92 # Monitor name
94 monitor = $2;
97 # Monitor DPMS state
182 printf("const char * const monitor = \"%s\";\n", monitor);
  /src/sbin/route/
keywords.sh 37 monitor
  /src/sys/arch/rs6000/stand/boot/
Makefile 24 SRCS+= filesystem.c inkernel.c io.c tgets.c prf.c monitor.c
  /src/sys/fs/nfs/nlm/
nlm.h 171 struct svc_req *rqstp, bool_t monitor, CLIENT **rpcp);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
nouveau_nvkm_subdev_i2c_aux.c 101 nvkm_i2c_aux_monitor(struct nvkm_i2c_aux *aux, bool monitor)
104 AUX_TRACE(aux, "monitor: %s", monitor ? "yes" : "no");
105 if (monitor)
  /src/sys/arch/bebox/stand/boot/
Makefile 25 SRCS+= fd.c filesystem.c inkernel.c io.c kbd.c monitor.c ns16550.c
  /src/sys/arch/prep/stand/boot/
Makefile 23 SRCS+= filesystem.c inkernel.c io.c tgets.c prf.c monitor.c
  /src/bin/sh/
main.c 146 monitor(4, etext, profile_buf, sizeof profile_buf, 50);
299 monitor(0);
option.list 39 mflag monitor m # enable job control
  /src/usr.sbin/sysinst/arch/i386/
msg.md.en 56 (usually the monitor and keyboard). Serial bootblocks use the selected
msg.md.es 56 (normalmente el monitor y teclado). Bootblocks por serie usa el primer
  /src/sys/arch/sgimips/gio/
grtwo.c 79 int monitor; member in struct:grtwo_devconfig
391 dc->monitor =
400 dc->monitor = (bus_space_read_4(dc->iot, dc->ioh, GR2_REVISION_RD0) & GR2_REVISION4_RD0_MONITOR_MASK) >> 4;
518 aprint_normal(": GR2 (board rev %x, monitor %d, depth %d)\n",
519 sc->sc_dc->boardrev, sc->sc_dc->monitor, sc->sc_dc->depth);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
i2c.h 68 void nvkm_i2c_aux_monitor(struct nvkm_i2c_aux *, bool monitor);
  /src/tests/net/ndp/
t_ndp.sh 450 rump.route -n monitor -c 1 > $file &
464 rump.route -n monitor -c 1 > $file &
479 rump.route -n monitor -c 1 > $file &
494 rump.route -n monitor -c 1 > $file &
  /src/sys/arch/news68k/news68k/
locore.s 70 ASLOCAL(monitor)
97 moveal _ASM_LABEL(monitor), %a0; \
134 movl %a0@(188),_ASM_LABEL(monitor)| save trap #15 to return PROM monitor
283 * Just drop out to the monitor.
293 * kernel. Just drop out to the monitor.
801 movc %d3,%vbr | Restore monitor's VBR
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/vf/
vf610-zii-dev.dtsi 88 supply-voltage-monitor {
  /src/sys/arch/i386/i386/
cpufunc.S 330 monitor %eax, %ecx, %edx

Completed in 119 milliseconds

1 2