Searched refs:fup (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/usr.bin/csup/
H A Dupdater.c106 static int updater_updatefile(struct updater *, struct file_update *fup,
124 struct file_update *fup; local
126 fup = xmalloc(sizeof(struct file_update));
127 memset(fup, 0, sizeof(*fup));
128 fup->coll = coll;
129 fup->st = st;
130 return (fup);
134 fup_prepare(struct file_update *fup, char *name, int attic) argument
138 coll = fup
163 fup_cleanup(struct file_update *fup) argument
215 fup_free(struct file_update *fup) argument
284 struct file_update *fup; local
344 updater_docoll(struct updater *up, struct file_update *fup, int isfixups) argument
840 updater_delete(struct updater *up, struct file_update *fup) argument
875 updater_setattrs(struct updater *up, struct file_update *fup, char *name, char *tag, char *date, char *revnum, char *revdate, struct fattr *rcsattr) argument
947 updater_updatefile(struct updater *up, struct file_update *fup, const char *md5, int isfixup) argument
1030 updater_setdirattrs(struct updater *up, struct coll *coll, struct file_update *fup, char *name, char *attr) argument
1076 updater_diff(struct updater *up, struct file_update *fup) argument
1166 updater_diff_batch(struct updater *up, struct file_update *fup) argument
1228 updater_diff_apply(struct updater *up, struct file_update *fup, char *state) argument
1259 updater_updatenode(struct updater *up, struct coll *coll, struct file_update *fup, char *name, char *attr) argument
1353 updater_addfile(struct updater *up, struct file_update *fup, char *attr, int isfixup) argument
1424 updater_checkout(struct updater *up, struct file_update *fup, int isfixup) argument
1535 updater_rcsedit(struct updater *up, struct file_update *fup, char *name, char *rcsopt) argument
1826 updater_append_file(struct updater *up, struct file_update *fup, off_t pos) argument
1955 updater_rsync(struct updater *up, struct file_update *fup, size_t blocksize) argument
[all...]
/freebsd-10-stable/sbin/quotacheck/
H A Dquotacheck.c255 struct fileusage *fup; local
407 fup = addid((u_long)DIP(dp, di_gid), GRPQUOTA,
409 fup->fu_curinodes++;
412 fup->fu_curblocks += DIP(dp, di_blocks);
415 fup = addid((u_long)DIP(dp, di_uid), USRQUOTA,
417 fup->fu_curinodes++;
420 fup->fu_curblocks += DIP(dp, di_blocks);
440 struct fileusage *fup; local
454 if ((fup = lookup(id, type)) == NULL)
455 fup
544 struct fileusage *fup; local
558 struct fileusage *fup, **fhp; local
692 printchanges(const char *fsname, int type, struct dqblk *dp, struct fileusage *fup, u_long id) argument
[all...]
/freebsd-10-stable/usr.sbin/repquota/
H A Drepquota.c200 struct fileusage *fup; local
231 if ((fup = lookup(id, type)) == 0)
232 fup = addid(id, type, (char *)0);
233 printf("%-*s ", max(MAXLOGNAME - 1, 10), fup->fu_name);
302 struct fileusage *fup; local
304 for (fup = fuhead[type][id & (FUHASH-1)]; fup != 0; fup = fup->fu_next)
305 if (fup
316 struct fileusage *fup, **fhp; local
[all...]
/freebsd-10-stable/sys/dev/jme/
H A Dif_jme.c394 uint8_t fup, reg, val; local
399 if (jme_eeprom_read_byte(sc, offset++, &fup) != 0 ||
400 fup != JME_EEPROM_SIG0)
402 if (jme_eeprom_read_byte(sc, offset++, &fup) != 0 ||
403 fup != JME_EEPROM_SIG1)
407 if (jme_eeprom_read_byte(sc, offset, &fup) != 0)
410 (fup & (JME_EEPROM_FUNC_MASK | JME_EEPROM_PAGE_MASK))) {
423 if ((fup & JME_EEPROM_DESC_END) == JME_EEPROM_DESC_END)

Completed in 66 milliseconds