Searched refs:trace (Results 1 – 1 of 1) sorted by relevance
| /pciutils/ |
| H A D | setpci.c | 102 trace(const char *fmt, ...) in trace() function 122 trace("%s ", slot); in exec_op() 140 …trace(((op->cap_type == PCI_CAP_NORMAL) ? "(cap %02x @%02x) " : "(ecap %04x @%03x) "), op->cap_id,… in exec_op() 143 trace("@%02x", addr); in exec_op() 165 trace(formats[width], op->values[i].value); in exec_op() 182 trace(mask_formats[width], y, op->values[i].value, op->values[i].mask, x); in exec_op() 201 trace("\n"); in exec_op() 205 trace(" = "); in exec_op()
|