Searched refs:command (Results 1 – 4 of 4) sorted by relevance
| /pciutils/lib/ |
| H A D | aix-device.c | 89 char command[256]; in aix_bus_number() local 94 snprintf(command, sizeof (command), AIX_ODMGET_CMD, name); in aix_bus_number() 95 odmget_pipe = popen(command, "r"); in aix_bus_number() 131 char *command = AIX_LSDEV_CMD; in aix_detect() local 136 lsdev_pipe = popen(command, "r"); in aix_detect() 139 a->error("aix_config: popen(\"%s\") failed", command); in aix_detect()
|
| /pciutils/ |
| H A D | ls-caps.c | 122 u16 command; in cap_pcix_nobridge() local 134 command = get_conf_word(d, where + PCI_PCIX_COMMAND); in cap_pcix_nobridge() 137 FLAG(command, PCI_PCIX_COMMAND_DPERE), in cap_pcix_nobridge() 138 FLAG(command, PCI_PCIX_COMMAND_ERO), in cap_pcix_nobridge() 139 1 << (9 + ((command & PCI_PCIX_COMMAND_MAX_MEM_READ_BYTE_COUNT) >> 2U)), in cap_pcix_nobridge() 140 max_outstanding[(command & PCI_PCIX_COMMAND_MAX_OUTSTANDING_SPLIT_TRANS) >> 4U]); in cap_pcix_nobridge()
|
| H A D | README.Windows | 47 To compile this port, run following command:
|
| H A D | ChangeLog | 679 * Fixed another silly bug in the command-line parser of setpci. 690 * The command-line parser of setpci did sometimes segfault on invalid 1692 command every time $(MANDIR) is referenced. 2132 <[email protected]>. The command register was displayed
|