Searched refs:dumpops (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c93 typedef struct dumpops { struct
544 dump_prop_list(const dumpops_t *dumpops, const char *name, int ilev, argument
557 while ((prop = NEXTPROP(dumpops)(node, prop)) != DI_PROP_NIL) {
560 if (PROPDEVT(dumpops)) {
561 pdev = PROPDEVT(dumpops)(prop);
604 print: nitems = prop_type_guess(dumpops, prop, &prop_data, &prop_type);
618 (void) printf("name='%s' type=", PROPNAME(dumpops)(prop));
622 (strcmp(PROPNAME(dumpops)(prop), "compatible") == 0))
656 if (PROPDEVT(dumpops)) {

Completed in 59 milliseconds