Searched refs:space (Results 1 – 4 of 4) sorted by relevance
| /pciutils/ |
| H A D | ls-tree.c | 263 int space = line + LINE_BUF_SIZE - 1 - p; in tree_printf() local 265 if (space <= 0) in tree_printf() 269 int res = vsnprintf(p, space, fmt, args); in tree_printf() 274 p += space; in tree_printf() 276 else if (res >= space) in tree_printf() 279 *(p+space-1) = 0; in tree_printf() 280 p += space; in tree_printf()
|
| H A D | README.Windows | 8 which provides only basic information and emulated config space, there is no 13 For config space access there are different windows specific access methods: 23 The default access method for config space is win32-kldbg. It uses Microsoft's 36 To access config space via intel-conf1 access method on NT-based systems via 45 users to access config space even with SeTcbPrivilege.
|
| H A D | ChangeLog | 132 to configuration space. 201 It does not provide direct access to the configuration space, 204 config space. 206 * If the configuration space is not readable for some reason 355 support DragonFly BSD, support extended config space. 427 * The NetBSD back-end supports PCIe extended configuration space. 860 instead of `Unknown device <id>'. It uses less space and it also 1000 (which are dumps of config space) for all new features. 2234 portion of the configuration space and are thus available 2299 bytes of config space to get full standard header. [all …]
|
| /pciutils/tests/ |
| H A D | cap-ea-1 | 33 PrimaryProperties: memory space, non-prefetchable 39 PrimaryProperties: memory space, non-prefetchable 45 PrimaryProperties: VF memory space, non-prefetchable 51 PrimaryProperties: VF memory space, non-prefetchable
|