Searched refs:out2 (Results 1 - 25 of 125) sorted by last modified time

12345

/netbsd-current/sys/external/bsd/drm2/ttm/
H A Dttm_bo_vm.c148 goto out2;
170 goto out2;
211 out2: ttm_mem_io_unlock(man);
/netbsd-current/usr.bin/gzip/
H A Dgzip.c782 goto out2;
1087 out2:
/netbsd-current/sys/dev/acpi/
H A Dacpi.c2092 goto out2;
2124 out2:
/netbsd-current/sys/net/
H A Dif_wg.c1043 wg_algo_kdf(uint8_t out1[WG_KDF_OUTPUT_LEN], uint8_t out2[WG_KDF_OUTPUT_LEN], argument
1066 if (out2 == NULL)
1070 wg_algo_hmac(out2, WG_KDF_OUTPUT_LEN, tmp1, sizeof(tmp1),
1072 WG_DUMP_HASH("out2", out2);
1075 memcpy(tmp2, out2, WG_KDF_OUTPUT_LEN);
3911 goto out2;
3929 out2:
/netbsd-current/external/mpl/bind/dist/bin/tests/system/nsupdate/
H A Dtests.sh840 $NSUPDATE -d <<END >nsupdate.out2-$n 2>&1 && ret=1
868 $NSUPDATE -d <<END >nsupdate.out2-$n 2>&1 || ret=1
875 grep "status: REFUSED" nsupdate.out2-$n >/dev/null && ret=1
1241 $NSUPDATE <<EOF >nsupdate.out2-$n 2>&1 || ret=1
1245 grep "bad owner" nsupdate.out2-$n >/dev/null && ret=1
/netbsd-current/external/mpl/bind/dist/bin/tests/system/ixfr/
H A Dtests.sh317 $DIG $DIGOPTS ixfr=1 +notcp test @10.53.0.4 >dig.out2.test$n || ret=1
318 digcomp dig.out1.test$n dig.out2.test$n || ret=1
357 $DIG $DIGOPTS ixfr=1 +notcp test @10.53.0.5 >dig.out2.test$n || ret=1
359 awk '$4 == "SOA" { soacnt++} END {if (soacnt == 1) exit(0); else exit(1);}' dig.out2.test$n || ret=1
371 $DIG $DIGOPTS ixfr=3 +notcp test @10.53.0.5 >dig.out2.test$n || ret=1
373 awk '$4 == "SOA" { soacnt++} END {if (soacnt == 1) exit(0); else exit(1);}' dig.out2.test$n || ret=1
383 $DIG $DIGOPTS ixfr=4 +notcp test @10.53.0.5 >dig.out2.test$n || ret=1
385 awk '$4 == "SOA" { soacnt++} END {if (soacnt == 1) exit(0); else exit(1);}' dig.out2.test$n || ret=1
/netbsd-current/external/mpl/bind/dist/bin/tests/system/checkzone/
H A Dtests.sh67 $CHECKZONE -D -J test.journal -o test.out2.db test test.orig.db >/dev/null 2>&1 || ret=1
68 cmp -s test.changed.db test.out2.db || ret=1
76 $CHECKZONE -T ignore example zones/spf.db >test.out2.$n 2>&1 || ret=1
80 grep "'x.example' found type SPF" test.out2.$n >/dev/null && ret=1
81 grep "'y.example' found type SPF" test.out2.$n >/dev/null && ret=1
82 grep "'example' found type SPF" test.out2.$n >/dev/null && ret=1
90 $CHECKZONE -l 600 example zones/good1.db >test.out2.$n 2>&1 || ret=1
98 $CHECKZONE -f raw -l 600 example good1.db.raw >test.out2.$n 2>&1 || ret=1
/netbsd-current/external/mpl/bind/dist/bin/tests/system/addzone/
H A Dtests.sh314 $RNDCCMD 10.53.0.2 delzone inlinesec.example >rndc.out2.test$n 2>&1 || ret=1
316 || grep '^inlinesec.bk$' rndc.out2.test$n >/dev/null || {
321 || grep '^inlinesec.bk.signed$' rndc.out2.test$n >/dev/null || {
/netbsd-current/sys/fs/puffs/
H A Dpuffs_vnops.c1070 goto out2;
1095 out2:
/netbsd-current/sys/dev/pci/
H A Dif_txp.c1620 uint32_t in3, uint16_t *out1, uint32_t *out2, uint32_t *out3, int wait)
1632 if (out2 != NULL)
1633 *out2 = le32toh(rsp->rsp_par2);
1619 txp_command(struct txp_softc *sc, uint16_t id, uint16_t in1, uint32_t in2, uint32_t in3, uint16_t *out1, uint32_t *out2, uint32_t *out3, int wait) argument
/netbsd-current/external/bsd/blocklist/bin/
H A Dconf.c284 goto out2;
322 out2:
/netbsd-current/sys/dev/ata/
H A Dwd.c2112 goto out2;
2201 out2:
/netbsd-current/sys/dev/usb/
H A Duhidev.c733 goto out2;
774 out2: if (sc->sc_ipipe) {
/netbsd-current/sys/ufs/ext2fs/
H A Dext2fs_vnops.c577 goto out2;
603 out2:
/netbsd-current/bin/sh/
H A Djobs.c1565 showjob(out2, thisjob, mode);
H A Deval.c272 goto out2;
393 out2:
1371 out2 = &errout;
/netbsd-current/external/mit/isl/dist/
H A Disl_map.c10797 unsigned in1, in2, out1, out2, nparam, total, pos; local
10808 out2 = isl_basic_map_dim(bmap2, isl_dim_out);
10811 total = nparam + in1 + in2 + out1 + out2 + bmap1->n_div + bmap2->n_div;
10820 isl_dim_map_div(dim_map1, bmap1, pos += out2);
10906 isl_size in, out1, out2, nparam; local
10915 out2 = isl_basic_map_dim(bmap2, isl_dim_out);
10917 if (in < 0 || out1 < 0 || out2 < 0 || nparam < 0 || rational < 0)
10926 total = nparam + in + out1 + out2 + bmap1->n_div + bmap2->n_div;
10935 isl_dim_map_div(dim_map1, bmap1, pos += out2);
H A Disl_multi_product_templ.c27 isl_size in1, in2, out1, out2; local
33 out2 = FN(MULTI(BASE),dim)(multi2, isl_dim_out);
34 if (in1 < 0 || in2 < 0 || out1 < 0 || out2 < 0)
48 for (i = 0; i < out2; ++i) {
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dtrap.c1102 goto out2;
1125 out2:
1141 goto out2;
1164 out2:
/netbsd-current/lib/libc/arch/ia64/gen/
H A Dsetjmp.S54 add out2=J_SIGSET,in0 // oset = &jb[J_SIGSET]
72 mov out2=0 // oset = NULL
/netbsd-current/sys/arch/ia64/include/
H A Dasm.h51 mov out2 = b0;; \
/netbsd-current/sys/arch/ia64/ia64/
H A Dsyscall_stubs.S176 add out2=16,sp
219 add out2=16,sp
H A Dpal.S161 mov out2=in2
203 mov out2=in2
/netbsd-current/sys/kern/
H A Dvfs_syscalls.c2589 goto out2;
2607 out2:
2620 goto out2;
2700 goto out2;
2709 goto out2;
2719 out2:
4386 goto out2;
4657 goto out2;
4671 out2: pathbuf_destroy(tpb);
/netbsd-current/external/bsd/file/dist/src/
H A Dreadcdf.c591 goto out2;
666 out2:

Completed in 508 milliseconds

12345