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

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dwantarray.t34 my $qcontext = q{
37 eval $qcontext;
39 $a = eval $qcontext;
41 @a = eval $qcontext;
/opensolaris-onvv-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)
/opensolaris-onvv-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 53 milliseconds