Home
last modified time | relevance | path

Searched refs:show (Results 1 – 5 of 5) sorted by relevance

/samples/rust/
A Drust_configfs.rs95 fn show(container: &Configuration, page: &mut [u8; PAGE_SIZE]) -> Result<usize> { in show() method
107 fn show(container: &Configuration, page: &mut [u8; PAGE_SIZE]) -> Result<usize> { in show() method
164 fn show(_container: &Child, page: &mut [u8; PAGE_SIZE]) -> Result<usize> { in show() method
186 fn show(_container: &GrandChild, page: &mut [u8; PAGE_SIZE]) -> Result<usize> { in show() method
/samples/kobject/
A Dkset-example.c40 ssize_t (*show)(struct foo_obj *foo, struct foo_attribute *attr, char *buf); member
62 if (!attribute->show) in foo_attr_show()
65 return attribute->show(foo, attribute, buf); in foo_attr_show()
90 .show = foo_attr_show,
/samples/bpf/
A Dxdp2skb_meta.sh148 call_tc filter show dev $device ingress
156 call_ip link show dev $device | grep --color=auto xdp
A Dtest_cls_bpf.sh7 local dropped=`tc -s qdisc show dev $IFC | tail -3 | awk '/drop/{print $7}'`
A Dtest_lwt_bpf.sh31 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