Searched refs:B_PRIdDEV (Results 26 - 41 of 41) sorted by relevance

12

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp1614 "node: (%" B_PRIdDEV ", %" B_PRIdINO ")\n",
1718 "(%" B_PRIdDEV ", %" B_PRIdINO ") -> "
1795 PRINT("Walk: (%" B_PRIdDEV ", %" B_PRIdINO ", `%s') -> "
1796 "(%" B_PRIx32 ", (%" B_PRIdDEV ", %" B_PRIdINO "), `%s')\n",
1862 PRINT("MultiWalk: (%" B_PRIdDEV ", %" B_PRIdINO ", %" B_PRId32 ") -> "
2442 PRINT(" query entry: %" B_PRIdDEV ", %" B_PRIdINO ", \"%s\"\n",
2482 "dir: (%" B_PRIdDEV ", %" B_PRIdINO "), "
2483 "node: (%" B_PRIdDEV ", %" B_PRIdINO ", `%s')\n",
2584 " directory: (%" B_PRIdDEV ", %" B_PRIdINO ")\n",
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp118 return BString().SetToFormat("%" B_PRIdDEV ":%" B_PRIdINO, nodeRef.device,
126 return BString().SetToFormat("%" B_PRIdDEV ":%" B_PRIdINO ":\"%s\"",
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A Dnetfs.cpp692 PRINT(" entry: d_dev: %" B_PRIdDEV ", d_pdev: %" B_PRIdDEV
/haiku/src/kits/tracker/
H A DModel.cpp1313 B_PRIdDEV ", directory inode %" B_PRIdINO "\n",
1422 PRINT(("node ref of open Node %" B_PRIdINO " %" B_PRIdDEV "\n",
H A DVirtualDirectoryManager.cpp521 " device %" B_PRIdDEV "\n"
H A DFSUtils.cpp1690 PRINT(("Avoiding mount point %" B_PRIdDEV ", %" B_PRIdDEV "\n",
/haiku/src/system/kernel/fs/
H A Dvfs.cpp891 dprintf("vnode %" B_PRIdDEV ":%" B_PRIdINO
1167 dprintf("vnode %" B_PRIdDEV ":%" B_PRIdINO " is busy!\n",
3007 kprintf(" id: %" B_PRIdDEV "\n", mount->id);
3066 "<%" B_PRIdDEV ",%" B_PRIdINO ">", devID, nodeID);
3133 kprintf(" device: %" B_PRIdDEV "\n", vnode->device);
3218 kprintf("%p%4" B_PRIdDEV " %p %p %p %s\n", mount, mount->id, mount->root_vnode,
3300 kprintf("%p%4" B_PRIdDEV "%10" B_PRIdINO "%5" B_PRId32 " %p %p %p %s%s%s\n",
3337 kprintf("%p%4" B_PRIdDEV "%10" B_PRIdINO " %p %8" B_PRIdOFF "%8" B_PRId32 "\n",
3712 panic("vnode %" B_PRIdDEV ":%" B_PRIdINO " already exists (node = %p, "
5475 "mount ID %" B_PRIdDEV "!\
[all...]
H A Dnode_monitor.cpp644 dprintf("Resolving mount point %" B_PRIdDEV ":%" B_PRIdINO " failed!"
/haiku/src/kits/storage/
H A DEntry.cpp763 printf("dir.device == %" B_PRIdDEV "\n", st.st_dev);
/haiku/src/servers/app/font/
H A DGlobalFontManager.cpp835 printf("could not watch directory %" B_PRIdDEV ":%" B_PRIdINO "\n",
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp1207 "device %" B_PRIdDEV ": %s\n", VolumeID(), strerror(error));
1349 OUT("%s volume: %" B_PRIdDEV "\n", prefix, VolumeID());
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp678 dprintf("devfs: reload driver \"%s\" (%" B_PRIdDEV ", %" B_PRIdINO ")\n",
836 kprintf(" device: %" B_PRIdDEV "\n", driver->device);
/haiku/src/apps/deskbar/
H A DStatusView.cpp105 printf("entry_ref: %" B_PRIdDEV ", %" B_PRIdINO ", %s\n",
107 printf("node_ref: %" B_PRIdDEV ", %" B_PRIdINO "\n", item->nodeRef.device,
/haiku/src/servers/mount/
H A DAutoMounter.cpp771 snprintf(name, sizeof(name), "device:%" B_PRIdDEV, device);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandRequestHandler.cpp1500 PRINT((" entry: d_dev: %" B_PRIdDEV ", d_pdev: %" B_PRIdDEV ", "
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1619 #define B_PRIdDEV FSSH_B_PRIdDEV macro

Completed in 251 milliseconds

12