Searched refs:space_fetch (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dconsconfig_dacf.c141 extern uintptr_t space_fetch(char *key);
1658 if ((sp = (cons_state_t *)space_fetch("consconfig")) == NULL)
1739 if ((sp = (cons_state_t *)space_fetch("consconfig")) == NULL)
1825 if ((sp = (cons_state_t *)space_fetch("consconfig")) == NULL)
1860 if ((sp = (cons_state_t *)space_fetch("consconfig")) == NULL)
2191 if ((sp = (cons_state_t *)space_fetch("consconfig")) == NULL)
2205 if ((sp = (cons_state_t *)space_fetch("consconfig")) == NULL)
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux_ioctl.c57 extern uintptr_t space_fetch(char *key);
513 if ((ms = (sm_mux_state_t *)space_fetch(TTYMUXPTR)) == 0) {
710 ms = (sm_mux_state_t *)space_fetch(TTYMUXPTR);
741 ms = (sm_mux_state_t *)space_fetch(TTYMUXPTR);
H A Dttymux.c74 extern uintptr_t space_fetch(char *key);
2207 space_fetch(TTYMUXPTR);
/illumos-gate/usr/src/uts/common/os/
H A Dspace.c31 * space_store(), space_fetch(), and space_free() have been added to
339 space_fetch(char *key) function
/illumos-gate/usr/src/uts/common/idmap/
H A Didmap_cache.c46 extern uintptr_t space_fetch(char *key);
838 space_fetch("SUNW,idmap_sid_prefix");
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/ttymux_dacf/
H A Dttymux_dacf.c86 extern uintptr_t space_fetch(char *key);
810 else if (rconsvp != NULL || space_fetch(TTYMUXPTR) != NULL)
/illumos-gate/usr/src/uts/common/io/usb/clients/usbkbm/
H A Dusbkbm.c95 extern uintptr_t space_fetch(char *);
168 sp = (usbkbm_save_state_t *)space_fetch("SUNW,usbkbm_state");

Completed in 81 milliseconds