Home
last modified time | relevance | path

Searched refs:space_store (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c87 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 Dspace.c286 space_store(char *key, uintptr_t ptr) in space_store() function
/titanic_41/usr/src/uts/common/idmap/
H A Didmap_cache.c47 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 Dconsconfig_dacf.c142 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 Dusbkbm.c96 extern int space_store(char *, uintptr_t);
245 sval = space_store("SUNW,usbkbm_state", (uintptr_t)sp); in _fini()