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

/netbsd-6-1-5-RELEASE/include/
H A Dquota.h37 struct quotacursor; /* Opaque. */
69 struct quotacursor *quota_opencursor(struct quotahandle *);
70 void quotacursor_close(struct quotacursor *);
72 int quotacursor_skipidtype(struct quotacursor *, int /*idtype*/);
74 int quotacursor_get(struct quotacursor *, struct quotakey *,
77 int quotacursor_getn(struct quotacursor *, struct quotakey *,
80 int quotacursor_atend(struct quotacursor *);
81 int quotacursor_rewind(struct quotacursor *);
/netbsd-6-1-5-RELEASE/lib/libquota/
H A Dquota_cursor.c40 struct quotacursor *
43 struct quotacursor *qc;
106 quotacursor_close(struct quotacursor *qc)
120 quotacursor_skipidtype(struct quotacursor *qc, int idtype)
136 quotacursor_get(struct quotacursor *qc,
153 quotacursor_getn(struct quotacursor *qc,
171 quotacursor_atend(struct quotacursor *qc)
185 quotacursor_rewind(struct quotacursor *qc)
H A Dquotapvt.h46 struct quotacursor { struct
/netbsd-6-1-5-RELEASE/usr.sbin/quotarestore/
H A Dquotarestore.c316 struct quotacursor *qc;
/netbsd-6-1-5-RELEASE/usr.sbin/repquota/
H A Drepquota.c228 struct quotacursor *qc;

Completed in 108 milliseconds