Searched refs:args2 (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/rpcgen/
H A Drpc_clntout.c234 bool_t args2 = (proc->arg_num > 1); local
241 if (newstyle && args2) {
260 if (newstyle && !args2 &&
285 } else if (newstyle && args2) {
367 if (newstyle && !args2 &&
386 } else if (newstyle && args2) {
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dlogging.c115 va_list args2; local
138 va_copy(args2, args);
148 slen = vsnprintf(ostr, slen + 1, fmt, args2);
/opensolaris-onvv-gate/usr/src/uts/common/io/nge/
H A Dnge.h995 uint_t nge_chip_factotum(caddr_t args1, caddr_t args2);
1015 uint_t nge_reschedule(caddr_t args1, caddr_t args2);
H A Dnge_tx.c682 nge_reschedule(caddr_t args1, caddr_t args2) argument
H A Dnge_chip.c1679 nge_chip_factotum(caddr_t args1, caddr_t args2) argument
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.pm119 my ($err2, $fmt2, @args2);
124 ($err2, $fmt2, @args2) = @$error2;
125 $newerror = [ $err1, $fmt1 . ', ' . $fmt2, @args1, @args2];

Completed in 117 milliseconds