Searched refs:finddevhdl_t (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_finddev.c100 finddev_readdir_alt(const char *path, finddevhdl_t *handlep)
150 finddev_close((finddevhdl_t)handle);
156 finddev_close((finddevhdl_t)handle);
162 *handlep = (finddevhdl_t)handle;
178 finddev_readdir_devfs(const char *path, finddevhdl_t *handlep)
228 finddev_close((finddevhdl_t)handle);
233 *handlep = (finddevhdl_t)handle;
251 finddev_readdir(const char *path, finddevhdl_t *handlep)
319 finddev_close(finddevhdl_t arg)
333 finddev_next(finddevhdl_t ar
[all...]
H A Dlibdevinfo.h545 typedef struct __finddevhdl *finddevhdl_t; typedef in typeref:struct:__finddevhdl
548 extern int finddev_readdir(const char *, finddevhdl_t *);
550 extern void finddev_close(finddevhdl_t);
551 extern const char *finddev_next(finddevhdl_t);
H A Ddevinfo_devperm.c499 finddevhdl_t handle;
H A Ddevinfo_devlink.c2541 finddevhdl_t handle;

Completed in 34 milliseconds