Searched refs:next_dev (Results 1 - 16 of 16) sorted by relevance

/haiku/headers/os/kernel/
H A Dfs_info.h46 extern dev_t next_dev(int32 *pos);
/haiku/headers/private/fs_shell/
H A Dfssh_fs_info.h47 extern fssh_dev_t next_dev(int32_t *pos);
/haiku/headers/build/os/kernel/
H A Dfs_info.h45 extern dev_t next_dev(int32 *pos);
/haiku/src/system/libroot/os/
H A Dfs_info.cpp32 next_dev(int32 *_cookie) function
/haiku/src/kits/storage/
H A DVolumeRoster.cpp55 device = next_dev(&fCookie);
/haiku/src/bin/
H A Dtrash.cpp130 if (next_dev(&dev) < B_OK)
H A Ddf.cpp245 while ((device = next_dev(&cookie)) >= B_OK) {
/haiku/src/servers/package/
H A DPackageDaemon.cpp58 dev_t device = next_dev(&cookie);
/haiku/src/tests/kits/storage/
H A DVolumeTest.cpp448 while ((device = next_dev(&cookie)) >= 0)
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp105 while ((device = next_dev(&cookie)) >= B_OK) {
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.cpp338 while ((volumeID = next_dev(&cookie)) >= 0)
/haiku/src/kits/tracker/
H A DTracker.cpp205 while ((device = next_dev(&cookie)) >= B_OK) {
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2117 void next_dev() {} function
H A Dlibroot_stubs_legacy.c2090 void next_dev() {} function
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp3375 while ((DeviceID = next_dev (&Cookie)) >= 0)
/haiku/src/system/kernel/fs/
H A Dvfs.cpp8201 while ((device = next_dev(&cookie)) >= 0) {

Completed in 362 milliseconds