Home
last modified time | relevance | path

Searched refs:save2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/dialog/
H A Dmixedgauge.c194 chtype save2 = dlg_get_attrs(win); in mydraw_mixed_box() local
198 dlg_attrset(win, save2); in mydraw_mixed_box()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clbio.c440 int biosize, bcount, error, i, n, nra, on, save2, seqcount; in ncl_bioread() local
481 save2 = curthread_pflags2_set(TDP2_SBPAGES); in ncl_bioread()
744 curthread_pflags2_restore(save2); in nfs_directio_write()
842 int bp_cached, n, on, error = 0, error1, save2, wouldcommit; in ncl_write()
965 save2 = curthread_pflags2_set(TDP2_SBPAGES); in ncl_write()
1270 curthread_pflags2_restore(save2); in nfs_getcacheblk()
813 int bp_cached, n, on, error = 0, error1, save2, wouldcommit; ncl_write() local
/freebsd/tests/sys/netmap/
H A Dctrl-api-test.c1214 struct nmreq_opt_extmem e1, save1, e2, save2; in duplicate_extmem_options() local
1231 save2 = e2; in duplicate_extmem_options()
1243 save2.nro_opt.nro_status = EINVAL; in duplicate_extmem_options()
1244 if ((ret = pop_extmem_option(ctx, &save2))) in duplicate_extmem_options()