Searched refs:space_store (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/ |
H A D | ttymux_dacf.c | 87 extern int space_store(char *key, uintptr_t ptr); 891 if (space_store(TTYMUXPTR, (uintptr_t)ms) != 0) { in ttymux_config()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | space.c | 286 space_store(char *key, uintptr_t ptr) in space_store() function
|
/titanic_41/usr/src/uts/common/idmap/ |
H A D | idmap_cache.c | 47 extern int space_store(char *key, uintptr_t ptr); 847 (void) space_store("SUNW,idmap_sid_prefix", in kidmap_sid_prefix_store_init()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | consconfig_dacf.c | 142 extern int space_store(char *key, uintptr_t ptr); 738 rval = space_store("consconfig", (uintptr_t)sp); in consconfig_state_init()
|
/titanic_41/usr/src/uts/common/io/usb/clients/usbkbm/ |
H A D | usbkbm.c | 96 extern int space_store(char *, uintptr_t); 245 sval = space_store("SUNW,usbkbm_state", (uintptr_t)sp); in _fini()
|