Searched refs:qcontext (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/
H A Dipmpstat.c193 ipmp_qcontext_t qcontext = IPMP_QCONTEXT_SNAP; local
216 qcontext = IPMP_QCONTEXT_LIVE;
293 if ((err = ipmp_setqcontext(ih, qcontext)) != IPMP_SUCCESS) {
294 if (qcontext == IPMP_QCONTEXT_SNAP)
/illumos-gate/usr/src/lib/libipmp/common/
H A Dipmp_query.c760 * Set the query context associated with `handle' to `qcontext', which must be
766 ipmp_setqcontext(ipmp_handle_t handle, ipmp_qcontext_t qcontext) argument
772 switch (qcontext) {

Completed in 63 milliseconds