Home
last modified time | relevance | path

Searched refs:iotype (Results 1 – 4 of 4) sorted by relevance

/external/mksh/src/
Dexec.c1319 int iotype = iop->ioflag & IOTYPE; in iosetup() local
1325 if (iotype != IOHERE) in iosetup()
1330 iotmp.name = (iotype == IOHERE) ? NULL : cp; in iosetup()
1339 switch (iotype) { in iosetup()
1407 iotype == IODUP ? "dup" : in iosetup()
1408 (iotype == IOREAD || iotype == IOHERE) ? in iosetup()
1442 if (iotype != IODUP) in iosetup()
1446 if (iotype != IODUP) in iosetup()
/external/fio/
Dgfio.h21 struct multitext_widget iotype; member
Dgfio.c134 multitext_update_entry(&ge->eta.iotype, 0, ""); in clear_ge_ui_info()
1340 multitext_set_entry(&ge->eta.iotype, index); in combo_entry_changed()
1350 multitext_free(&ge->eta.iotype); in combo_entry_destroy()
1386 ge->eta.iotype.entry = new_info_entry_in_frame(probe_box, "IO"); in new_client_page()
Dgclient.c609 multitext_add_entry(&ge->eta.iotype, tmp);
627 multitext_set_entry(&ge->eta.iotype, 0);