Home
last modified time | relevance | path

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

/NextBSD/lib/libnotify/
HDnotify_client.c1398 …status = _notify_lib_register_plain(ns_self, name, NOTIFY_CLIENT_SELF, token, SLOT_NONE, 0, 0, &ni… in notify_register_check()
1402 …token_table_add(name, namelen, nid, token, cid, SLOT_NONE, NOTIFY_FLAG_SELF | NOTIFY_TYPE_PLAIN, S… in notify_register_check()
1443 …token_table_add(name, namelen, nid, token, cid, SLOT_NONE, NOTIFY_TYPE_PLAIN | NOTIFY_FLAG_REGEN, … in notify_register_check()
1474 …status = _notify_lib_register_plain(ns_self, name, NOTIFY_CLIENT_SELF, token, SLOT_NONE, 0, 0, &ni… in notify_register_plain()
1478 …token_table_add(name, namelen, nid, token, cid, SLOT_NONE, NOTIFY_FLAG_SELF | NOTIFY_TYPE_PLAIN, S… in notify_register_plain()
1505 …token_table_add(name, namelen, NID_UNSET, token, cid, SLOT_NONE, NOTIFY_TYPE_PLAIN | NOTIFY_FLAG_R… in notify_register_plain()
1539 …token_table_add(name, namelen, nid, token, cid, SLOT_NONE, NOTIFY_FLAG_SELF | NOTIFY_TYPE_SIGNAL, … in notify_register_signal()
1571 …token_table_add(name, namelen, NID_UNSET, token, cid, SLOT_NONE, NOTIFY_TYPE_SIGNAL | NOTIFY_FLAG_… in notify_register_signal()
1644 …token_table_add(name, namelen, nid, token, cid, SLOT_NONE, NOTIFY_FLAG_SELF | NOTIFY_TYPE_PORT, SI… in notify_register_mach_port()
1707 …token_table_add(name, namelen, NID_UNSET, token, cid, SLOT_NONE, tflags, SIGNAL_NONE, FD_NONE, *no… in notify_register_mach_port()
[all …]
HDlibnotify.h108 #define SLOT_NONE -1 macro
HDlibnotify.c1319 if (slot == (uint32_t)SLOT_NONE) in _notify_lib_register_plain()