HomeSort by relevance Sort by last modified time
    Searched refs:dumpops (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/prtconf/
pdevinfo.c 89 typedef struct dumpops { struct
527 dump_prop_list(const dumpops_t *dumpops, const char *name, int ilev,
540 while ((prop = NEXTPROP(dumpops)(node, prop)) != DI_PROP_NIL) {
543 if (PROPDEVT(dumpops)) {
544 pdev = PROPDEVT(dumpops)(prop);
587 print: nitems = prop_type_guess(dumpops, prop, &prop_data, &prop_type);
601 (void) printf("name='%s' type=", PROPNAME(dumpops)(prop));
605 (strcmp(PROPNAME(dumpops)(prop), "compatible") == 0))
639 if (PROPDEVT(dumpops)) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
dump.c 813 Perl_do_magic_dump(pTHX_ I32 level, PerlIO *file, MAGIC *mg, I32 nest, I32 maxnest, bool dumpops, STRLEN pvlim)
893 do_sv_dump(level+2, file, mg->mg_obj, nest+1, maxnest, dumpops, pvlim); /* MG is already +1 */
908 do_sv_dump(level+2, file, (SV*)((mg)->mg_ptr), nest+1, maxnest, dumpops, pvlim); /* MG is already +1 */
971 Perl_do_sv_dump(pTHX_ I32 level, PerlIO *file, SV *sv, I32 nest, I32 maxnest, bool dumpops, STRLEN pvlim)
    [all...]
proto.h     [all...]

Completed in 600 milliseconds