Searched refs:bh_flags (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dmemfile.c412 hp->bh_flags = BH_LOCKED | BH_DIRTY; /* new block is always dirty */
465 hp->bh_flags = 0;
479 hp->bh_flags |= BH_LOCKED;
503 flags = hp->bh_flags;
513 hp->bh_flags = flags;
593 && (hp->bh_flags & BH_DIRTY)
738 hp->bh_flags |= BH_DIRTY;
887 if (!(hp->bh_flags & BH_LOCKED))
896 if ((hp->bh_flags & BH_DIRTY) && mf_write(mfp, hp) == FAIL)
947 if (!(hp->bh_flags
[all...]
H A Dstructs.h407 char bh_flags; /* BH_DIRTY or BH_LOCKED */ member in struct:block_hdr
H A Dmemline.c4789 hp->bh_flags |= BH_DIRTY;
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dbpf.h242 u_short bh_flags; member in struct:bpf_hdr_ext
H A Dbpf.c2390 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_DIR_OUT;
2392 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_DIR_IN;
2404 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_DIR_OUT;
2406 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_DIR_IN;

Completed in 283 milliseconds