Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfru/include/
H A Dlibfruds.h67 fru_errno_t (*add_seg)(fru_treehdl_t container, fru_segdef_t *def); member
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c138 static inline void add_seg(struct txinfo *txinfo, uint64_t ba, uint32_t len);
2611 add_seg(txinfo, txq->txb_ba + txq->txb_next, len); in copy_into_txb()
2625 add_seg(struct txinfo *txinfo, uint64_t ba, uint32_t len) in add_seg() function
2687 add_seg(txinfo, cookie.dmac_laddress, cookie.dmac_size); in add_mblk()
2690 add_seg(txinfo, cookie.dmac_laddress, cookie.dmac_size); in add_mblk()
/illumos-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc889 RETRY(err = data_source->add_seg(NODEHDL_TO_TREEHDL(container), def)) in fru_create_segment()