Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c1157 ibdm_ioc_info_t *ioc_listp; in ibnex_get_snapshot() local
1261 iocp = ioc_listp = ibdm_ibnex_get_ioc_list(allow_probe); in ibnex_get_snapshot()
1263 for (; ioc_listp != NULL; ioc_listp = ioc_listp->ioc_next) { in ibnex_get_snapshot()
1270 if (ibnex_fill_ioc_tmp(&nvl, ioc_listp) != 0) { in ibnex_get_snapshot()
1285 if (ioc_listp->ioc_profile.ioc_guid == in ibnex_get_snapshot()
1296 &ioc_listp->ioc_profile) != 0) { in ibnex_get_snapshot()
1307 if (ibnex_fill_ioc_tmp(&nvl, ioc_listp) != 0) { in ibnex_get_snapshot()
1311 ioc_listp); in ibnex_get_snapshot()
1446 ibnex_fill_ioc_tmp(nvlist_t **nvlpp, ibdm_ioc_info_t *ioc_listp) in ibnex_fill_ioc_tmp() argument
1456 nodep->node_data.ioc_node.iou_guid = ioc_listp->ioc_iou_guid; in ibnex_fill_ioc_tmp()
[all …]