HomeSort by: relevance | last modified time | path
    Searched defs:puffs_ops (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libpuffs/
puffs.h 163 struct puffs_ops { struct
430 ops = malloc(sizeof(struct puffs_ops)); \
431 memset(ops, 0, sizeof(struct puffs_ops))
483 struct puffs_usermount *puffs_init(struct puffs_ops *, const char *,
551 void puffs_null_setops(struct puffs_ops *);
puffs.h 163 struct puffs_ops { struct
430 ops = malloc(sizeof(struct puffs_ops)); \
431 memset(ops, 0, sizeof(struct puffs_ops))
483 struct puffs_usermount *puffs_init(struct puffs_ops *, const char *,
551 void puffs_null_setops(struct puffs_ops *);

Completed in 30 milliseconds