HomeSort by: relevance | last modified time | path
    Searched defs:mount_iterator_t (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/sys/
mount.h 472 typedef struct mount_iterator mount_iterator_t; /* Opaque. */ typedef in typeref:struct:mount_iterator
473 void mountlist_iterator_init(mount_iterator_t **);
474 void mountlist_iterator_destroy(mount_iterator_t *);
475 struct mount *mountlist_iterator_next(mount_iterator_t *);
476 struct mount *mountlist_iterator_trynext(mount_iterator_t *);

Completed in 12 milliseconds