Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.h42 char *mtab_next (gpointer handle, char **mount_point);
H A Dhal-storage-shared.c95 mtab_next (gpointer handle, char **mount_point) in mtab_next() function
H A Dhal-storage-mount.c405 while (((entry = mtab_next (handle, mount_point)) != NULL) && (ret == FALSE)) { in device_is_mounted()