HomeSort by: relevance | last modified time | path
    Searched defs:monitor (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/dev/hdaudio/
hdafg_dd.h 40 char monitor[HDAFG_DD_MONITOR_NAME_LEN]; member in struct:hdafg_dd_info
  /src/sys/dev/ic/
monitors.h 37 struct monitor { struct
  /src/sys/arch/amiga/dev/
viewvar.h 45 monitor_t *monitor; member in struct:view_softc
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 */
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. */
grfabs_cc.c 58 monitor_t monitor; variable
160 /* monitor functions. */
169 cc_monitor = m_this = &monitor;
423 return (DMDATA(d)->monitor);
863 h_this_data->monitor = cc_monitor;
1045 hl_this_data->monitor = cc_monitor;
1271 hdl_this_data->monitor = cc_monitor;
1527 a24_this_data->monitor = cc_monitor;
1816 aga_this_data->monitor = cc_monitor;
2125 super72_this_data->monitor = cc_monitor
    [all...]
  /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);
newport.c 64 const char *monitor; member in struct:newport_monitor_entry
80 * This (ideally) matches what the boot firmware is configuring as monitor
84 /* Firmware monitor IDs */
186 * Return the monitor ID which hopefully matches the firmware selection.
188 * The firmware first checks to see if it's an unknown monitor
190 * If it is a detected and known monitor then that is returned.
192 * Note that unknown monitor IDs for the SGI Indy is
237 * Return the string representation of the monitor ID.
239 * This is the monitor ID that has already been populated
245 return (newport_monitor_list[newport_get_monitor_id(dc)].monitor);
    [all...]
  /src/sbin/route/
route.c 113 static void monitor(int, char * const *);
247 monitor(argc, argv);
1118 monitor(int argc, char * const *argv) function
1127 /* usage: route monitor [-c <count>] */
1129 /* eat "monitor" */

Completed in 43 milliseconds