Home
last modified time | relevance | path

Searched refs:RETURN_NULL_IF_NULL (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_mem.c336 RETURN_NULL_IF_NULL(ctlr); in cpqary3_cmdlist_occupy()
519 RETURN_NULL_IF_NULL(ctlr); in cpqary3_alloc_phyctgs_mem()
520 RETURN_NULL_IF_NULL(phyctgp); in cpqary3_alloc_phyctgs_mem()
H A Dcpqary3.h156 #define RETURN_NULL_IF_NULL(x) if (NULL == x) return (NULL) macro