Searched refs:devcache (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | config.c | 367 cdata->devcache = lut_add(cdata->devcache, in config_cook() 455 if (cp->devcache != NULL) in config_free() 456 lut_free(cp->devcache, NULL, NULL); in config_free() 457 cp->devcache = NULL; in config_free() 604 lut_walk(fromcfg->devcache, (lut_cb)prtdevcache, NULL); in config_bydev_lookup() 606 if ((find = lut_lookup(fromcfg->devcache, in config_bydev_lookup() 630 lut_walk(fromcfg->devcache, (lut_cb)prtdevidcache, NULL); in config_bydevid_lookup() 656 lut_walk(fromcfg->devcache, (lut_cb)prttpcache, NULL); in config_bytp_lookup()
|
H A D | config.h | 54 struct lut *devcache; member
|
H A D | platform.c | 741 Lastcfg->devcache = NULL; in platform_config_snapshot()
|
H A D | fme.c | 807 cfgdata->devcache = NULL; in fme_restart()
|
/titanic_41/usr/src/cmd/cpio/ |
H A D | cpio.c | 9640 static sl_info_link_t *devcache; in sl_devhash_lookup() local 9642 if (devcache != NULL && devcache->dev == device) { in sl_devhash_lookup() 9643 return (devcache->head); in sl_devhash_lookup() 9649 devcache = lp; in sl_devhash_lookup()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | Makefile | 172 devcache.h \
|
/titanic_41/usr/src/uts/common/ |
H A D | Makefile.files | 154 devcache.o \
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-header.mf | 912 file path=usr/include/sys/devcache.h
|