Searched refs:save (Results 76 - 100 of 420) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/netbsd-tests/usr.bin/find/
H A Dt_find.sh45 atf_check -s exit:1 -o save:output.file \
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/usdt/
H A Dtst.tailcall.ksh50 save %sp, -SA(MINFRAME + 4), %sp
59 save %sp, -SA(MINFRAME + 4), %sp
/freebsd-11-stable/lib/libc/sparc64/gen/
H A Dsetjmp.S61 save %sp, -CCFSZ, %sp
76 save %sp, -CCFSZ, %sp
H A D_setjmp.S71 save %sp, -CCFSZ, %sp
/freebsd-11-stable/contrib/byacc/test/btyacc/
H A Dgrammar.tab.c1125 struct YYParseState_s *save; /* Previously saved parser state */ member in struct:YYParseState_s
1351 #define yytrial (yyps->save)
1471 #define YYVALID do { if (yyps->save) goto yyvalid; } while(0)
1472 #define YYVALID_NESTED do { if (yyps->save && \
1473 yyps->save->save == 0) goto yyvalid; } while(0)
1502 yyps->save = 0;
1540 if (yyps->save)
1542 /* in trial mode; save scanner results for future parse attempts */
1605 YYParseState *save; local
1624 YYParseState *save; local
1785 YYParseState *save = yyps->save; local
2819 YYParseState *save = yyps->save; local
2906 YYParseState *save = yyps; local
2913 YYParseState *save = yypath; local
[all...]
/freebsd-11-stable/lib/libc/db/btree/
H A Dbt_seq.c333 EPG *ep, save; local
357 save = *ep;
360 if (save.page->pgno != ep->page->pgno) {
361 mpool_put(t->bt_mp, save.page, 0);
362 save = *ep;
364 save.index = ep->index;
374 if (h->pgno != save.page->pgno)
378 if (h->pgno == save.page->pgno)
380 save.page, 0);
394 if (h->pgno != save
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_sglist.c53 * Convenience macros to save the state of an sglist so it can be restored
55 * save the current count of segments and the length of the ending segment.
259 struct sgsave save; local
264 SGLIST_SAVE(sg, save);
267 SGLIST_RESTORE(sg, save);
298 struct sgsave save; local
313 SGLIST_SAVE(sg, save);
316 SGLIST_RESTORE(sg, save);
328 struct sgsave save; local
336 SGLIST_SAVE(sg, save);
358 struct sgsave save; local
402 struct sgsave save; local
424 struct sgsave save; local
467 struct sgsave save; local
[all...]
/freebsd-11-stable/contrib/ncurses/include/
H A Dedit_cfg.sh39 BAK=save$$
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_dft_fgbg.c82 bool save = SP_PARM->_default_color; local
86 SP_PARM->_default_color = save;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.branch.s40 save %sp, -SA(MINFRAME + 4), %sp
H A Dtst.embedded.s40 save %sp, -SA(MINFRAME + 4), %sp
/freebsd-11-stable/lib/libc/sparc64/sys/
H A Dsigaction1.S39 save %sp, -CCFSZ, %sp
/freebsd-11-stable/sbin/mdconfig/tests/
H A Dmdconfig_test.sh60 atf_check -s exit:0 -o save:mdconfig.out -x 'mdconfig -af xxx'
84 atf_check -s exit:0 -o save:mdconfig.out -x 'mdconfig xxx'
108 atf_check -s exit:0 -o save:mdconfig.out -x 'mdconfig -af xxx -t vnode'
133 atf_check -s exit:0 -o save:mdconfig.out \
158 atf_check -s exit:0 -o save:mdconfig.out \
183 atf_check -s exit:0 -o save:mdconfig.out \
207 atf_check -s exit:0 -o save:mdconfig.out \
231 atf_check -s exit:0 -o save:mdconfig.out \
/freebsd-11-stable/lib/libc/mips/string/
H A Dstrrchr.S53 PTR_SUBU v0, a0, 1 # save address of last match
/freebsd-11-stable/sys/powerpc/powermac/
H A Datibl.c170 uint32_t data, save, tmp; local
179 save = bus_read_4(sc->sc_memr, RADEON_CLOCK_CNTL_INDEX);
180 tmp = save & (~0x3f | RADEON_PLL_WR_EN);
183 bus_write_4(sc->sc_memr, RADEON_CLOCK_CNTL_INDEX, save);
191 uint32_t save, tmp; local
202 save = bus_read_4(sc->sc_memr, RADEON_CLOCK_CNTL_INDEX);
203 tmp = save & (~0x3f | RADEON_PLL_WR_EN);
206 bus_write_4(sc->sc_memr, RADEON_CLOCK_CNTL_INDEX, save);
/freebsd-11-stable/usr.bin/procstat/tests/
H A Dprocstat_test.sh61 atf_check -o save:procstat.out procstat -b $PROG_PID
82 atf_check -o save:procstat.out procstat -c $PROG_PID
103 atf_check -o save:procstat.out procstat -e $PROG_PID
123 atf_check -o save:procstat.out procstat -f $PROG_PID
137 #atf_check -o save:procstat.out procstat -a kstack
140 atf_check -o save:procstat.out procstat -kka
/freebsd-11-stable/libexec/rtld-elf/powerpc64/
H A Drtld_start.S122 mr %r12,%r0 # save r0 (index) immediately to r12
124 std %r0,16(%r1) # save lr
126 std %r0,8(%r1) # save cr
129 # + 2 save regs
130 std %r3,64+0*8(%r1) # save r3-r10 (arguments)
/freebsd-11-stable/contrib/netbsd-tests/ipf/
H A Dt_pools.sh54 atf_check -o save:out ipftest -RD -b -P pool -N nat -i in
56 atf_check -o save:out ipftest -RD -b -P pool -r ipf -i in
59 atf_check -o save:out ipftest -RD -b -r ipf -i in
/freebsd-11-stable/sys/arm64/arm64/
H A Duio_machdep.c67 int save = 0; local
74 save = td->td_pflags & TDP_DEADLKTREAT;
131 if (save == 0)
/freebsd-11-stable/sys/amd64/amd64/
H A Duio_machdep.c67 int save = 0; local
74 save = td->td_pflags & TDP_DEADLKTREAT;
129 if (save == 0)
/freebsd-11-stable/sys/arm/arm/
H A Duio_machdep.c68 int save = 0; local
75 save = td->td_pflags & TDP_DEADLKTREAT;
121 if (save == 0)
/freebsd-11-stable/sys/powerpc/powerpc/
H A Duio_machdep.c71 int save = 0; local
79 save = td->td_pflags & TDP_DEADLKTREAT;
128 if (save == 0)
/freebsd-11-stable/sys/riscv/riscv/
H A Duio_machdep.c67 int save = 0; local
74 save = td->td_pflags & TDP_DEADLKTREAT;
131 if (save == 0)
/freebsd-11-stable/sys/sparc64/sparc64/
H A Duio_machdep.c74 int save = 0; local
80 save = td->td_pflags & TDP_DEADLKTREAT;
136 if (save == 0)
/freebsd-11-stable/sys/mips/mips/
H A Duio_machdep.c73 int save = 0; local
79 save = td->td_pflags & TDP_DEADLKTREAT;
142 if (save == 0)

Completed in 358 milliseconds

1234567891011>>