Home
last modified time | relevance | path

Searched refs:fup (Results 1 – 5 of 5) sorted by relevance

/freebsd/sbin/quotacheck/
H A Dquotacheck.c235 struct fileusage *fup;
388 fup = addid((u_long)DIP(dp, di_gid), GRPQUOTA, in chkquota()
390 fup->fu_curinodes++; in chkquota()
393 fup->fu_curblocks += DIP(dp, di_blocks); in chkquota()
396 fup = addid((u_long)DIP(dp, di_uid), USRQUOTA, in chkquota()
398 fup->fu_curinodes++; in chkquota()
401 fup->fu_curblocks += DIP(dp, di_blocks); in chkquota()
421 struct fileusage *fup;
435 if ((fup = lookup(id, type)) == NULL) in update()
436 fup in update()
239 struct fileusage *fup; chkquota() local
425 struct fileusage *fup; update() local
529 struct fileusage *fup; lookup() local
543 struct fileusage *fup, **fhp; addid() local
678 printchanges(const char * fsname,int type,struct dqblk * dp,struct fileusage * fup,u_long id) printchanges() argument
[all...]
/freebsd/usr.sbin/repquota/
H A Drepquota.c188 struct fileusage *fup; in repquota() local
219 if ((fup = lookup(id, type)) == 0) in repquota()
220 fup = addid(id, type, (char *)0); in repquota()
221 printf("%-*s ", max(MAXLOGNAME - 1, 10), fup->fu_name); in repquota()
290 struct fileusage *fup; in lookup() local
292 for (fup = fuhead[type][id & (FUHASH-1)]; fup != 0; fup = fup->fu_next) in lookup()
293 if (fup->fu_id == id) in lookup()
294 return (fup); in lookup()
304 struct fileusage *fup, **fhp; in addid() local
307 if ((fup = lookup(id, type))) in addid()
[all …]
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-query.c1055 struct pt_packet_ip fup, tip; in event_async_disabled() local
1059 fup.ipc = pt_ipc_sext_48; in event_async_disabled()
1060 fup.ip = pt_dfix_max_ip; in event_async_disabled()
1061 pt_last_ip_update_ip(&dfix->last_ip, &fup, &dfix->config); in event_async_disabled()
1067 pt_encode_fup(encoder, fup.ip, fup.ipc); in event_async_disabled()
1081 ptu_uint_eq(event.variant.async_disabled.at, fup.ip); in event_async_disabled()
1176 struct pt_packet_ip fup, tip; in event_async_branch() local
1180 fup.ipc = pt_ipc_sext_48; in event_async_branch()
1181 fup.ip = pt_dfix_max_ip; in event_async_branch()
1182 pt_last_ip_update_ip(&dfix->last_ip, &fup, &dfix->config); in event_async_branch()
[all …]
/freebsd/sys/dev/jme/
H A Dif_jme.c391 uint8_t fup, reg, val; in jme_eeprom_macaddr() local
396 if (jme_eeprom_read_byte(sc, offset++, &fup) != 0 || in jme_eeprom_macaddr()
397 fup != JME_EEPROM_SIG0) in jme_eeprom_macaddr()
399 if (jme_eeprom_read_byte(sc, offset++, &fup) != 0 || in jme_eeprom_macaddr()
400 fup != JME_EEPROM_SIG1) in jme_eeprom_macaddr()
404 if (jme_eeprom_read_byte(sc, offset, &fup) != 0) in jme_eeprom_macaddr()
407 (fup & (JME_EEPROM_FUNC_MASK | JME_EEPROM_PAGE_MASK))) { in jme_eeprom_macaddr()
420 if ((fup & JME_EEPROM_DESC_END) == JME_EEPROM_DESC_END) in jme_eeprom_macaddr()
/freebsd/contrib/processor-trace/libipt/include/
H A Dintel-pt.h.in850 /** Packet: tip, fup, tip.pge, tip.pgd. */