Home
last modified time | relevance | path

Searched refs:walk_profiles (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/hal/utils/
H A Dcdutils.h48 void walk_profiles(int fd, int (*f)(void *, int, boolean_t), void *);
H A Dcdutils.c242 walk_profiles(int fd, int (*f)(void *, int, boolean_t), void *arg) in walk_profiles() function
/illumos-gate/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c157 walk_profiles(fd, get_cdrom_properties_walker, cs); in get_cdrom_properties()