Home
last modified time | relevance | path

Searched defs:monitor (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dmonitors.h37 struct monitor { struct
38 u_int16_t cols; /* Columns */
39 u_int16_t hfp; /* Horizontal Front Porch */
40 u_int16_t hsync; /* Horizontal Sync */
41 u_int16_t hbp; /* Horizontal Back Porch */
42 u_int16_t rows; /* Rows */
43 u_int16_t vfp; /* Vertical Front Porch */
44 u_int16_t vsync; /* Vertical Sync */
45 u_int16_t vbp; /* Vertical Back Porch */
46 u_int32_t dotclock; /* Dot Clock */
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dmonitor.h82 struct monitor { struct
91 struct monitor *monitor_init(void); argument
H A Dmonitor_wrap.c608 mm_send_keystate(struct ssh *ssh, struct monitor *monitor) in mm_send_keystate()
/netbsd-src/sys/arch/amiga/dev/
H A Dgrfabs_reg.h249 struct monitor { struct
251 const u_char *name; /* a logical name for this monitor. */ argument
252 void *data; /* monitor specific data. */ argument
253 get_current_mode_func *get_current_mode;
254 vbl_handler_func *vbl_handler; /* called on every vbl if not NULL */
255 get_next_mode_func *get_next_mode; /* return next mode in list */
256 get_best_mode_func *get_best_mode; /* return mode that best fits */
258 alloc_bitmap_func *alloc_bitmap;
259 free_bitmap_func *free_bitmap;
H A Dviewvar.h45 monitor_t *monitor; member
H A Dgrfabs_ccreg.h45 monitor_t * monitor; /* the monitor that owns this mode. */ member
H A Dgrfabs_cc.c58 monitor_t monitor; variable
/netbsd-src/sys/dev/hdaudio/
H A Dhdafg_dd.h40 char monitor[HDAFG_DD_MONITOR_NAME_LEN]; member
/netbsd-src/external/gpl3/gdb/dist/sim/ppc/
H A Dcpu.c49 cpu_mon *monitor; member
81 cpu_mon *monitor, in cpu_create()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
H A Dnouveau_nvkm_subdev_i2c_aux.c101 nvkm_i2c_aux_monitor(struct nvkm_i2c_aux *aux, bool monitor) in nvkm_i2c_aux_monitor()
/netbsd-src/sys/arch/sgimips/gio/
H A Dgrtwo.c79 int monitor; member
/netbsd-src/sbin/route/
H A Droute.c1118 monitor(int argc, char * const *argv) in monitor() function
/netbsd-src/external/gpl2/lvm2/dist/lib/activate/
H A Dactivate.c729 int monitor_dev_for_events(struct cmd_context *cmd, in monitor_dev_for_events()
/netbsd-src/sys/fs/nfs/nlm/
H A Dnlm_prot_impl.c1962 bool_t monitor, CLIENT **rpcp) in nlm_do_lock()