Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dspace.c239 space_store(char *key, uintptr_t ptr) in space_store() function
/illumos-gate/usr/src/uts/common/idmap/
H A Didmap_cache.c49 extern int space_store(char *key, uintptr_t ptr);
950 (void) space_store("SUNW,idmap_sid_prefix", in kidmap_sid_prefix_store_init()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbkbm/
H A Dusbkbm.c97 extern int space_store(char *, uintptr_t);
246 sval = space_store("SUNW,usbkbm_state", (uintptr_t)sp); in _fini()
/illumos-gate/usr/src/uts/common/io/
H A Dconsconfig_dacf.c146 extern int space_store(char *key, uintptr_t ptr);
750 rval = space_store("consconfig", (uintptr_t)sp); in consconfig_state_init()