Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c98 typedef struct dumpops { struct
543 dump_prop_list(const dumpops_t *dumpops, const char *name, int ilev, in dump_prop_list() argument
556 while ((prop = NEXTPROP(dumpops)(node, prop)) != DI_PROP_NIL) { in dump_prop_list()
559 if (PROPDEVT(dumpops)) { in dump_prop_list()
560 pdev = PROPDEVT(dumpops)(prop); in dump_prop_list()
603 print: nitems = prop_type_guess(dumpops, prop, &prop_data, &prop_type); in dump_prop_list()
617 (void) printf("name='%s' type=", PROPNAME(dumpops)(prop)); in dump_prop_list()
621 (strcmp(PROPNAME(dumpops)(prop), "compatible") == 0)) in dump_prop_list()
655 if (PROPDEVT(dumpops)) { in dump_prop_list()