Searched refs:args1 (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/nlm/ |
H A D | nlm_advlock.c | 572 nlm_testargs args1; in nlm_test_rpc() local 576 args1.cookie = args->cookie; in nlm_test_rpc() 577 args1.exclusive = args->exclusive; in nlm_test_rpc() 578 nlm_convert_to_nlm_lock(&args1.alock, &args->alock); in nlm_test_rpc() 581 stat = nlm_test_1(&args1, &res1, client, ext, timo); in nlm_test_rpc() 603 nlm_lockargs args1; in nlm_lock_rpc() local 607 args1.cookie = args->cookie; in nlm_lock_rpc() 608 args1.block = args->block; in nlm_lock_rpc() 609 args1.exclusive = args->exclusive; in nlm_lock_rpc() 610 nlm_convert_to_nlm_lock(&args1.alock, &args->alock); in nlm_lock_rpc() [all …]
|
/freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
H A D | dotest.c | 496 {"sin", (funcptr)mpfr_sin, args1, {NULL}, 500 {"cos", (funcptr)mpfr_cos, args1, {NULL}, 504 {"tan", (funcptr)mpfr_tan, args1, {NULL}, 512 {"sinpi", (funcptr)mpfr_sinpi, args1, {NULL}, 516 {"cospi", (funcptr)mpfr_cospi, args1, {NULL}, 520 {"tanpi", (funcptr)mpfr_tanpi, args1, {NULL}, 528 {"asin", (funcptr)mpfr_asin, args1, {NULL}, 532 {"acos", (funcptr)mpfr_acos, args1, {NULL}, 541 {"atan", (funcptr)mpfr_atan, args1, {NULL}, 557 {"exp", (funcptr)mpfr_exp, args1, {NULL}, [all …]
|
H A D | intern.h | 45 args1, /* afloat-based, one argument */ enumerator
|
H A D | main.c | 53 case args1: in isdouble()
|
/freebsd/tests/sys/cddl/zfs/tests/reservation/ |
H A D | reservation_007_pos.ksh | 80 args1=$1 85 log_must $ZFS create $args1 $dataset1
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/ |
H A D | reservation_007_pos.ksh | 82 args1=$1 87 log_must zfs create $args1 $dataset1
|
/freebsd/cddl/usr.sbin/dtrace/tests/common/pid/ |
H A D | Makefile | 19 tst.args1.d \ 58 tst.args1.c \
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/posix_spawn/ |
H A D | t_spawn.c | 147 char * const args1[] = { __UNCONST("h_spawn"), __UNCONST("1"), NULL }; in ATF_TC_BODY() local 161 err = posix_spawn(&pid, buf, NULL, NULL, args1, NULL); in ATF_TC_BODY()
|
/freebsd/contrib/unifdef/tests/ |
H A D | args1.sh | 1 unifdef -DFOO=1 -DFOOB=42 -UBAR args1.c
|
/freebsd/sys/kern/ |
H A D | kern_conf.c | 772 make_dev_sv(struct make_dev_args *args1, struct cdev **dres, in make_dev_sv() argument 780 if (sizeof(args) < args1->mda_size) in make_dev_sv() 782 bcopy(args1, &args, args1->mda_size); in make_dev_sv()
|