Searched refs:SLOT_NONE (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/lib/libnotify/ |
| HD | notify_client.c | 1398 …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 …]
|
| HD | libnotify.h | 108 #define SLOT_NONE -1 macro
|
| HD | libnotify.c | 1319 if (slot == (uint32_t)SLOT_NONE) in _notify_lib_register_plain()
|