Searched defs:flush_hdr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fmt/
H A Dfmt.c78 flush_hdr, /* flush hdrbuf; not a header, no special processing */ enumerator in enum:hdr_type
727 * mail header. Otherwise, it sets hdr_state to flush_hdr.
747 hdr_state = flush_hdr;
767 * these lines as mail header (do_hdr) or not (flush_hdr)
772 hdr_state = flush_hdr;
801 hdr_state = flush_hdr;
821 hdr_state = flush_hdr;
841 * or flush_hdr.
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_pcu.c80 static int flush_hdr(_sd_cctl_t *hdr, dev_t dev, nsc_off_t blkno);
470 * flush_hdr - Flush the state file header to the disk partition
479 flush_hdr(_sd_cctl_t *hdr, dev_t dev, nsc_off_t blkno) function
743 (void) flush_hdr(hdrblk, state_rdev, blkno);
744 (void) flush_hdr(hdrblk, state_rdev, 0L);

Completed in 47 milliseconds