Searched refs:RCM_SERVICE_DOOR (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/rcm_daemon/common/ |
H A D | rcm_main.c | 415 if (create_event_service(RCM_SERVICE_DOOR, event_service) == -1) { in main() 421 (void) chmod(RCM_SERVICE_DOOR, S_IRUSR); in main()
|
/titanic_44/usr/src/lib/librcm/ |
H A D | librcm_impl.h | 59 #define RCM_SERVICE_DOOR "/var/run/rcm_daemon_door" macro
|
H A D | librcm.c | 1181 if (get_event_service(RCM_SERVICE_DOOR, (void *)nvl_packed, nvl_size, in rcm_daemon_call() 1489 if ((stat(RCM_SERVICE_DOOR, &st) == 0) && in rcm_daemon_is_alive() 1490 (get_event_service(RCM_SERVICE_DOOR, (void *)buf, buflen, NULL, in rcm_daemon_is_alive() 1508 while (((lasttry = get_event_service(RCM_SERVICE_DOOR, (void *)buf, in rcm_daemon_is_alive()
|