Home
last modified time | relevance | path

Searched refs:REPOSITORY_DOOR_COOKIE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svc/configd/
H A Dmaindoor.c63 assert(cookie == REPOSITORY_DOOR_COOKIE); in main_switcher()
149 if ((main_door_fd = door_create(main_switcher, REPOSITORY_DOOR_COOKIE, in setup_main_door()
/illumos-gate/usr/src/common/svc/
H A Drepcache_protocol.h381 #define REPOSITORY_DOOR_COOKIE ((void *)REPOSITORY_DOOR_BASEVER) macro