Home
last modified time | relevance | path

Searched refs:SHM_ID (Results 1 – 3 of 3) sorted by relevance

/NextBSD/lib/libnotify/
HDlibnotify.h36 #define SHM_ID _notify_shm_id() macro
39 #define SHM_ID "/apple.shm.notification_center" macro
41 #define SHM_ID "apple.shm.notification_center" macro
HDnotify_client.c197 shmfd = shm_open(SHM_ID, O_RDONLY, 0); in shm_attach()
/NextBSD/usr.sbin/notifyd/
HDnotifyd.c1144 shm_name = SHM_ID; in main()