Searched refs:show (Results 1 – 5 of 5) sorted by relevance
95 fn show(container: &Configuration, page: &mut [u8; PAGE_SIZE]) -> Result<usize> { in show() method107 fn show(container: &Configuration, page: &mut [u8; PAGE_SIZE]) -> Result<usize> { in show() method164 fn show(_container: &Child, page: &mut [u8; PAGE_SIZE]) -> Result<usize> { in show() method186 fn show(_container: &GrandChild, page: &mut [u8; PAGE_SIZE]) -> Result<usize> { in show() method
40 ssize_t (*show)(struct foo_obj *foo, struct foo_attribute *attr, char *buf); member62 if (!attribute->show) in foo_attr_show()65 return attribute->show(foo, attribute, buf); in foo_attr_show()90 .show = foo_attr_show,
148 call_tc filter show dev $device ingress156 call_ip link show dev $device | grep --color=auto xdp
7 local dropped=`tc -s qdisc show dev $IFC | tail -3 | awk '/drop/{print $7}'`
31 MAC=$(ip netns exec $2 ip link show $1 | grep ether | awk '{print $2}')33 MAC=$(ip link show $1 | grep ether | awk '{print $2}')
Completed in 8 milliseconds