Searched refs:force_sync (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_sync.c44 int force_sync = 0; local
56 force_sync = 1;
58 if ((tiptr = _t_checkfd(fd, force_sync, api_semantics)) == NULL)
H A D_utility.c78 _t_checkfd(int fd, int force_sync, int api_semantics) argument
89 if (!force_sync) {
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_event.c57 uint_t force_sync);
1287 * consistent mode. The "force_sync" parameter is used here to force
1293 uint_t force_sync)
1302 if ((eq->eq_sync == 0) && (force_sync == TAVOR_EQ_SYNC_NORMAL)) {
1292 tavor_eqe_sync(tavor_eqhdl_t eq, tavor_hw_eqe_t *eqe, uint_t flag, uint_t force_sync) argument

Completed in 62 milliseconds