Searched refs:args2 (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/rpcgen/ |
H A D | rpc_clntout.c | 234 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 D | logging.c | 113 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 D | reservation_007_pos.sh | 84 args2=$3 94 log_must zfs create $args2 $dataset2
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | Project.pm | 120 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 D | nge.h | 995 uint_t nge_chip_factotum(caddr_t args1, caddr_t args2); 1015 uint_t nge_reschedule(caddr_t args1, caddr_t args2);
|
H A D | nge_tx.c | 682 nge_reschedule(caddr_t args1, caddr_t args2) in nge_reschedule() argument
|
H A D | nge_chip.c | 1684 nge_chip_factotum(caddr_t args1, caddr_t args2) in nge_chip_factotum() argument
|