Home
last modified time | relevance | path

Searched refs:NOTIFY_TYPE_MEMORY (Results 1 – 5 of 5) sorted by relevance

/trueos/usr.sbin/notifyd/
HDnotifyd.c96 case NOTIFY_TYPE_MEMORY: return "memory"; in notify_type_name()
134 case NOTIFY_TYPE_MEMORY: in fprint_client()
252 case NOTIFY_TYPE_MEMORY: reg[1]++; break; in fprint_name_info()
572 case NOTIFY_TYPE_MEMORY: in fprint_status()
714 …if ((c->notify_type == NOTIFY_TYPE_MEMORY) && (c->name_info != NULL) && (c->name_info->slot != (ui… in daemon_post_client()
HDnotify_proc.c170 if (c->notify_type == NOTIFY_TYPE_MEMORY) in cancel_subscription()
1662 case NOTIFY_TYPE_MEMORY: in __notify_server_regenerate()
/trueos/lib/libnotify/
HDlibnotify.h54 #define NOTIFY_TYPE_MEMORY 0x00000001 macro
HDnotify_client.c1439 …token_table_add(name, namelen, nid, token, cid, slot, NOTIFY_TYPE_MEMORY | NOTIFY_FLAG_REGEN, SIGN… in notify_register_check()
1972 if (t->flags & NOTIFY_TYPE_MEMORY) in notify_check()
2029 if (t->flags & NOTIFY_TYPE_MEMORY) in notify_peek()
2067 if (t->flags & NOTIFY_TYPE_MEMORY) in notify_check_addr()
HDlibnotify.c1325 c->notify_type = NOTIFY_TYPE_MEMORY; in _notify_lib_register_plain()