HomeSort by relevance Sort by last modified time
    Searched refs:cfgdata (Results 1 - 6 of 6) 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 *);
platform.h 51 struct cfgdata *platform_config_snapshot(void);
config.c 85 config_node_cache(struct cfgdata *cdata, struct config *n)
261 config_cook(struct cfgdata *cdata)
381 struct cfgdata *
384 struct cfgdata *rawcfg;
420 config_free(struct cfgdata *cp)
559 config_bydev_lookup(struct cfgdata *fromcfg, const char *path)
585 config_bydevid_lookup(struct cfgdata *fromcfg, const char *devid)
611 config_bycpuid_lookup(struct cfgdata *fromcfg, uint32_t id)
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...]
platform.c 68 static struct cfgdata *Lastcfg;
332 cfgadjust(struct cfgdata *rawdata, int addlen)
394 add_prop_val(topo_hdl_t *thp, struct cfgdata *rawdata, char *propn,
510 struct cfgdata *rawdata = (struct cfgdata *)arg;
649 struct cfgdata *
683 Lastcfg = MALLOC(sizeof (struct cfgdata));
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/disk-monitor/
diskmon_conf.h 186 typedef struct cfgdata { struct

Completed in 240 milliseconds