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

  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
config.h 45 struct cfgdata { struct
63 struct cfgdata *config_snapshot(void);
65 void config_cook(struct cfgdata *cdata);
66 void config_free(struct cfgdata *cdata);
87 struct node *config_bydev_lookup(struct cfgdata *, const char *);
88 struct node *config_bycpuid_lookup(struct cfgdata *, uint32_t);
89 struct node *config_bydevid_lookup(struct cfgdata *, const char *);
fme.c 328 struct cfgdata *cfgdata; local
334 cfgdata = config_snapshot();
342 Nfmep->config = cfgdata->cooked;
343 config_free(cfgdata);
625 struct cfgdata *cfgdata; local
736 cfgdata = MALLOC(sizeof (struct cfgdata));
737 cfgdata->cooked = NULL
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/disk-monitor/
diskmon_conf.h 186 typedef struct cfgdata { struct

Completed in 120 milliseconds