Home
last modified time | relevance | path

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

/NextBSD/lib/libdispatch/src/
HDio_internal.h50 DOP_DIR_MAX, enumerator
HDio.c965 dispatch_assert(direction < DOP_DIR_MAX); in _dispatch_operation_create()
1368 for (dir = 0; dir < DOP_DIR_MAX; dir++) { in _dispatch_fd_entry_create_with_fd()
1441 for (dir = 0; dir < DOP_DIR_MAX; dir++) { in _dispatch_fd_entry_create_with_path()
1518 for (direction = 0; direction < DOP_DIR_MAX; direction++) { in _dispatch_fd_entry_cleanup_operations()
1545 for (direction = 0; direction < DOP_DIR_MAX; direction++) { in _dispatch_stream_init()
1836 dispatch_assert(op->direction < DOP_DIR_MAX); in _dispatch_stream_source()
2300 dispatch_assert(op->direction < DOP_DIR_MAX); in _dispatch_operation_deliver_data()