Changeset 101466 in vbox
- Timestamp:
- Oct 17, 2023 10:07:07 AM (16 months ago)
- svn:sync-xref-src-repo-rev:
- 159535
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pci.h
r98103 r101466 805 805 806 806 /** Create string representation of this PCI address. */ 807 bool format(char* szBuf, int32_t cBufSize)807 bool format(char* szBuf, size_t cBufSize) 808 808 { 809 809 if (cBufSize < (/* bus */ 2 + /* : */ 1 + /* device */ 2 + /* . */ 1 + /* function*/ 1 + /* \0 */1))
Note:
See TracChangeset
for help on using the changeset viewer.