Home
last modified time | relevance | path

Searched refs:die (Results 1 – 9 of 9) sorted by relevance

/pciutils/lmr/
H A Dmargin_args.c45 die("Invalid device ID: %s\n", filter); in dev_for_filter()
48 die("Invalid device ID: %s\n", filter); in dev_for_filter()
154 die("Invalid arguments\n\n%s", usage); in parse_dev_args()
162 die("Invalid arguments\n\n%s", usage); in parse_dev_args()
164 die("Invalid arguments\n\n%s", usage); in parse_dev_args()
166 die("Invalid arguments\n\n%s", usage); in parse_dev_args()
172 die("Invalid arguments\n\n%s", usage); in parse_dev_args()
194 die("Invalid arguments\n\n%s", usage); in parse_dev_args()
234 die("Invalid arguments\n\n%s", usage); in margin_parse_util_args()
244 die("Invalid arguments\n\n%s", usage); in margin_parse_util_args()
[all …]
H A Dmargin_results.c269 die("Error while saving %s\n", path); in margin_results_save_csv()
/pciutils/
H A Dcommon.c19 die(char *msg, ...) in die() function
35 die("Unable to allocate %d bytes of memory", (int) howmuch); in xmalloc()
44 die("Unable to allocate %d bytes of memory", (int) howmuch); in xrealloc()
75 die("No such PCI access method: %s (see `-A help' for a list)", arg); in set_pci_method()
95 die("Invalid PCI access parameter syntax: %s", arg); in set_pci_option()
98 die("Unrecognized PCI access parameter: %s (see `-O help' for a list)", arg); in set_pci_option()
114 die("Unknown hardware configuration type %s", arg); in parse_generic_option()
H A Dsetpci.c131 die("%s: Instance #%d of %s %04x not found - there are no capabilities with that id.", slot, in exec_op()
135 die("%s: Instance #%d of %s %04x not found - there %s only %d %s with that id.", slot, in exec_op()
147 die("%s: Unaligned access of width %d to register %04x", slot, width, addr); in exec_op()
149 die("%s: Access of width %d to register %04x out of range", slot, width, addr); in exec_op()
155 die("%s: Does not have register %s.", slot, op->name); in exec_op()
823 pacc->error = die; in main()
H A Dls-kernel.c128 die("Cannot open pcimap file %s: %m", name); in show_kernel_init()
133 die("uname() failed: %m"); in show_kernel_init()
147 die("Unterminated or too long line in %s", name); in show_kernel_init()
H A Dlspci.c175 die("Internal bug: Accessing non-read configuration byte at position %x", pos); in check_conf_range()
1122 pacc->error = die; in main()
1139 die("-s: %s", msg); in main()
1144 die("-d: %s", msg); in main()
1188 die("DNS queries are not available in this version"); in main()
1213 die("Bus mapping mode does not recognize bus topology"); in main()
H A Dpciutils.h39 void die(char *msg, ...) NONRET PCI_PRINTF(1,2);
H A Dpcilmr.c104 die("Invalid arguments\n\n%s", usage); in main()
H A DChangeLog452 * The sysfs back-end does not die on read errors
1175 * lspci.c, setpci.c, common.c: die() now uses the right program