Home
last modified time | relevance | path

Searched defs:to_bytes (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Ddevice-mapper.h747 static inline unsigned long to_bytes(sector_t n) in to_bytes() function
/linux/rust/kernel/
H A Dstr.rs317 pub fn to_bytes(&self) -> &[u8] { in to_bytes() method
/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py181 def to_bytes(mac): function