Home
last modified time | relevance | path

Searched refs:HDL_RDWR (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c418 if (HDL_RDWR(&proto)) { in handle_alloc()
454 if (HDL_RDWR(&proto)) { in handle_alloc()
469 assert(HDL_RDWR(hdp)); in cache_alloc()
547 assert(HDL_RDWR(hdp)); in read_nodes()
595 assert(HDL_RDWR(hdp)); in read_minors()
636 assert(HDL_RDWR(hdp)); in read_links()
806 assert(HDL_RDWR(hdp)); in write_nodes()
868 assert(HDL_RDWR(hdp)); in write_minors()
923 assert(HDL_RDWR(hdp)); in write_links()
984 assert(HDL_RDWR(hdp)); in write_string()
[all …]
H A Ddevinfo_devlink.h245 #define HDL_RDWR(h) (((h)->flags & OPEN_FLAGS) == OPEN_RDWR) macro