Searched defs:monitor (Results 1 – 11 of 11) sorted by relevance
38 struct monitor { struct39 u_int16_t cols; /* Columns */40 u_int16_t hfp; /* Horizontal Front Porch */41 u_int16_t hsync; /* Horizontal Sync */42 u_int16_t hbp; /* Horizontal Back Porch */43 u_int16_t rows; /* Rows */44 u_int16_t vfp; /* Vertical Front Porch */45 u_int16_t vsync; /* Vertical Sync */46 u_int16_t vbp; /* Vertical Back Porch */47 u_int32_t dotclock; /* Dot Clock */
65 struct monitor { struct74 struct monitor *monitor_init(void); argument
576 mm_send_keystate(struct ssh *ssh, struct monitor *monitor) in mm_send_keystate()
392 monitor(struct imsg *imsg) in monitor() function
323 monitor(struct imsg *imsg) in monitor() function
248 monitor(const volatile void *addr, u_long extensions, u_int hints) in monitor() function
354 monitor(const volatile void *addr, u_long extensions, u_int hints) in monitor() function
122 ShrPcMonStatSType monitor; member
1138 monitor(int argc, char *argv[]) in monitor() function
85 static int monitor; variable
1933 int monitor, rc = 0; in ieee80211_needs_rxnode() local