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

  /src/sys/arch/amiga/dev/
grfabs_cc.c 55 monitor_t *m_this; variable in typeref:typename:monitor_t *
166 if (m_this)
167 return(m_this);
169 cc_monitor = m_this = &monitor;
177 m_this->name = monitor_name;
178 m_this_data = m_this->data = &monitor_data;
180 m_this->get_current_mode = get_current_mode;
181 m_this->vbl_handler = (vbl_handler_func *) monitor_vbl_handler;
182 m_this->get_next_mode = get_next_mode;
183 m_this->get_best_mode = get_best_mode
    [all...]
grfabs_cc.c 55 monitor_t *m_this; variable in typeref:typename:monitor_t *
166 if (m_this)
167 return(m_this);
169 cc_monitor = m_this = &monitor;
177 m_this->name = monitor_name;
178 m_this_data = m_this->data = &monitor_data;
180 m_this->get_current_mode = get_current_mode;
181 m_this->vbl_handler = (vbl_handler_func *) monitor_vbl_handler;
182 m_this->get_next_mode = get_next_mode;
183 m_this->get_best_mode = get_best_mode
    [all...]

Completed in 22 milliseconds