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

/illumos-gate/usr/src/uts/common/os/
H A Dspace.c31 * space_store(), space_fetch(), and space_free() have been added to
38 * PSARC/1997/389 be used. If a collision occurs, then space_store will
286 space_store(char *key, uintptr_t ptr) function
316 cmn_err(CE_WARN, "space_store: duplicate key %s", key);
320 cmn_err(CE_WARN, "space_store: no mem for key %s", key);
324 cmn_err(CE_WARN, "space_store: unspecified error for key %s",
/illumos-gate/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",
/illumos-gate/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) {
/illumos-gate/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);
/illumos-gate/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);

Completed in 217 milliseconds