Home
last modified time | relevance | path

Searched refs:maxslot (Results 1 – 4 of 4) sorted by relevance

/openbmc/ipmitool/include/ipmitool/
H A Dipmi_sdradd.h38 ipmi_sdr_add_from_sensors(struct ipmi_intf *intf, int maxslot);
/openbmc/ipmitool/lib/
H A Dipmi_sdradd.c315 ipmi_sdr_add_from_sensors(struct ipmi_intf *intf, int maxslot) in ipmi_sdr_add_from_sensors() argument
331 if( maxslot != 0 ) { in ipmi_sdr_add_from_sensors()
332 for (i = 0, slave_addr = 0xB0; i < maxslot; i++, slave_addr += 2) { in ipmi_sdr_add_from_sensors()
/openbmc/linux/fs/jfs/
H A Djfs_dtree.c119 (((BN) == 0) ? DTROOTMAXSLOT : (P)->header.maxslot)) || \
120 ((BN) && ((P)->header.maxslot > DTPAGEMAXSLOT))) { \
1420 rp->header.maxslot = n; in dtSplitPage()
1426 rp->header.freecnt = rp->header.maxslot - fsi; in dtSplitPage()
1452 for (fsi++; fsi < rp->header.maxslot; f++, fsi++) in dtSplitPage()
1569 for (fsi++; fsi < rp->header.maxslot; f++, fsi++) in dtSplitPage()
1740 oldstblsize = (sp->header.maxslot + 31) >> L2DTSLOTSIZE; in dtExtendPage()
1741 newstblindex = sp->header.maxslot; in dtExtendPage()
1766 lv->length = sp->header.maxslot + newstblsize; in dtExtendPage()
1771 sp->header.maxslot = n; in dtExtendPage()
[all …]
H A Djfs_dtree.h190 u8 maxslot; /* 1: number of slots in page slot[] */ member