Searched refs:LUID_SIZE (Results 1 – 3 of 3) sorted by relevance
4 pub const LUID_SIZE: usize = 8; constant
16426 pub device_luid: [u8; LUID_SIZE],16485 pub fn device_luid(mut self, device_luid: [u8; LUID_SIZE]) -> Self { in device_luid()45394 pub device_luid: [u8; LUID_SIZE],45473 pub fn device_luid(mut self, device_luid: [u8; LUID_SIZE]) -> Self { in device_luid()
27 const LUID_SIZE: usize = PIPE_LUID_SIZE as usize; constant320 pub fn device_luid(&self) -> Option<[c_uchar; LUID_SIZE]> { in device_luid() argument321 let mut luid = [0; LUID_SIZE];