Searched refs:oldflags (Results 1 – 8 of 8) sorted by relevance
/openbsd/sys/uvm/ |
H A D | uvm_vnode.c | 140 int oldflags, result; in uvn_attach() local 237 oldflags = uvn->u_flags; in uvn_attach() 256 if (oldflags & UVM_VNODE_WANTED) in uvn_attach() 307 int oldflags; in uvn_detach() local 381 oldflags = uvn->u_flags; in uvn_detach() 385 if (oldflags & UVM_VNODE_WANTED) in uvn_detach() 425 int oldflags; in uvm_vnp_terminate() local 507 oldflags = uvn->u_flags; in uvm_vnp_terminate() 529 if (oldflags & UVM_VNODE_WANTED) in uvm_vnp_terminate()
|
/openbsd/gnu/usr.bin/perl/ext/File-Glob/ |
H A D | bsd_glob.c | 514 int c, err, oldflags, oldpathc; local 520 oldflags = pglob->gl_flags; 581 pglob->gl_flags = oldflags; 599 pglob->gl_flags = oldflags; 608 pglob->gl_flags = oldflags;
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ui-out.c | 651 int oldflags = uiout->flags; in ui_out_set_flags() local 655 return oldflags; in ui_out_set_flags() 662 int oldflags = uiout->flags; in ui_out_clear_flags() local 666 return oldflags; in ui_out_clear_flags()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | obj-coff.c | 1493 flagword flags, oldflags; in obj_coff_section() local 1606 oldflags = bfd_get_section_flags (stdoutput, sec); in obj_coff_section() 1607 if (oldflags == SEC_NO_FLAGS) in obj_coff_section() 1633 if ((flags ^ oldflags) & matchflags) in obj_coff_section()
|
H A D | tc-tic54x.c | 4283 flagword oldflags = bfd_get_section_flags (stdoutput, now_seg); local 4284 flagword flags = oldflags | SEC_CODE;
|
/openbsd/sys/nfs/ |
H A D | nfs_vnops.c | 3324 int oldflags = bp->b_flags, retv = 1; in nfs_writebp() local 3343 if ((oldflags & B_ASYNC) && !(oldflags & B_DELWRI) && p) in nfs_writebp() 3354 if ((oldflags & (B_NEEDCOMMIT | B_WRITEINPROG)) == B_NEEDCOMMIT) { in nfs_writebp() 3416 if( (oldflags & B_ASYNC) == 0) { in nfs_writebp() 3421 if (!(oldflags & B_DELWRI) && p) { in nfs_writebp()
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | obj-coff.c | 1430 flagword flags, oldflags; local 1500 oldflags = bfd_get_section_flags (stdoutput, sec); 1501 if (oldflags == SEC_NO_FLAGS) 1527 if ((flags ^ oldflags) & matchflags)
|
H A D | tc-tic54x.c | 4335 flagword oldflags = bfd_get_section_flags (stdoutput, now_seg); local 4336 flagword flags = oldflags | SEC_CODE;
|