di_path_prop_next - libdevinfo path property traversal function
cc [ flag... ] file... -ldevinfo [ library... ] #include <libdevinfo.h> di_path_prop_t di_path_prop_next(di_path_t path, di_path_prop_t prop);
path
prop
The di_prop_next() function returns a handle to the next property on the property list. If prop is DI_PROP_NIL, the handle to the first property is returned.
Upon successful completion, di_path_prop_next() returns a handle to a path property object. Otherwise DI_PROP_NIL is returned, and errno is set to indicate the error.
The di_prop_next() function will fail if:
EINVAL
ENOTSUP
ENXIO
See attributes(5) for descriptions of the following attributes:
|
libdevinfo(3LIB), attributes(5)
Writing Device Drivers
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |