Home
last modified time | relevance | path

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

/titanic_50/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) in kb_ms_config()
1739 if ((sp = (cons_state_t *)space_fetch("consconfig")) == NULL) in kb_ms_unconfig()
1825 if ((sp = (cons_state_t *)space_fetch("consconfig")) == NULL) in consconfig_link()
1860 if ((sp = (cons_state_t *)space_fetch("consconfig")) == NULL) in consconfig_unlink()
2191 if ((sp = (cons_state_t *)space_fetch("consconfig")) == NULL) in consconfig_console_is_tipline()
2205 if ((sp = (cons_state_t *)space_fetch("consconfig")) == NULL) in consconfig_dacf_initialized()
/titanic_50/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) { in console_cmd()
710 ms = (sm_mux_state_t *)space_fetch(TTYMUXPTR); in ttymux_device_fini()
741 ms = (sm_mux_state_t *)space_fetch(TTYMUXPTR); in ttymux_device_init()
H A Dttymux.c74 extern uintptr_t space_fetch(char *key);
2207 space_fetch(TTYMUXPTR); in sm_open()
/titanic_50/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) in validate_reservation()
/titanic_50/usr/src/uts/common/os/
H A Dspace.c339 space_fetch(char *key) in space_fetch() function
/titanic_50/usr/src/uts/common/idmap/
H A Didmap_cache.c46 extern uintptr_t space_fetch(char *key);
838 space_fetch("SUNW,idmap_sid_prefix"); in kidmap_sid_prefix_store_init()
/titanic_50/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"); in _init()