Searched refs:SystemNote (Results 1 – 2 of 2) sorted by relevance
87 SystemNote, enumerator291 SystemNote(String), enumerator324 LinuxSnoopOpcodes::SystemNote => match String::from_utf8(item.data.to_vec()) { in try_from()325 Ok(data) => Ok(PacketChild::SystemNote(data)), in try_from()
817 PacketChild::SystemNote(note) => { in process()