Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_clntout.c234 bool_t args2 = (proc->arg_num > 1); in printbody() local
241 if (newstyle && args2) { in printbody()
260 if (newstyle && !args2 && in printbody()
285 } else if (newstyle && args2) { in printbody()
367 if (newstyle && !args2 && in printbody()
386 } else if (newstyle && args2) { in printbody()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dlogging.c113 va_list args2; in vlogat() local
136 va_copy(args2, args); in vlogat()
146 slen = vsnprintf(ostr, slen + 1, fmt, args2); in vlogat()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/reservation/
H A Dreservation_007_pos.sh84 args2=$3
94 log_must zfs create $args2 $dataset2
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.pm120 my ($err2, $fmt2, @args2);
125 ($err2, $fmt2, @args2) = @$error2;
126 $newerror = [ $err1, $fmt1 . ', ' . $fmt2, @args1, @args2];
/illumos-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) in nge_reschedule() argument
H A Dnge_chip.c1684 nge_chip_factotum(caddr_t args1, caddr_t args2) in nge_chip_factotum() argument