HomeSort by: relevance | last modified time | path
    Searched refs:puffs_flush (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libpuffs/
flush.c 63 struct puffs_flush *pf;
71 winlen = sizeof(struct puffs_flush);
74 assert(winlen == sizeof(struct puffs_flush));
76 pf->pf_req.preq_buflen = sizeof(struct puffs_flush);
Makefile 15 MAN= puffs.3 puffs_cc.3 puffs_cred.3 puffs_flush.3 \
  /src/sys/fs/puffs/
puffs_msgif.c 874 puffsop_flush(struct puffs_mount *pmp, struct puffs_flush *pf)
880 KASSERT(pf->pf_req.preq_pth.pth_framelen == sizeof(struct puffs_flush));
979 struct puffs_flush *pf;
983 if (preq->preq_pth.pth_framelen != sizeof(struct puffs_flush)) {
987 pf = (struct puffs_flush *)preq;
puffs_sys.h 125 struct puffs_flush pf;
puffs_msgif.h 335 struct puffs_flush { struct

Completed in 14 milliseconds