Searched refs:IM_WAIT (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/dev/i2o/ |
| D | iop.c | 674 im = iop_msg_alloc(sc, IM_WAIT); in iop_reconfigure() 1075 im = iop_msg_alloc(sc, IM_WAIT); in iop_hrt_get0() 1134 im = iop_msg_alloc(sc, IM_WAIT); in iop_lct_get0() 1205 im = iop_msg_alloc(sc, IM_WAIT | IM_NOSTATUS); in iop_sys_enable() 1244 im = iop_msg_alloc(sc, (ii == NULL ? IM_WAIT : 0) | IM_NOSTATUS); in iop_field_get_all() 1303 im = iop_msg_alloc(sc, IM_WAIT); in iop_field_set() 1344 im = iop_msg_alloc(sc, IM_WAIT); in iop_table_clear() 1387 im = iop_msg_alloc(sc, IM_WAIT); in iop_table_add_row() 1429 fl = (async != 0 ? IM_WAIT : IM_POLL); in iop_simple_cmd() 1456 im = iop_msg_alloc(sc, IM_WAIT); in iop_systab_set() [all …]
|
| D | iopvar.h | 70 #define IM_WAIT 0x0100 /* Wait (sleep) for completion */ macro
|
| D | ld_iop.c | 452 im = iop_msg_alloc(iop, poll ? IM_POLL : IM_WAIT); in ld_iop_flush()
|
| D | dpti.c | 676 im = iop_msg_alloc(iop, IM_WAIT | IM_NOSTATUS); in dpti_passthrough()
|
| D | iopsp.c | 358 im = iop_msg_alloc(iop, IM_WAIT); in iopsp_rescan()
|