space_store
extern int space_store(char *key, uintptr_t ptr);
(void) space_store("SUNW,idmap_sid_prefix",
extern int space_store(char *key, uintptr_t ptr);
rval = space_store("consconfig", (uintptr_t)sp);
sval = space_store("SUNW,usbkbm_state", (uintptr_t)sp);
extern int space_store(char *, uintptr_t);