Home
last modified time | relevance | path

Searched refs:read_link (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bmake/mk/
H A Dnewlog.sh263 read_link() {
333 last=`read_link $log.0`
384 case `read_link $f.0` in
393 f=`read_link $f`
261 read_link() { global() function
/freebsd/sys/dev/ixgbe/
H A Dixgbe_api.c1565 return ixgbe_call_func(hw, hw->link.ops.read_link, (hw, addr, in ixgbe_read_link()
H A Dixgbe_type.h4154 s32 (*read_link)(struct ixgbe_hw *, u8 addr, u16 reg, u16 *val); member
H A Dixgbe_x550.c858 link->ops.read_link = ixgbe_read_i2c_combined_generic; in ixgbe_init_ops_X550EM_x()