Searched refs:save2 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/dialog/ |
| H A D | mixedgauge.c | 193 chtype save2 = dlg_get_attrs(win); in mydraw_mixed_box() local 197 dlg_attrset(win, save2); in mydraw_mixed_box()
|
| /freebsd-13.1/sys/fs/nfsclient/ |
| H A D | nfs_clbio.c | 433 int biosize, bcount, error, i, n, nra, on, save2, seqcount; in ncl_bioread() local 474 save2 = curthread_pflags2_set(TDP2_SBPAGES); in ncl_bioread() 734 curthread_pflags2_restore(save2); in ncl_bioread() 921 int bp_cached, n, on, error = 0, error1, save2, wouldcommit; in ncl_write() local 1014 save2 = curthread_pflags2_set(TDP2_SBPAGES); in ncl_write() 1319 curthread_pflags2_restore(save2); in ncl_write()
|
| /freebsd-13.1/tests/sys/netmap/ |
| H A D | ctrl-api-test.c | 1160 struct nmreq_opt_extmem e1, save1, e2, save2; in duplicate_extmem_options() local 1177 save2 = e2; in duplicate_extmem_options() 1189 save2.nro_opt.nro_status = EINVAL; in duplicate_extmem_options() 1190 if ((ret = pop_extmem_option(ctx, &save2))) in duplicate_extmem_options()
|