Searched defs:dumpthis (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool_ui.c1518 dump_struct(pcitool_uiargs_t *dumpthis) { argument
1519 (void) printf("flags:0x%x\n", dumpthis->flags);
1521 dumpthis->bus, dumpthis->bus);
1522 (void) printf("device:%d (0x%x)\n", dumpthis->device,
1523 dumpthis->device);
1524 (void) printf("function:%d (0x%x)\n", dumpthis->function,
1525 dumpthis->function);
1527 dumpthis->write_value, dumpthis
[all...]

Completed in 60 milliseconds