Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/dialog/
HDmixedgauge.c194 chtype save2 = dlg_get_attrs(win); in mydraw_mixed_box() local
198 dlg_attrset(win, save2); in mydraw_mixed_box()
/freebsd-14-stable/sys/fs/nfsclient/
HDnfs_clbio.c443 int biosize, bcount, error, i, n, nra, on, save2, seqcount; in ncl_bioread() local
484 save2 = curthread_pflags2_set(TDP2_SBPAGES); in ncl_bioread()
747 curthread_pflags2_restore(save2); in ncl_bioread()
845 int bp_cached, n, on, error = 0, error1, save2, wouldcommit; in ncl_write() local
968 save2 = curthread_pflags2_set(TDP2_SBPAGES); in ncl_write()
1273 curthread_pflags2_restore(save2); in ncl_write()
/freebsd-14-stable/tests/sys/netmap/
HDctrl-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()