Searched refs:cfgdata (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | config.h | 42 struct cfgdata { struct 61 struct cfgdata *config_snapshot(void); argument 63 void config_cook(struct cfgdata *cdata); 64 void config_free(struct cfgdata *cdata); 85 struct node *config_bydev_lookup(struct cfgdata *, const char *); 86 struct node *config_bycpuid_lookup(struct cfgdata *, uint32_t); 87 struct node *config_bydevid_lookup(struct cfgdata *, const char *); 88 struct node *config_bytp_lookup(struct cfgdata *, const char *);
|
H A D | config.c | 84 config_node_cache(struct cfgdata *cdata, struct config *n) in config_node_cache() 260 config_cook(struct cfgdata *cdata) in config_cook() 410 struct cfgdata * 413 struct cfgdata *rawcfg; in config_snapshot() 449 config_free(struct cfgdata *cp) in config_free() 598 config_bydev_lookup(struct cfgdata *fromcfg, const char *path) in config_bydev_lookup() 624 config_bydevid_lookup(struct cfgdata *fromcfg, const char *devid) in config_bydevid_lookup() 650 config_bytp_lookup(struct cfgdata *fromcfg, const char *tp) in config_bytp_lookup() 676 config_bycpuid_lookup(struct cfgdata *fromcfg, uint32_t id) in config_bycpuid_lookup()
|
H A D | fme.c | 328 struct cfgdata *cfgdata; in newfme() local 341 cfgdata = config_snapshot(); in newfme() 342 platform_units_translate(0, cfgdata->cooked, NULL, NULL, in newfme() 345 structconfig_free(cfgdata->cooked); in newfme() 346 config_free(cfgdata); in newfme() 392 cfgdata = config_snapshot(); in newfme() 393 platform_units_translate(0, cfgdata->cooked, NULL, NULL, in newfme() 403 Nfmep->config = cfgdata->cooked; in newfme() 404 config_free(cfgdata); in newfme() 693 struct cfgdata *cfgdata; in fme_restart() local [all …]
|
H A D | platform.h | 51 struct cfgdata *platform_config_snapshot(void);
|
H A D | platform.c | 67 static struct cfgdata *Lastcfg; 371 cfgadjust(struct cfgdata *rawdata, int addlen) in cfgadjust() 433 add_prop_val(topo_hdl_t *thp, struct cfgdata *rawdata, char *propn, in add_prop_val() 568 struct cfgdata *rawdata = (struct cfgdata *)arg; in cfgcollect() 707 struct cfgdata * 737 Lastcfg = MALLOC(sizeof (struct cfgdata)); in platform_config_snapshot()
|
/titanic_41/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | diskmon_conf.h | 186 typedef struct cfgdata { struct
|