Home
last modified time | relevance | path

Searched refs:machine_entry_subtype (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/gxemul/gxemul-0.6.3/src/machines/
H A Dmachine.cc715 struct machine_entry_subtype *mes; in machine_entry_add_subtype()
718 CHECK_ALLOCATION(mes = (struct machine_entry_subtype *) in machine_entry_add_subtype()
719 malloc(sizeof(struct machine_entry_subtype))); in machine_entry_add_subtype()
724 machine_entry_subtype **) realloc(me->subtype, sizeof(struct in machine_entry_add_subtype()
725 machine_entry_subtype *) * me->n_subtypes)); in machine_entry_add_subtype()
729 memset(mes, 0, sizeof(struct machine_entry_subtype)); in machine_entry_add_subtype()
829 struct machine_entry_subtype *mes; in machine_list_available_types_and_cpus()
/dports/emulators/gxemul/gxemul-0.6.3/src/include/
H A Dmachine.h341 struct machine_entry_subtype { struct
364 struct machine_entry_subtype **subtype; argument