Home
last modified time | relevance | path

Searched refs:V_FUNCTION (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppbuiltin.c278 case V_FUNCTION: in ppbuiltin()
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c148 u32 req = V_FUNCTION(adap->pf) | V_REGISTER(reg); in t4_hw_pci_read_cfg4()
H A Dt4_regs.h4126 #define V_FUNCTION(x) ((x) << S_FUNCTION) macro