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

/freebsd-current/sbin/quotacheck/
H A Dquotacheck.c239 struct fileusage *fup; local
392 fup = addid((u_long)DIP(dp, di_gid), GRPQUOTA,
394 fup->fu_curinodes++;
397 fup->fu_curblocks += DIP(dp, di_blocks);
400 fup = addid((u_long)DIP(dp, di_uid), USRQUOTA,
402 fup->fu_curinodes++;
405 fup->fu_curblocks += DIP(dp, di_blocks);
425 struct fileusage *fup; local
439 if ((fup = lookup(id, type)) == NULL)
440 fup
529 struct fileusage *fup; local
543 struct fileusage *fup, **fhp; local
677 printchanges(const char *fsname, int type, struct dqblk *dp, struct fileusage *fup, u_long id) argument
[all...]
/freebsd-current/usr.sbin/repquota/
H A Drepquota.c188 struct fileusage *fup; local
219 if ((fup = lookup(id, type)) == 0)
220 fup = addid(id, type, (char *)0);
221 printf("%-*s ", max(MAXLOGNAME - 1, 10), fup->fu_name);
290 struct fileusage *fup; local
292 for (fup = fuhead[type][id & (FUHASH-1)]; fup != 0; fup = fup->fu_next)
293 if (fup
304 struct fileusage *fup, **fhp; local
[all...]
/freebsd-current/contrib/processor-trace/libipt/test/src/
H A Dptunit-query.c1055 struct pt_packet_ip fup, tip; local
1059 fup.ipc = pt_ipc_sext_48;
1060 fup.ip = pt_dfix_max_ip;
1061 pt_last_ip_update_ip(&dfix->last_ip, &fup, &dfix->config);
1067 pt_encode_fup(encoder, fup.ip, fup.ipc);
1081 ptu_uint_eq(event.variant.async_disabled.at, fup.ip);
1176 struct pt_packet_ip fup, tip; local
1180 fup.ipc = pt_ipc_sext_48;
1181 fup
1739 struct pt_packet_ip fup, tip; local
1982 struct pt_packet_ip fup, ovf; local
[all...]
/freebsd-current/sys/dev/jme/
H A Dif_jme.c391 uint8_t fup, reg, val; local
396 if (jme_eeprom_read_byte(sc, offset++, &fup) != 0 ||
397 fup != JME_EEPROM_SIG0)
399 if (jme_eeprom_read_byte(sc, offset++, &fup) != 0 ||
400 fup != JME_EEPROM_SIG1)
404 if (jme_eeprom_read_byte(sc, offset, &fup) != 0)
407 (fup & (JME_EEPROM_FUNC_MASK | JME_EEPROM_PAGE_MASK))) {
420 if ((fup & JME_EEPROM_DESC_END) == JME_EEPROM_DESC_END)

Completed in 109 milliseconds