Searched refs:possible_emulation (Results 1 – 2 of 2) sorted by relevance
88 const os_emul **possible_emulation; in os_emul_create() local90 for (possible_emulation = os_emulations, emul_data = NULL; in os_emul_create()91 *possible_emulation != NULL && emul_data == NULL; in os_emul_create()92 possible_emulation++) { in os_emul_create()93 emul_data = (*possible_emulation)->create(root, in os_emul_create()98 *chosen_emulation = **possible_emulation; in os_emul_create()