Home
last modified time | relevance | path

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

/NextBSD/lib/libdispatch/src/
HDio.c47 static dispatch_operation_t _dispatch_operation_create(
755 op = _dispatch_operation_create(DOP_DIR_READ, channel, offset, in dispatch_io_read()
789 op = _dispatch_operation_create(DOP_DIR_WRITE, channel, offset, in dispatch_io_write()
856 _dispatch_operation_create(DOP_DIR_READ, channel, 0,
927 _dispatch_operation_create(DOP_DIR_WRITE, channel, 0,
959 _dispatch_operation_create(dispatch_op_direction_t direction, in _dispatch_operation_create() function