Searched refs:args1 (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/klm/ |
H A D | nlm_rpc_clnt.c | 96 nlm_testargs args1; in nlm_test_rpc() local 100 args1.cookie = args->cookie; in nlm_test_rpc() 101 args1.exclusive = args->exclusive; in nlm_test_rpc() 102 nlm_convert_to_nlm_lock(&args1.alock, &args->alock); in nlm_test_rpc() 105 stat = nlm_test_1(&args1, &res1, client); in nlm_test_rpc() 127 nlm_lockargs args1; in nlm_lock_rpc() local 131 args1.cookie = args->cookie; in nlm_lock_rpc() 132 args1.block = args->block; in nlm_lock_rpc() 133 args1.exclusive = args->exclusive; in nlm_lock_rpc() 134 nlm_convert_to_nlm_lock(&args1.alock, &args->alock); in nlm_lock_rpc() [all …]
|
H A D | nlm_rpc_svc.c | 230 nlm_testargs args1; in nlm_granted_1_cb() local 236 args1.cookie = argp->cookie; in nlm_granted_1_cb() 237 args1.exclusive = argp->exclusive; in nlm_granted_1_cb() 238 nlm_convert_to_nlm_lock(&args1.alock, &argp->alock); in nlm_granted_1_cb() 240 rv = nlm_granted_1(&args1, &res1, clnt); in nlm_granted_1_cb() 410 nlm_testargs args1; in nlm_granted_msg_1_cb() local 413 args1.cookie = argp->cookie; in nlm_granted_msg_1_cb() 414 args1.exclusive = argp->exclusive; in nlm_granted_msg_1_cb() 415 nlm_convert_to_nlm_lock(&args1.alock, &argp->alock); in nlm_granted_msg_1_cb() 417 rv = nlm_granted_msg_1(&args1, NULL, clnt); in nlm_granted_msg_1_cb()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/reservation/ |
H A D | reservation_007_pos.sh | 82 args1=$1 87 log_must zfs create $args1 $dataset1
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | Project.pm | 119 my ($err1, $fmt1, @args1); 122 ($err1, $fmt1, @args1) = @$error1; 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 687 ngep = (nge_t *)args1; in nge_reschedule()
|
H A D | nge_chip.c | 1684 nge_chip_factotum(caddr_t args1, caddr_t args2) in nge_chip_factotum() argument 1691 ngep = (nge_t *)args1; in nge_chip_factotum()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-dtrace-tests.p5m | 1041 file path=opt/SUNWdtrt/tst/common/pid/tst.args1.d mode=0444 1042 file path=opt/SUNWdtrt/tst/common/pid/tst.args1.exe mode=0555
|