Home
last modified time | relevance | path

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

/NextBSD/lib/libnotify/
HDlibnotify.h70 #define NOTIFY_ACCESS_READ 1 macro
HDlibnotify.c1098 int auth = _internal_check_access(ns, n->name, uid, gid, NOTIFY_ACCESS_READ); in _notify_lib_get_state()
1159 status = _internal_check_access(ns, name, uid, gid, NOTIFY_ACCESS_READ); in _internal_register_common()
/NextBSD/usr.sbin/notifyd/
HDnotifyd.c885 if (s[0] == 'r') a |= (NOTIFY_ACCESS_READ << NOTIFY_ACCESS_USER_SHIFT); in atoaccess()
888 if (s[2] == 'r') a |= (NOTIFY_ACCESS_READ << NOTIFY_ACCESS_GROUP_SHIFT); in atoaccess()
891 if (s[4] == 'r') a |= (NOTIFY_ACCESS_READ << NOTIFY_ACCESS_OTHER_SHIFT); in atoaccess()