Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdevinfo/
H A Dmapfile-vers221 di_path_flags;
H A Dlibdevinfo.h203 extern uint_t di_path_flags(di_path_t path);
H A Ddevinfo.c2032 di_path_flags(di_path_t path) in di_path_flags() function
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c2742 uint_t di_path_flags = 0; in path_flags_convert() local
2747 di_path_flags |= DI_PATH_FLAGS_DEVICE_REMOVED; in path_flags_convert()
2749 return (di_path_flags); in path_flags_convert()